Version Description
[ VK Blocks Update ] 0.31.0 * [ Add new block ][ Border Box ] * [ Group block style ] Add alert style * [ bug fix ][ list ] 2digits number display bug fix
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.20.0.0 |
Comparing to | |
See all releases |
Code changes from version 9.19.0.0 to 9.20.0.0
- bin/sdist +0 -0
- inc/vk-blocks/package/build/block-build-editor.css +1 -1
- inc/vk-blocks/package/build/block-build.css +9 -7
- inc/vk-blocks/package/build/block-build.js +4 -4
- inc/vk-blocks/package/build/languages/vk-blocks-ja-vk-blocks-build-js.json +1 -1
- inc/vk-blocks/package/build/languages/vk-blocks-ja.mo +0 -0
- inc/vk-blocks/package/build/languages/vk-blocks-ja.po +470 -333
- inc/vk-blocks/package/build/languages/vk-blocks.pot +256 -177
- inc/vk-blocks/package/view/post-list.php +4 -1
- inc/vk-blocks/package/vk-blocks-functions.php +179 -154
- inc/vk-blocks/vk-blocks-config.php +1 -1
- readme.txt +7 -1
- vkExUnit.php +1 -1
bin/sdist
DELETED
File without changes
|
inc/vk-blocks/package/build/block-build-editor.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@charset "UTF-8";.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-timeline:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}.components-base-control__label{font-weight:700}.components-base-control .components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}.editor-url-input input[type=text]{width:100%}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{transition:all 1s;opacity:1}.edit-post-visual-editor.editor-styles-wrapper h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.edit-post-visual-editor.editor-styles-wrapper .postList_itemCard_button-option{margin-bottom:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter{position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .vk_post{width:100%;height:100%;margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-list-appender{clear:both;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3>.editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4>.editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6>.editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12>.editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3>.editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4>.editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6>.editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12>.editor-block-list__block{width:calc(100% - 30px)}}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_warning{opacity:.4}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_all{opacity:.2}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden{display:block!important;color:var(--blue)}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xs{display:block!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-sm{display:block!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-md{display:block!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-lg{display:block!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xl{display:block!important}}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark{padding-inline-start:2em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li{list-style:none;position:relative;margin-bottom:.8em;line-height:1.65em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;border-radius:50%;font-size:1em;line-height:1em;padding:.3em .37em .2em;text-align:center}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;font-size:1em;line-height:1em;padding:.3em .37em .2em;text-align:center;border-radius:2px}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-lg li::before{left:-.8em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-pink-color li::before{color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-red-color li::before{color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-light-green-cyan-color li::before{color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-green-cyan-color li::before{color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-purple-color li::before{color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-light-gray-color li::before{color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-dark-gray-color li::before{color:#313131}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch{margin:1em 0;padding:.5em;border-radius:8px}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin:1.2em 0;padding-left:0;padding-right:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow{box-shadow:0 0 5px rgba(0,0,0,.2);padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h4:first-child{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group .wp-block-columns:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group dl:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ol:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group p:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group table:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ul:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-embed-youtube iframe{width:100%}.edit-post-visual-editor.editor-styles-wrapper .alert{padding:1em;margin:1em 0;border-radius:3px}.edit-post-visual-editor.editor-styles-wrapper .alert p{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .alert+.edit-post-visual-editor.editor-styles-wrapper .alert{margin-top:2em}.edit-post-visual-editor.editor-styles-wrapper .alert a{transition:color .3s linear,opacity .3s linear}.edit-post-visual-editor.editor-styles-wrapper .alert a:link,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:.8;text-decoration:underline}.edit-post-visual-editor.editor-styles-wrapper .alert a:hover,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:1;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.edit-post-visual-editor.editor-styles-wrapper .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.edit-post-visual-editor.editor-styles-wrapper .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.edit-post-visual-editor.editor-styles-wrapper .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{display:flex;align-items:center;margin-bottom:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon figure{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{flex-basis:96px;flex-shrink:0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{position:relative;text-align:left}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{position:absolute;content:'';border-radius:50%;background:inherit}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}@media only screen and (max-width:480px){.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{font-size:.9em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{align-items:normal}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{max-width:96px}}.edit-post-visual-editor.editor-styles-wrapper .vk_button{margin:5px 0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-left{text-align:left}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-center{text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-block{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide .btn{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link{min-width:100px;min-height:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text{box-shadow:none;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text:hover{background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link.btn{padding-top:.7em;padding-bottom:.6em;user-select:text}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_before{margin-right:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_after{margin-left:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.edit-post-visual-editor.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-primary{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-secondary{color:#fff;background-color:#6c757d}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-success{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-info{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-warning{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-danger{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-light{background-color:#f8f9fa}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-dark{color:#fff;background-color:#343a40}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-dark:hover,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-secondary:hover{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary{color:#6c757d;border:1px solid #6c757d;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success{color:#28a745;border:1px solid #28a745;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info{color:#17a2b8;border:1px solid #17a2b8;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning{color:#ffc107;border:1px solid #ffc107;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger{color:#dc3545;border:1px solid #dc3545;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light{border:1px solid #f8f9fa;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark{color:#343a40;border:1px solid #343a40;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary:hover{background:#007bff;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary:hover{background:#6c757d;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success:hover{background:#28a745;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info:hover{background:#17a2b8;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning:hover{background:#ffc107;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger:hover{background:#dc3545;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light:hover{background:#f8f9fa;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark:hover{background:#343a40;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{border:none;padding-left:35px}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{position:absolute;left:0;font-size:24px;line-height:105%}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{font-family:areal;content:"Q ";color:#e50000}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-on:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{padding-left:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading_subtext{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;display:flex;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{content:"";flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-top:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:transparent!important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333!important;right:0;left:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:none!important;color:var(--blue)}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:none!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:none!important}}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-border img{border:1px solid #e5e5e5}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame figcaption{margin:8px 0 0}@media screen and (max-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item{margin-bottom:1.5em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link{color:#333}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::after{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{display:flex}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent .col-sm-6{width:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft{flex-direction:row}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt{vertical-align:top}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{background-color:transparent;font-weight:700;padding:0;box-shadow:none;border:none;margin-bottom:.8em}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:first-child{margin-top:30px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_btn.btn{font-size:16px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg_image{max-width:100%;height:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.button{margin:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.image-button{margin:0}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 td,.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 th{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 th{background-color:rgba(0,0,0,.05)}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1.table-striped tbody tr:nth-of-type(odd){background:inherit}}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-rich-text__editable{padding:0;margin:0;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit>.editor-inner-blocks{margin-top:-1px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit{height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .block-editor-block-list__insertion-point{top:-5px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit:before{right:0;left:0;top:0;bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks tr{width:100%;display:block;border-bottom:1px solid #e5e5e5}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks tr .editor-block-list__layout{display:flex}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks td,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks th{padding:0;display:block;width:100%;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks td .editor-rich-text__editable,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks th .editor-rich-text__editable{padding:14px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit.table-striped>tbody>.editor-inner-blocks>.editor-block-list__layout>div:nth-of-type(odd){background-color:rgba(0,0,0,.05)}@media (max-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width:577px) and (max-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width:769px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text{float:left;width:61.6%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{float:right;width:32%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_text{float:right}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_photo{float:left}.edit-post-visual-editor.editor-styles-wrapper .vk_staff{display:block;overflow:hidden}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name{text-align:left;box-shadow:none;font-size:3.5rem;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;line-height:1;margin-bottom:.5rem;border:none;padding:0;background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:0 0}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileText{font-size:14px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{display:block;vertical-align:top;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo button{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-none{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:74%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_name,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_name,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_name{font-size:4rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_caption{font-size:16px;letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_role{letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:22%}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:75%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:20%}}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-overflow{white-space:nowrap!important}
|
1 |
+
@charset "UTF-8";.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-timeline:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}.components-base-control__label{font-weight:700}.components-base-control .components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}.editor-url-input input[type=text]{width:100%}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{transition:all 1s;opacity:1}.edit-post-visual-editor.editor-styles-wrapper h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.edit-post-visual-editor.editor-styles-wrapper .postList_itemCard_button-option{margin-bottom:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter{position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .vk_post{width:100%;height:100%;margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-list-appender{clear:both;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3>.editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4>.editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6>.editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12>.editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3>.editor-block-list__block{width:calc(25% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4>.editor-block-list__block{width:calc(33.3% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6>.editor-block-list__block{width:calc(50% - 30px)}.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12>.editor-block-list__block{width:calc(100% - 30px)}}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_warning{opacity:.4}.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_all{opacity:.2}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden{display:block!important;color:var(--blue)}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xs{display:block!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-sm{display:block!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-md{display:block!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-lg{display:block!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_hidden-xl{display:block!important}}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark{padding-inline-start:2em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li{list-style:none;position:relative;margin-bottom:.8em;line-height:1.65em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-2.4em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li{position:relative;list-style:none}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-lg li::before{left:-.8em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-pink-color li::before{color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-red-color li::before{color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-light-green-cyan-color li::before{color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-green-cyan-color li::before{color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-purple-color li::before{color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-light-gray-color li::before{color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-dark-gray-color li::before{color:#313131}.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch{margin:1em 0;padding:.5em;border-radius:8px}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin:1.2em 0;padding-left:0;padding-right:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow{box-shadow:0 0 5px rgba(0,0,0,.2);padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin:1.2em 0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul li:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h4:first-child{margin-top:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group .wp-block-columns:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group dl:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ol:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group p:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group table:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ul:last-child{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.edit-post-visual-editor.editor-styles-wrapper .wp-block-embed-youtube iframe{width:100%}.edit-post-visual-editor.editor-styles-wrapper .alert{padding:1em;margin:1em 0;border-radius:3px}.edit-post-visual-editor.editor-styles-wrapper .alert p{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .alert+.edit-post-visual-editor.editor-styles-wrapper .alert{margin-top:2em}.edit-post-visual-editor.editor-styles-wrapper .alert a{transition:color .3s linear,opacity .3s linear}.edit-post-visual-editor.editor-styles-wrapper .alert a:link,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:.8;text-decoration:underline}.edit-post-visual-editor.editor-styles-wrapper .alert a:hover,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:1;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.edit-post-visual-editor.editor-styles-wrapper .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.edit-post-visual-editor.editor-styles-wrapper .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.edit-post-visual-editor.editor-styles-wrapper .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{display:flex;align-items:center;margin-bottom:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon figure{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{flex-basis:96px;flex-shrink:0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{position:relative;text-align:left}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{position:absolute;content:'';border-radius:50%;background:inherit}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}@media only screen and (max-width:480px){.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{font-size:.9em}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{align-items:normal}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{max-width:96px}}.edit-post-visual-editor.editor-styles-wrapper :root{--vk-color-border-red:#dc3545;--vk-color-background-red:#dc3545;--vk-color-border-orange:#ffa536;--vk-color-background-orange:#ffa536;--vk-color-border-blue:#4267b2;--vk-color-background-blue:#4267b2;--vk-color-border-green:#28a745;--vk-color-background-green:#28a745;--vk-color-border-black:#222;--vk-color-background-black:#222}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox{margin:0 0 2em;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:700}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:700;font-size:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:1.5em;background-color:#fff;border-width:2px;border-style:solid}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body p{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder{background-color:transparent;border-width:2px;border-style:solid}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body{background-color:transparent;border:none;padding-top:0}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fad,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fal,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .far,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fas,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .svg-inline--fa{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0;left:2.3em;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab{border:none;background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-orange);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-blue);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-green);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-black);color:#fff}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}.edit-post-visual-editor.editor-styles-wrapper .vk_button{margin:5px 0;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-left{text-align:left}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-center{text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-right{text-align:right}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-block{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide .btn{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link{min-width:100px;min-height:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text{box-shadow:none;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text:hover{background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link.btn{padding-top:.7em;padding-bottom:.6em;user-select:text}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_before{margin-right:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_after{margin-left:.7rem}.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.edit-post-visual-editor.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-primary{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-secondary{color:#fff;background-color:#6c757d}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-success{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-info{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-warning{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-danger{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-light{background-color:#f8f9fa}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-dark{color:#fff;background-color:#343a40}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-dark:hover,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-secondary:hover{color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary{color:#6c757d;border:1px solid #6c757d;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success{color:#28a745;border:1px solid #28a745;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info{color:#17a2b8;border:1px solid #17a2b8;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning{color:#ffc107;border:1px solid #ffc107;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger{color:#dc3545;border:1px solid #dc3545;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light{border:1px solid #f8f9fa;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark{color:#343a40;border:1px solid #343a40;background:0 0;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-primary:hover{background:#007bff;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-secondary:hover{background:#6c757d;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-success:hover{background:#28a745;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-info:hover{background:#17a2b8;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-warning:hover{background:#ffc107;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-danger:hover{background:#dc3545;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-light:hover{background:#f8f9fa;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark:focus,.edit-post-visual-editor.editor-styles-wrapper .btn.btn-outline-dark:hover{background:#343a40;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{border:none;padding-left:35px}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{position:absolute;left:0;font-size:24px;line-height:105%}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{font-family:areal;content:"Q ";color:#e50000}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content{margin:0}.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-on:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{padding-left:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{background:0 0;border:none;border-radius:0;padding:0;font-weight:400;box-shadow:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_heading_subtext{margin-bottom:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;background-color:transparent;border:none;display:flex;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{content:"";flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-top:none}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:unset;margin-right:unset;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;border:none;background-color:transparent!important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset!important}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.entry-body .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333!important;right:0;left:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:none!important;color:var(--blue)}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:none!important}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:none!important}}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-border img{border:1px solid #e5e5e5}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2)}.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-image-photoFrame figcaption{margin:8px 0 0}@media screen and (max-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item{margin-bottom:1.5em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link{color:#333}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;padding:0}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::before{content:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::after{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{display:flex}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent .col-sm-6{width:50%}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft{flex-direction:row}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight{flex-direction:row-reverse}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt{vertical-align:top}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{background-color:transparent;font-weight:700;padding:0;box-shadow:none;border:none;margin-bottom:.8em}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:first-child{margin-top:30px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_btn.btn{font-size:16px}}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg_image{max-width:100%;height:auto}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.button{margin:1em}.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}@media (max-width:575.98px){.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 td,.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 th{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1 th{background-color:rgba(0,0,0,.05)}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-mobile1.table-striped tbody tr:nth-of-type(odd){background:inherit}}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-rich-text__editable{padding:0;margin:0;width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit>.editor-inner-blocks{margin-top:-1px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit{height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .block-editor-block-list__insertion-point{top:-5px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-block-list__block-edit:before{right:0;left:0;top:0;bottom:0}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks tr{width:100%;display:block;border-bottom:1px solid #e5e5e5}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks tr .editor-block-list__layout{display:flex}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks td,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks th{padding:0;display:block;width:100%;border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks td .editor-rich-text__editable,.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit .editor-inner-blocks th .editor-rich-text__editable{padding:14px}.edit-post-visual-editor.editor-styles-wrapper .vk_simpleTable-edit.table-striped>tbody>.editor-inner-blocks>.editor-block-list__layout>div:nth-of-type(odd){background-color:rgba(0,0,0,.05)}@media (max-width:576px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width:577px) and (max-width:768px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width:769px){.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:block}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text{float:left;width:61.6%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{float:right;width:32%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_text{float:right}.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_photo{float:left}.edit-post-visual-editor.editor-styles-wrapper .vk_staff{display:block;overflow:hidden}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name{text-align:left;box-shadow:none;font-size:2.5rem;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;line-height:1;margin-bottom:.5rem;border:none;padding:0;background-color:transparent}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:0 0}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:before{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileText{font-size:14px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{display:block;vertical-align:top;text-align:center}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo button{width:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-none{border:none}.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width:992px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:74%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_caption{font-size:1rem;letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_role{letter-spacing:.5rem}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:22%}}@media (min-width:1200px){.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:75%}.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:20%}}.edit-post-visual-editor.editor-styles-wrapper .vk_table-col-overflow{white-space:nowrap!important}
|
inc/vk-blocks/package/build/block-build.css
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
-
ul.is-style-vk-default,ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-default,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-default li,ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-default li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-bottom:0.8em;line-height:1.65em}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:1em;line-height:1em;padding:0.3em 0.37em 0.2em;text-align:center}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:1em;line-height:1em;padding:0.3em 0.37em 0.2em;text-align:center;border-radius:2px}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#ffffff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#ffffff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#ffffff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#ffffff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#ffffff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#ffffff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#ffffff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#ffffff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#ffffff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#ffffff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#ffffff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#ffffff;background-color:#313131}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em 0;padding:0.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin:1.2em 0;padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.wp-block-embed-youtube iframe{width:100%}
|
2 |
|
3 |
.alert{padding:1em;margin:1em 0;border-radius:3px}.alert p{margin-bottom:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear, opacity .3s linear;transition:color .3s linear, opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
|
4 |
|
5 |
.vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.vk_balloon_icon{-ms-flex-preferred-size:96px;flex-basis:96px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.2rem}.vk_balloon_content{position:relative;text-align:left}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.vk_balloon-type-think .vk_balloon_content::before,.vk_balloon-type-think .vk_balloon_content::after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@media only screen and (max-width: 480px){.vk_balloon_content{font-size:.9em}.vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:96px}}
|
6 |
|
|
|
|
|
7 |
.vk_button{margin:5px 0;text-align:center}.vk_button-color-custom a:hover{opacity:0.8;-webkit-box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25);box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25)}.vk_button-align-left{text-align:left}.vk_button-align-center{text-align:center}.vk_button-align-right{text-align:right}.vk_button-align-block{display:block}.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button-align-wide .btn{display:block}.vk_button_link{min-width:100px;min-height:30px}.vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button_link.btn{padding-top:0.7em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.vk_button_link_before{margin-right:0.7rem}.vk_button_link_after{margin-left:0.7rem}.vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text{display:inline-block}.vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.btn.btn-primary{color:#fff}.btn.btn-secondary{color:#fff;background-color:#6c757d}.btn.btn-success{color:#fff}.btn.btn-info{color:#fff}.btn.btn-warning{color:#fff}.btn.btn-danger{color:#fff}.btn.btn-light{background-color:#f8f9fa}.btn.btn-dark{color:#fff;background-color:#343a40}.btn.btn-secondary:hover,.btn.btn-dark:hover{color:#fff}.btn.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-secondary{color:#6c757d;border:1px solid #6c757d;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-success{color:#28a745;border:1px solid #28a745;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-info{color:#17a2b8;border:1px solid #17a2b8;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-warning{color:#ffc107;border:1px solid #ffc107;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-danger{color:#dc3545;border:1px solid #dc3545;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-light{border:1px solid #f8f9fa;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-dark{color:#343a40;border:1px solid #343a40;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-primary:hover,.btn.btn-outline-primary:focus{background:#007bff;color:#fff}.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:focus{background:#6c757d;color:#fff}.btn.btn-outline-success:hover,.btn.btn-outline-success:focus{background:#28a745;color:#fff}.btn.btn-outline-info:hover,.btn.btn-outline-info:focus{background:#17a2b8;color:#fff}.btn.btn-outline-warning:hover,.btn.btn-outline-warning:focus{background:#ffc107;color:#fff}.btn.btn-outline-danger:hover,.btn.btn-outline-danger:focus{background:#dc3545;color:#fff}.btn.btn-outline-light:hover,.btn.btn-outline-light:focus{background:#f8f9fa;color:#fff}.btn.btn-outline-dark:hover,.btn.btn-outline-dark:focus{background:#343a40;color:#fff}
|
8 |
|
|
|
|
|
9 |
.vk_flow-arrow-on:after{content:"";background:url("../images/arrow_bottom.svg") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
|
10 |
|
11 |
.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
|
@@ -16,17 +20,15 @@ ul.is-style-vk-default,ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul
|
|
16 |
|
17 |
.is-style-vk-image-border img{border:1px solid #e5e5e5}.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2)}.is-style-vk-image-photoFrame figcaption{margin:8px 0 0}
|
18 |
|
19 |
-
.vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:"areal";content:"Q ";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}
|
20 |
-
|
21 |
@media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{background-color:transparent;margin-top:0.9em;margin-bottom:0.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;padding:0}.vk_prBlocks_item_title::before{content:none}.vk_prBlocks_item_title::after{border:none}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
|
22 |
|
23 |
-
.vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width: 576px){.vk_prContent{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_prContent .col-sm-6{width:50%}.vk_prContent-layout-imageLeft{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vk_prContent-layout-imageRight{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.vk_prContent_colTxt{vertical-align:top}.vk_prContent_colTxt_title{background-color:transparent;font-weight:bold;padding:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin-bottom:0.8em}@media (max-width: 575.98px){.vk_prContent_colTxt_title:first-child{margin-top:30px}}.vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width: 992px){.vk_prContent_colTxt_btn.btn{font-size:16px}}.vk_prContent_colImg_image{max-width:100%;height:auto}.vk_prContent_colImg .components-button.button{margin:1em}.vk_prContent_colImg .components-button.image-button{margin:0}
|
24 |
-
|
25 |
-
@media (max-width: 576px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width: 577px) and (max-width: 768px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:block}.vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width: 769px){.vk_spacer .vk_spacer-display-pc{display:block}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:none}}
|
26 |
|
27 |
@media (max-width: 575.98px){.vk_table-col-mobile1 th,.vk_table-col-mobile1 td{display:block}.vk_table-col-mobile1 th{background-color:rgba(0,0,0,0.05)}.vk_table-col-mobile1.table-striped tbody tr:nth-of-type(odd){background:inherit}}.vk_simpleTable-edit .editor-inner-blocks,.vk_simpleTable-edit .editor-block-list__layout,.vk_simpleTable-edit .editor-block-list__block,.vk_simpleTable-edit .editor-rich-text__editable,.vk_simpleTable-edit .editor-block-list__block-edit{padding:0;margin:0;width:100%}.vk_simpleTable-edit>.editor-inner-blocks{margin-top:-1px}.vk_simpleTable-edit .editor-block-list__block-edit{height:100%}.vk_simpleTable-edit .block-editor-block-list__insertion-point{top:-5px}.vk_simpleTable-edit .editor-block-list__block-edit:before{right:-0px;left:-0px;top:-0px;bottom:-0px}.vk_simpleTable-edit .editor-inner-blocks tr{width:100%;display:block;border-bottom:1px solid #e5e5e5}.vk_simpleTable-edit .editor-inner-blocks tr .editor-block-list__layout{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_simpleTable-edit .editor-inner-blocks th,.vk_simpleTable-edit .editor-inner-blocks td{padding:0;display:block;width:100%;border:none}.vk_simpleTable-edit .editor-inner-blocks th .editor-rich-text__editable,.vk_simpleTable-edit .editor-inner-blocks td .editor-rich-text__editable{padding:14px}.vk_simpleTable-edit.table-striped>tbody>.editor-inner-blocks>.editor-block-list__layout>div:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}
|
28 |
|
29 |
-
|
|
|
|
|
30 |
|
31 |
.vk_table-col-overflow{white-space:nowrap !important}
|
32 |
|
1 |
+
ul.is-style-vk-default,ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-default,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-default li,ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-default li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-bottom:0.8em;line-height:1.65em}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-2.4em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#ffffff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#ffffff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#ffffff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#ffffff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#ffffff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#ffffff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#ffffff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#ffffff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#ffffff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#ffffff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#ffffff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#ffffff;background-color:#313131}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em 0;padding:0.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin:1.2em 0;padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-alert-info h2,.wp-block-group.is-style-vk-group-alert-info h3,.wp-block-group.is-style-vk-group-alert-info h4,.wp-block-group.is-style-vk-group-alert-info h5,.wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-info ul,.wp-block-group.is-style-vk-group-alert-info ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-info ul li:last-child,.wp-block-group.is-style-vk-group-alert-info ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-alert-success h2,.wp-block-group.is-style-vk-group-alert-success h3,.wp-block-group.is-style-vk-group-alert-success h4,.wp-block-group.is-style-vk-group-alert-success h5,.wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-success ul,.wp-block-group.is-style-vk-group-alert-success ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-success ul li:last-child,.wp-block-group.is-style-vk-group-alert-success ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-alert-warning h2,.wp-block-group.is-style-vk-group-alert-warning h3,.wp-block-group.is-style-vk-group-alert-warning h4,.wp-block-group.is-style-vk-group-alert-warning h5,.wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-warning ul,.wp-block-group.is-style-vk-group-alert-warning ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.wp-block-group.is-style-vk-group-alert-warning ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin:1.2em 0}.wp-block-group.is-style-vk-group-alert-danger h2,.wp-block-group.is-style-vk-group-alert-danger h3,.wp-block-group.is-style-vk-group-alert-danger h4,.wp-block-group.is-style-vk-group-alert-danger h5,.wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-danger ul,.wp-block-group.is-style-vk-group-alert-danger ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.wp-block-group.is-style-vk-group-alert-danger ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.wp-block-embed-youtube iframe{width:100%}
|
2 |
|
3 |
.alert{padding:1em;margin:1em 0;border-radius:3px}.alert p{margin-bottom:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear, opacity .3s linear;transition:color .3s linear, opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
|
4 |
|
5 |
.vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.vk_balloon_icon{-ms-flex-preferred-size:96px;flex-basis:96px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.2rem}.vk_balloon_content{position:relative;text-align:left}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.vk_balloon-type-think .vk_balloon_content::before,.vk_balloon-type-think .vk_balloon_content::after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@media only screen and (max-width: 480px){.vk_balloon_content{font-size:.9em}.vk_balloon-type-serif .vk_balloon_content::after{border:15px solid transparent}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{max-width:86px;margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-left:-15px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem;max-width:86px}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{width:15px;height:15px}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:35px;margin-right:-15px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0;max-width:86px}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:96px}}
|
6 |
|
7 |
+
:root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox{margin:0 0 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:0.5em 1.5em 0.4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.vk_borderBox .vk_borderBox_title_container .fas{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em}.vk_borderBox .vk_borderBox_body{padding:1.5em;background-color:#fff;border-width:2px;border-style:solid}.vk_borderBox .vk_borderBox_body p{margin-bottom:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body{background-color:transparent;border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:0.5em 0.5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
|
8 |
+
|
9 |
.vk_button{margin:5px 0;text-align:center}.vk_button-color-custom a:hover{opacity:0.8;-webkit-box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25);box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25)}.vk_button-align-left{text-align:left}.vk_button-align-center{text-align:center}.vk_button-align-right{text-align:right}.vk_button-align-block{display:block}.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button-align-wide .btn{display:block}.vk_button_link{min-width:100px;min-height:30px}.vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button_link.btn{padding-top:0.7em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.vk_button_link_before{margin-right:0.7rem}.vk_button_link_after{margin-left:0.7rem}.vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .editor-rich-text{display:inline-block}.vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}.btn.btn-primary{color:#fff}.btn.btn-secondary{color:#fff;background-color:#6c757d}.btn.btn-success{color:#fff}.btn.btn-info{color:#fff}.btn.btn-warning{color:#fff}.btn.btn-danger{color:#fff}.btn.btn-light{background-color:#f8f9fa}.btn.btn-dark{color:#fff;background-color:#343a40}.btn.btn-secondary:hover,.btn.btn-dark:hover{color:#fff}.btn.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-secondary{color:#6c757d;border:1px solid #6c757d;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-success{color:#28a745;border:1px solid #28a745;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-info{color:#17a2b8;border:1px solid #17a2b8;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-warning{color:#ffc107;border:1px solid #ffc107;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-danger{color:#dc3545;border:1px solid #dc3545;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-light{border:1px solid #f8f9fa;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-dark{color:#343a40;border:1px solid #343a40;background:none;-webkit-box-shadow:none;box-shadow:none}.btn.btn-outline-primary:hover,.btn.btn-outline-primary:focus{background:#007bff;color:#fff}.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:focus{background:#6c757d;color:#fff}.btn.btn-outline-success:hover,.btn.btn-outline-success:focus{background:#28a745;color:#fff}.btn.btn-outline-info:hover,.btn.btn-outline-info:focus{background:#17a2b8;color:#fff}.btn.btn-outline-warning:hover,.btn.btn-outline-warning:focus{background:#ffc107;color:#fff}.btn.btn-outline-danger:hover,.btn.btn-outline-danger:focus{background:#dc3545;color:#fff}.btn.btn-outline-light:hover,.btn.btn-outline-light:focus{background:#f8f9fa;color:#fff}.btn.btn-outline-dark:hover,.btn.btn-outline-dark:focus{background:#343a40;color:#fff}
|
10 |
|
11 |
+
.vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:"areal";content:"Q ";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}
|
12 |
+
|
13 |
.vk_flow-arrow-on:after{content:"";background:url("../images/arrow_bottom.svg") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.vk_flow_frame{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
|
14 |
|
15 |
.vk_heading.vk_heading-style-plain .vk_heading_title{background:none;border:none;border-radius:0;padding:0;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after{background:none;border:none;border-radius:0;padding:0;font-weight:normal;-webkit-box-shadow:none;box-shadow:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.vk_heading_subtext{margin-bottom:0}
|
20 |
|
21 |
.is-style-vk-image-border img{border:1px solid #e5e5e5}.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2)}.is-style-vk-image-photoFrame figcaption{margin:8px 0 0}
|
22 |
|
|
|
|
|
23 |
@media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{background-color:transparent;margin-top:0.9em;margin-bottom:0.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;padding:0}.vk_prBlocks_item_title::before{content:none}.vk_prBlocks_item_title::after{border:none}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
|
24 |
|
25 |
+
.vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width: 576px){.vk_prContent{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_prContent .col-sm-6{width:50%}.vk_prContent-layout-imageLeft{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vk_prContent-layout-imageRight{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.vk_prContent_colTxt{vertical-align:top}.vk_prContent_colTxt_title{background-color:transparent;font-weight:bold;padding:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin-bottom:0.8em}@media (max-width: 575.98px){.vk_prContent_colTxt_title:first-child{margin-top:30px}}.vk_prContent_colTxt_title:after{content:"";line-height:0;display:block;overflow:hidden;position:absolute;bottom:-1px;width:0;border:none}.vk_prContent_colTxt_text{line-height:2em;margin-bottom:1.7em}@media (min-width: 992px){.vk_prContent_colTxt_btn.btn{font-size:16px}}.vk_prContent_colImg_image{max-width:100%;height:auto}.vk_prContent_colImg .components-button.button{margin:1em}.vk_prContent_colImg .components-button.image-button{margin:0;height:auto}
|
|
|
|
|
26 |
|
27 |
@media (max-width: 575.98px){.vk_table-col-mobile1 th,.vk_table-col-mobile1 td{display:block}.vk_table-col-mobile1 th{background-color:rgba(0,0,0,0.05)}.vk_table-col-mobile1.table-striped tbody tr:nth-of-type(odd){background:inherit}}.vk_simpleTable-edit .editor-inner-blocks,.vk_simpleTable-edit .editor-block-list__layout,.vk_simpleTable-edit .editor-block-list__block,.vk_simpleTable-edit .editor-rich-text__editable,.vk_simpleTable-edit .editor-block-list__block-edit{padding:0;margin:0;width:100%}.vk_simpleTable-edit>.editor-inner-blocks{margin-top:-1px}.vk_simpleTable-edit .editor-block-list__block-edit{height:100%}.vk_simpleTable-edit .block-editor-block-list__insertion-point{top:-5px}.vk_simpleTable-edit .editor-block-list__block-edit:before{right:-0px;left:-0px;top:-0px;bottom:-0px}.vk_simpleTable-edit .editor-inner-blocks tr{width:100%;display:block;border-bottom:1px solid #e5e5e5}.vk_simpleTable-edit .editor-inner-blocks tr .editor-block-list__layout{display:-webkit-box;display:-ms-flexbox;display:flex}.vk_simpleTable-edit .editor-inner-blocks th,.vk_simpleTable-edit .editor-inner-blocks td{padding:0;display:block;width:100%;border:none}.vk_simpleTable-edit .editor-inner-blocks th .editor-rich-text__editable,.vk_simpleTable-edit .editor-inner-blocks td .editor-rich-text__editable{padding:14px}.vk_simpleTable-edit.table-striped>tbody>.editor-inner-blocks>.editor-block-list__layout>div:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}
|
28 |
|
29 |
+
@media (max-width: 576px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width: 577px) and (max-width: 768px){.vk_spacer .vk_spacer-display-pc{display:none}.vk_spacer .vk_spacer-display-tablet{display:block}.vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width: 769px){.vk_spacer .vk_spacer-display-pc{display:block}.vk_spacer .vk_spacer-display-tablet{display:none}.vk_spacer .vk_spacer-display-mobile{display:none}}
|
30 |
+
|
31 |
+
.vk_staff_text{float:left;width:61.6%}.vk_staff_photo{float:right;width:32%}.vk_staff-layout-imageLeft .vk_staff_text{float:right}.vk_staff-layout-imageLeft .vk_staff_photo{float:left}.vk_staff{display:block;overflow:hidden}.vk_staff_text_name{text-align:left;-webkit-box-shadow:none;box-shadow:none;font-size:2.5rem;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";line-height:1;margin-bottom:0.5rem;border:none;padding:0;background-color:transparent}.vk_staff_text_name:before,.vk_staff_text_name:after{border:none}.vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";font-size:14px;display:block;margin:0 0 0.5rem 4px;letter-spacing:5px}.vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif"}.vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:none}.vk_staff_text_profileTitle:before,.vk_staff_text_profileTitle:after{border:none}.vk_staff_text_profileText{font-size:14px}.vk_staff_photo{display:block;vertical-align:top;text-align:center}.vk_staff_photo button{width:100%}.vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.vk_staff_photo-border-none{border:none}.vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width: 992px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:74%}.page-template-page-onecolumn .vk_staff_text_caption,.page-template-page-lp .vk_staff_text_caption,.page-template-page-lp-builder .vk_staff_text_caption{font-size:1rem;letter-spacing:0.5rem}.page-template-page-onecolumn .vk_staff_text_role,.page-template-page-lp .vk_staff_text_role,.page-template-page-lp-builder .vk_staff_text_role{letter-spacing:0.5rem}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:22%}}@media (min-width: 1200px){.page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text{width:75%}.page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo{width:20%}}
|
32 |
|
33 |
.vk_table-col-overflow{white-space:nowrap !important}
|
34 |
|
inc/vk-blocks/package/build/block-build.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=7)}([function(e,t,n){"use strict";e.exports=n(
|
2 |
/*!
|
3 |
Copyright (c) 2017 Jed Watson.
|
4 |
Licensed under the MIT License (MIT), see
|
5 |
http://jedwatson.github.io/classnames
|
6 |
-
*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var
|
7 |
/** @license React v16.12.0
|
8 |
* react.production.min.js
|
9 |
*
|
@@ -11,9 +11,9 @@
|
|
11 |
*
|
12 |
* This source code is licensed under the MIT license found in the
|
13 |
* LICENSE file in the root directory of this source tree.
|
14 |
-
*/var o=n(
|
15 |
/*
|
16 |
object-assign
|
17 |
(c) Sindre Sorhus
|
18 |
@license MIT
|
19 |
-
*/var o=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function l(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,c,i=l(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))r.call(n,u)&&(i[u]=n[u]);if(o){c=o(n);for(var m=0;m<c.length;m++)a.call(n,c[m])&&(i[c[m]]=n[c[m]])}}return i}},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,r=wp.components,a=(r.RangeControl,r.RadioControl),l=r.PanelBody,c=r.Button,i=wp.element.Fragment,s=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,u=s.RichText,m=s.InspectorControls,p=s.MediaUpload,b=s.ColorPalette,f=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z"}));o("vk-blocks/balloon",{title:n("Ballon","vk-blocks"),icon:f,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,o=e.className,r=e.setAttributes,s=t.content,f=t.balloonName,k=t.balloonType,v=t.balloonBgColor,d=t.balloonAlign,y=t.IconImage;return React.createElement(i,null,React.createElement(m,null,React.createElement(l,{title:n("Balloon setting","vk-blocks")},React.createElement(a,{label:n("Position","vk-blocks"),help:n("Please specify the layout of the balloon.","vk-blocks"),selected:d,options:[{label:n("Left","vk-blocks"),value:"position-left"},{label:n("Right","vk-blocks"),value:"position-right"}],onChange:function(e){return r({balloonAlign:e})}}),React.createElement(a,{label:n("Type","vk-blocks"),help:n("Please select the type of balloon.","vk-blocks"),selected:k,options:[{label:n("Serif","vk-blocks"),value:"type-serif"},{label:n("Thinking","vk-blocks"),value:"type-think"}],onChange:function(e){return r({balloonType:e})}}),React.createElement(b,{value:v,onChange:function(e){return r({balloonBgColor:e})}}))),React.createElement("div",{className:"".concat(o," vk_balloon vk_balloon-").concat(d," vk_balloon-").concat(k)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(p,{onSelect:function(e){return r({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image",value:y,render:function(e){var t=e.open;return React.createElement(c,{onClick:t,className:y?"image-button":"button button-large"},y?React.createElement("img",{className:"vk_balloon_icon_image",src:y,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}}),React.createElement(u,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return r({balloonName:e})},value:f,placeholder:n("Icon Name","vk-blocks")})),React.createElement(u,{style:{background:v,border:v},tagName:"p",className:"vk_balloon_content",onChange:function(e){return r({content:e})},value:s,placeholder:n("Input text","vk-blocks")})))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.balloonName,r=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(r)},React.createElement("div",{className:"vk_balloon_icon"},c?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:c,alt:""}),React.createElement(u.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:o})):""),React.createElement(u.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}})},function(e,t){var n=wp.i18n.__;wp.blocks.registerBlockStyle("core/image",[{name:"vk-image-border",label:n("Border","vk-blocks")},{name:"vk-image-photoFrame",label:n("Photo frame","vk-blocks")}])},function(e,t){},function(e,t,n){"use strict";n.r(t);var o=function(e){switch(e){case"#f78da7":return"vk-has-pale-pink-color";case"#cf2e2e":return"vk-has-vivid-red-color";case"#ff6900":return"vk-has-luminous-vivid-orange-color";case"#fcb900":return"vk-has-luminous-vivid-amber-color";case"#7bdcb5":return"vk-has-light-green-cyan-color";case"#00d084":return"vk-has-vivid-green-cyan-color";case"#8ed1fc":return"vk-has-pale-cyan-blue-color";case"#0693e3":return"vk-has-vivid-cyan-blue-color";case"#9b51e0":return"vk-has-vivid-purple-color";case"#eee":return"vk-has-very-light-gray-color";case"#abb8c3":return"vk-has-cyan-bluish-gray-color";case"#313131":return"vk-has-very-dark-gray-color"}},r=lodash.assign,a=wp.i18n.__,l=wp.element.Fragment,c=wp.hooks.addFilter,i=wp.components.PanelBody,s=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,u=s.InspectorControls,m=s.ColorPalette,p=wp.compose.createHigherOrderComponent,b=function(e){return["core/group"].includes(e)};c("blocks.registerBlockType","vk-blocks/group-style",(function(e){return b(e.name)&&(e.attributes=r(e.attributes,{color:{type:"string"}})),e})),c("editor.BlockEdit","vk-blocks/group-style",p((function(e){var t="";return function(n){return b(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(l,null,React.createElement(e,n),React.createElement(u,null,React.createElement(i,{title:a("Border Color","vk-blocks"),initialOpen:!1,className:"group-border-color-controle"},React.createElement(m,{value:t,disableCustomColors:!0,onChange:function(e){var r=o(e);if(n.attributes.className){var a=n.attributes.className,l=(a=a.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));l.push(r),r=l.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/group",[{name:"vk-group-solid",label:a("Solid","vk-blocks")},{name:"vk-group-solid-roundcorner",label:a("Solid Roundcorner","vk-blocks")},{name:"vk-group-dotted",label:a("Dotted","vk-blocks")},{name:"vk-group-dashed",label:a("Dashed","vk-blocks")},{name:"vk-group-double",label:a("Double","vk-blocks")},{name:"vk-group-stitch",label:a("Stitch","vk-blocks")},{name:"vk-group-top-bottom-border",label:a("Border Top Bottom","vk-blocks")},{name:"vk-group-shadow",label:a("Shadow","vk-blocks")}]);var f=lodash.assign,k=wp.i18n.__,v=wp.element.Fragment,d=wp.hooks.addFilter,y=wp.components.PanelBody,_=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,g=_.InspectorControls,h=_.ColorPalette,E=wp.compose.createHigherOrderComponent,C=function(e){return["core/list"].includes(e)};function w(e,t){var n=e.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i),o=null;return n&&(o=n.slice(1,4).map((function(e){return parseInt(e,16)}))),(n=e.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(o=n.slice(1,4).map((function(e){return 17*parseInt(e,16)}))),o?"rgba(".concat(o[0],", ").concat(o[1],", ").concat(o[2],", ").concat(t,")"):null}d("blocks.registerBlockType","vk-blocks/list-style",(function(e){return C(e.name)&&(e.attributes=f(e.attributes,{color:{type:"string"}})),e})),d("editor.BlockEdit","vk-blocks/list-style",E((function(e){var t="";return function(n){return C(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(v,null,React.createElement(e,n),React.createElement(g,null,React.createElement(y,{title:k("List Icon Color","vk-blocks"),initialOpen:!1,className:"list-color-controle"},React.createElement(h,{value:t,disableCustomColors:!0,onChange:function(e){var r=o(e);if(n.attributes.className){var a=n.attributes.className,l=(a=a.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));l.push(r),r=l.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/list",[{name:"vk-default",label:k("Default","vk-blocks"),isDefault:!0},{name:"vk-arrow-mark",label:k("Arrow","vk-blocks")},{name:"vk-triangle-mark",label:k("Triangle","vk-blocks")},{name:"vk-check-mark",label:k("Check","vk-blocks")},{name:"vk-check-square-mark",label:k("Check Square","vk-blocks")},{name:"vk-check-circle-mark",label:k("Check Circle","vk-blocks")},{name:"vk-handpoint-mark",label:k("Handpoint","vk-blocks")},{name:"vk-pencil-mark",label:k("Pencil","vk-blocks")},{name:"vk-smile-mark",label:k("Smile","vk-blocks")},{name:"vk-frown-mark",label:k("Frown","vk-blocks")},{name:"vk-numbered-circle-mark",label:k("Numbered Circle","vk-blocks")},{name:"vk-numbered-square-mark",label:k("Numbered Square","vk-blocks")}]);var N=wp.i18n.__,x=window.wp.richText,S=x.registerFormatType,T=x.toggleFormat,B=x.applyFormat,O=x.removeFormat,A=x.getActiveFormat,I=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,R=I.RichTextToolbarButton,j=I.RichTextShortcut,P=I.InspectorControls,z=I.PanelColorSettings,F=(I.getColorObjectByColorValue,wp.element.Fragment),M="vk-blocks/highlighter",L=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M26.9,462.2l104.7,39.6l34-34l-73.2-73.2L26.9,462.2z M146.5,231.8c-10.3,9.1-14.4,23.4-10.4,36.6l12.5,41.1l-48.9,48.9 L201,459.6l48.8-48.8l41,12.6c13.2,4,27.5,0,36.6-10.3l27.3-29.1L175.5,204.6L146.5,231.8L146.5,231.8z M533.7,122.3L437,25.7 C417.4,6,385.8,5,364.9,23.4L201,186.6l171.8,171.8l163.1-163.9C554.3,173.6,553.3,142,533.7,122.3L533.7,122.3z"}));S(M,{title:N("Highlighter","vk-blocks"),tagName:"span",className:"vk_highlighter",attributes:{data:"data-color",style:"style"},edit:function(e){var t,n=e.value,o=e.isActive,r=e.onChange;if(o){var a=A(n,M);t=a.attributes.data}var l=function(e){e=function(e){return void 0===e&&(e="#fffd6b"),e}(e),r(T(n,{type:M,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(w(e,.7)," 0);")}}))};return React.createElement(F,null,React.createElement(P,null,React.createElement(z,{title:N("Highlighter","vk-blocks"),initialOpen:!1,colorSettings:[{value:t,onChange:function(e){r(e?B(n,{type:M,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(w(e,.7)," 0);")}}):O(n,M))},label:N("Highlight Color","vk-blocks")}]})),React.createElement(j,{type:"primary",character:"h",onUse:function(){return l(t)}}),React.createElement(R,{icon:L,title:N("Highlighter","vk-blocks"),onClick:function(){return l(t)},isActive:o,shortcutType:"primary",shortcutCharacter:"h"}))}});var U=n(0),H=n.n(U);function D(e){return(D="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function V(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function q(e,t){return!t||"object"!==D(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function J(e){return(J=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function W(e,t){return(W=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Y=wp.i18n.__,G=wp.editor,Q=G.RichText,K=G.MediaUpload,X=wp.components.Button,Z=function(e){function t(){return V(this,t),q(this,J(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&W(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.vk_staff_text_name,n=e.vk_staff_text_caption,o=e.vk_staff_text_role,r=e.vk_staff_text_profileTitle,a=e.vk_staff_text_profileText,l=e.vk_staff_photo_image,c=e.vk_staff_photo_image_alt,i=e.vk_staff_layout,s=e.vk_staff_nameColor,u=e.vk_staff_captionColor,m=e.vk_staff_positionColor,p=e.vk_staff_profileTitleColor,b=e.vk_staff_profileTextColor,f=e.vk_staff_photoBorder,k=this.props.setAttributes,v=this.props.className,d=this.props.for_,y="";return"edit"===d?y=H.a.createElement("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},H.a.createElement("div",{className:"vk_staff_text"},H.a.createElement(Q,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},onChange:function(e){return k({vk_staff_text_name:e})},value:t,placeholder:Y("Your Name","vk-blocks")}),H.a.createElement(Q,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},onChange:function(e){return k({vk_staff_text_caption:e})},value:n,placeholder:Y("Caption","vk-blocks")}),H.a.createElement(Q,{tagName:"p",className:"vk_staff_text_role",style:{color:m},onChange:function(e){return k({vk_staff_text_role:e})},value:o,placeholder:Y("Role position","vk-blocks")}),H.a.createElement(Q,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:p},onChange:function(e){return k({vk_staff_text_profileTitle:e})},value:r,placeholder:Y("Profile title","vk-blocks")}),H.a.createElement(Q,{tagName:"p",className:"vk_staff_text_profileText",style:{color:b},onChange:function(e){return k({vk_staff_text_profileText:e})},value:a,placeholder:Y("Profile text","vk-blocks")})),H.a.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(f)},H.a.createElement(K,{onSelect:function(e){return k({vk_staff_photo_image:e.sizes.full.url})},type:"image",className:"vk_staff_photo_image",value:l,render:function(e){var t=e.open;return H.a.createElement(X,{onClick:t,className:l?"image-button":"button button-large"},l?H.a.createElement("img",{className:"vk_staff_photo_image",src:l,alt:Y(c,"vk-blocks")}):Y("Select image","vk-blocks"))}}))):"save"===d&&(y=H.a.createElement("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},H.a.createElement("div",{className:"vk_staff_text"},H.a.createElement(Q.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},value:t}),H.a.createElement(Q.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},value:n}),H.a.createElement(Q.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:m},value:o}),H.a.createElement(Q.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:p},value:r}),H.a.createElement(Q.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:b},value:a})),l?H.a.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(f)},H.a.createElement("img",{className:"vk_staff_photo_image",src:l,alt:c?Y(c,"vk-blocks"):""})):"")),y}}])&&$(n.prototype,o),r&&$(n,r),t}(H.a.Component),ee=wp.i18n.__,te=wp.blocks.registerBlockType,ne=wp.components,oe=ne.TextControl,re=ne.PanelBody,ae=ne.BaseControl,le=ne.SelectControl,ce=wp.element.Fragment,ie=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,se=ie.InspectorControls,ue=ie.ColorPalette,me=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("path",{d:"M528,34H48C21.5,34,0,55.5,0,82v352c0,26.5,21.5,48,48,48h480c26.5,0,48-21.5,48-48V82C576,55.5,554.5,34,528,34z M528,434 H48V82h480V434z"}),H.a.createElement("path",{d:"M407.6,241.9c30.9,0,55.9-25.1,55.9-55.9S438.5,130,407.6,130s-55.9,25.1-55.9,55.9S376.8,241.9,407.6,241.9z"}),H.a.createElement("path",{d:"M329.3,353.8h156.6c10.8,0,19.6-7.5,19.6-16.8v-16.8c0-27.8-26.3-50.3-58.7-50.3c-9.4,0-16.3,7-39.2,7 c-23.5,0-29.2-7-39.2-7c-32.4,0-58.7,22.6-58.7,50.3V337C309.7,346.2,318.5,353.8,329.3,353.8z"}),H.a.createElement("path",{d:"M96.2,395h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4C89,391.7,92.3,395,96.2,395 z"}),H.a.createElement("path",{d:"M96.2,339.2h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2V332 C89,336,92.3,339.2,96.2,339.2z"}),H.a.createElement("path",{d:"M96.2,283.4h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4 C89,280.2,92.3,283.4,96.2,283.4z"}),H.a.createElement("path",{d:"M92.9,219.1h166.3c2.1,0,3.9-1.8,3.9-3.9v-7.8c0-2.1-1.8-3.9-3.9-3.9H92.9c-2.1,0-3.9,1.8-3.9,3.9v7.8 C89,217.4,90.8,219.1,92.9,219.1z"}),H.a.createElement("path",{d:"M99.7,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H99.7c-5.9,0-10.7,4.8-10.7,10.7v21.4 C89,172.8,93.8,177.6,99.7,177.6z"}),H.a.createElement("path",{d:"M157,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H157c-5.9,0-10.7,4.8-10.7,10.7v21.4 C146.3,172.8,151.1,177.6,157,177.6z"}),H.a.createElement("path",{d:"M214.2,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C203.5,172.8,208.4,177.6,214.2,177.6z"}),H.a.createElement("path",{d:"M271.5,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C260.8,172.8,265.6,177.6,271.5,177.6z"}));te("vk-blocks/staff",{title:ee("Staff","vk-blocks"),icon:me,category:"vk-blocks-cat",attributes:{vk_staff_text_name:{type:"string",source:"html",selector:"h3"},vk_staff_text_caption:{type:"string",source:"html",selector:"p.vk_staff_text_caption"},vk_staff_text_role:{type:"string",source:"html",selector:"p.vk_staff_text_role"},vk_staff_text_profileTitle:{type:"string",source:"html",selector:"h4"},vk_staff_text_profileText:{type:"string",source:"html",selector:"p.vk_staff_text_profileText"},vk_staff_photo_image:{type:"string",default:""},vk_staff_photo_image_alt:{type:"string",default:"Profile Picture"},vk_staff_layout:{type:"string",default:"default"},vk_staff_nameColor:{type:"string",default:"inherit"},vk_staff_captionColor:{type:"string",default:"inherit"},vk_staff_positionColor:{type:"string",default:"inherit"},vk_staff_profileTitleColor:{type:"string",default:"inherit"},vk_staff_profileTextColor:{type:"string",default:"inherit"},vk_staff_photoBorder:{type:"string",default:"default"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.vk_staff_photo_image_alt,a=t.vk_staff_layout,l=t.vk_staff_nameColor,c=t.vk_staff_captionColor,i=t.vk_staff_positionColor,s=t.vk_staff_profileTitleColor,u=t.vk_staff_profileTextColor,m=t.vk_staff_photoBorder;return H.a.createElement(ce,null,H.a.createElement(se,null,H.a.createElement(re,{title:ee("Layout","vk-blocks")},H.a.createElement(le,{value:a,onChange:function(e){return n({vk_staff_layout:e})},options:[{value:"default",label:ee("Default","vk-blocks")},{value:"imageLeft",label:ee("Image left","vk-blocks")}]})),H.a.createElement(re,{title:ee("Image border","vk-blocks")},H.a.createElement(le,{value:m,onChange:function(e){return n({vk_staff_photoBorder:e})},options:[{value:"default",label:ee("Default","vk-blocks")},{value:"none",label:ee("None","vk-blocks")}]})),H.a.createElement(re,{title:ee("Alt text","vk-blocks")},H.a.createElement(ae,{help:ee("Set the alt text for profile image","vk-blocks")},H.a.createElement(oe,{value:r,onChange:function(e){return n({vk_staff_photo_image_alt:e})}}))),H.a.createElement(re,{title:ee("Color","vk-blocks")},H.a.createElement(ae,{label:ee("Staff name","vk-blocks")},H.a.createElement(ue,{value:l,onChange:function(e){return n({vk_staff_nameColor:e})}})),H.a.createElement(ae,{label:ee("Name caption","vk-blocks")},H.a.createElement(ue,{value:c,onChange:function(e){return n({vk_staff_captionColor:e})}})),H.a.createElement(ae,{label:ee("Role position","vk-blocks")},H.a.createElement(ue,{value:i,onChange:function(e){return n({vk_staff_positionColor:e})}})),H.a.createElement(ae,{label:ee("Profile title","vk-blocks")},H.a.createElement(ue,{value:s,onChange:function(e){return n({vk_staff_profileTitleColor:e})}})),H.a.createElement(ae,{label:ee("Profile text","vk-blocks")},H.a.createElement(ue,{value:u,onChange:function(e){return n({vk_staff_profileTextColor:e})}})))),H.a.createElement(Z,{attributes:t,setAttributes:n,className:o,for_:"edit"}))},save:function(e){var t=e.attributes;return H.a.createElement(Z,{attributes:t,setAttributes:"",className:"",for_:"save"})}});var pe=n(1),be=n.n(pe);function fe(e){return(fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ke(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ve(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function de(e,t){return!t||"object"!==fe(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ye(e){return(ye=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _e(e,t){return(_e=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ge=function(e){function t(){return ke(this,t),de(this,ye(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_e(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.unit,o=e.pc,r=e.tablet,a=e.mobile,l=this.props.className;return H.a.createElement("div",{id:t,className:be()("vk_spacer",l)},H.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:o+n}}),H.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+n}}),H.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:a+n}}))}}])&&ve(n.prototype,o),r&&ve(n,r),t}(H.a.Component);function he(e){return(he="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ee(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function we(e,t,n){return t&&Ce(e.prototype,t),n&&Ce(e,n),e}function Ne(e,t){return!t||"object"!==he(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function xe(e){return(xe=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Se(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Te(e,t)}function Te(e,t){return(Te=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Be=function(e){function t(){return Ee(this,t),Ne(this,xe(t).apply(this,arguments))}return Se(t,e),we(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,o=e.tablet,r=e.mobile;return H.a.createElement("div",{className:"vk_spacer"},H.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),H.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+t}}),H.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:r+t}}))}}]),t}(H.a.Component),Oe=function(e){function t(){return Ee(this,t),Ne(this,xe(t).apply(this,arguments))}return Se(t,e),we(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,o=e.tablet,r=e.mobile,a=this.props.className;return H.a.createElement("div",{className:"".concat(a," vk_spacer")},H.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),H.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+t}}),H.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:r+t}}))}}]),t}(H.a.Component),Ae={unit:{type:"string",default:"px"},pc:{type:"number",default:50},tablet:{type:"number",default:10},mobile:{type:"number",default:10}},Ie=(wp.editor.RichText,[{attributes:Ae,save:function(e){var t=e.attributes;return H.a.createElement(Oe,{attributes:t})}},{attributes:Ae,save:function(e){var t=e.attributes;return H.a.createElement(Be,{attributes:t})}}]),Re=wp.i18n.__,je=wp.blocks.registerBlockType,Pe=wp.components,ze=Pe.RangeControl,Fe=Pe.PanelBody,Me=Pe.BaseControl,Le=Pe.SelectControl,Ue=wp.element.Fragment,He=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,De=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("g",null,H.a.createElement("rect",{x:"108.8",y:"18.7",width:"358.5",height:"40"}),H.a.createElement("rect",{x:"108.8",y:"453.3",width:"358.5",height:"40"}),H.a.createElement("polygon",{points:"171.4,253.2 131.4,253.2 131.4,412.6 290.8,412.6 290.8,372.6 199.7,372.6 404.6,167.7 404.6,258.8 444.6,258.8 444.6,99.4 285.2,99.4 285.2,139.4 376.3,139.4 171.4,344.3 \t"})));je("vk-blocks/spacer",{title:Re("Responsive Spacer","vk-blocks"),icon:De,category:"vk-blocks-cat-layout",attributes:{anchor:{type:"string",default:null},unit:{type:"string",default:"px"},pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20}},supports:{className:!1,anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=(t.anchor,t.unit),a=t.pc,l=t.tablet,c=t.mobile;return H.a.createElement(Ue,null,H.a.createElement(He,null,H.a.createElement(Fe,null,H.a.createElement(Le,{label:Re("Unit Type","vk-blocks"),value:r,onChange:function(e){return n({unit:e})},options:[{value:"px",label:Re("px","vk-blocks")},{value:"em",label:Re("em","vk-blocks")},{value:"rem",label:Re("rem","vk-blocks")},{value:"vw",label:Re("vw","vk-blocks")}]}),H.a.createElement(Me,{label:Re("Height for each device.","vk-blocks")},H.a.createElement(ze,{label:Re("PC","vk-blocks"),value:a,onChange:function(e){return n({pc:e})},step:.1}),H.a.createElement(ze,{label:Re("Tablet","vk-blocks"),value:l,onChange:function(e){return n({tablet:e})},step:.1}),H.a.createElement(ze,{label:Re("Mobile","vk-blocks"),value:c,onChange:function(e){return n({mobile:e})},step:.1})))),H.a.createElement(ge,{attributes:t,className:o}))},save:function(e){var t=e.attributes;return H.a.createElement(ge,{attributes:t})},deprecated:Ie});function Ve(e){return(Ve="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function $e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Je(e,t){return!t||"object"!==Ve(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function We(e){return(We=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Ye(e,t){return(Ye=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Ge=window.lodash.range,Qe=wp.i18n,Ke=Qe.__,Xe=Qe.sprintf,Ze=wp.element.Component,et=wp.components.Toolbar,tt=function(e){function t(){return $e(this,t),Je(this,We(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ye(e,t)}(t,e),n=t,(o=[{key:"createLevelControl",value:function(e,t,n){return{icon:"heading",title:Xe(Ke("Heading %d"),e),isActive:e===t,onClick:function(){return n(e)},subscript:String(e)}}},{key:"render",value:function(){var e=this,t=this.props,n=t.minLevel,o=t.maxLevel,r=t.selectedLevel,a=t.onChange;return H.a.createElement(et,{controls:Ge(n,o).map((function(t){return e.createLevelControl(t,r,a)}))})}}])&&qe(n.prototype,o),r&&qe(n,r),t}(Ze);function nt(e){return(nt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ot(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rt(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function at(e,t){return!t||"object"!==nt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function lt(e){return(lt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ct(e,t){return(ct=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var it=wp.editor.RichText,st=wp.i18n.__,ut=function(e){function t(){return ot(this,t),at(this,lt(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ct(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,m=n.subTextSize,p=n.titleStyle,b=n.titleMarginBottom,f=n.outerMarginBottom,k=this.props.setAttributes,v=this.props.for_,d="vk_heading vk_heading-style-".concat(p),y="h"+o;return null!=f&&(e={marginBottom:f+"rem"}),t=null!=b?{color:l,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:l,fontSize:c+"rem",textAlign:r},"edit"===v?H.a.createElement("div",{className:d,style:e},H.a.createElement(it,{tagName:y,value:a,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:st("Input title…","vk-blocks")}),function(){if("on"===s)return H.a.createElement(it,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:m+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:st("Input sub text…","vk-blocks")})}()):"save"===v?H.a.createElement("div",{className:d,style:e},H.a.createElement(it.Content,{tagName:y,value:a,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:st("Input title…","vk-blocks")}),function(){if("on"===s)return H.a.createElement(it.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:m+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:st("Input sub text…","vk-blocks")})}()):void 0}}])&&rt(n.prototype,o),r&&rt(n,r),t}(H.a.Component),mt={level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}};function pt(e){return(pt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function bt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ft(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function kt(e,t){return!t||"object"!==pt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function vt(e){return(vt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function dt(e,t){return(dt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var yt=wp.editor.RichText,_t=wp.i18n.__,gt=function(e){function t(){return bt(this,t),kt(this,vt(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&dt(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,m=n.subTextSize,p=n.titleStyle,b=n.titleMarginBottom,f=n.outerMarginBottom,k=this.props.setAttributes,v=this.props.for_,d="vk_heading vk_heading-style-".concat(p),y="h"+o;return null!=f&&(e={marginBottom:f+"rem"}),t=null!=b?{color:l,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:l,fontSize:c+"rem",textAlign:r},"edit"===v?H.a.createElement("div",{className:d,style:e},H.a.createElement(yt,{tagName:y,value:a,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:_t("Input title…","vk-blocks")}),function(){if("on"===s)return H.a.createElement(yt,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:m+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:_t("Input sub text…","vk-blocks")})}()):"save"===v?H.a.createElement("div",{className:d,style:e},H.a.createElement(yt.Content,{tagName:y,value:a,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:_t("Input title…","vk-blocks")}),function(){if("on"===s)return H.a.createElement(yt.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:m+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:_t("Input sub text…","vk-blocks")})}()):void 0}}])&&ft(n.prototype,o),r&&ft(n,r),t}(H.a.Component);function ht(e){return(ht="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Et(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ct(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function wt(e,t){return!t||"object"!==ht(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Nt(e){return(Nt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function xt(e,t){return(xt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function St(e){throw new Error('"'+e+'" is read-only')}var Tt=wp.element.Fragment,Bt=wp.editor.RichText,Ot=wp.i18n.__;var At=[{attributes:mt,save:function(e){var t=e.attributes,n=e.className;return H.a.createElement("div",{className:n,id:"vk-htags-a181b726-7749-4bd8-9887-0306c0bc7bd5"},H.a.createElement(gt,{attributes:t,for_:"save"}))}},{attributes:mt,save:function(e){var t=e.attributes,n=e.className;return H.a.createElement("div",{className:n,id:"vk-htags--1"},H.a.createElement(gt,{attributes:t,for_:"save"}))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},save:function(e){var t=e.attributes,n=e.className;return H.a.createElement(It,{attributes:t,className:n,for_:"save"})}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,o=t.align,r=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,m=t.titleStyle,p=t.titleMarginBottom,b=t.outerMarginBottom,f="h"+n;return H.a.createElement("div",{className:"vk_heading vk_heading-style-".concat(m),style:{marginBottom:b+"rem"}},H.a.createElement(Bt.Content,{tagName:f,value:r,style:{color:a,fontSize:l+"rem",textAlign:o,marginBottom:p+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(m)}),function(){if("on"===i)return H.a.createElement(Bt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m)})}())}},{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes,n=t.heading1,o=t.heading2,r=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,m=t.urlOpenType1,p=t.urlOpenType2,b=t.urlOpenType3,f=t.icon1,k=t.icon2,v=t.icon3,d=t.color1,y=t.color2,_=t.color3,g=t.bgType1,h=t.bgType2,E=t.bgType3,C=t.insertImage1,w=t.insertImage2,N=t.insertImage3;return H.a.createElement("article",{className:"vk_prBlocks row"},H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:i,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},C?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:C,alt:""})):(d||(St("color1"),d="#0693e3"),"0"===g?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:d,border:"1px solid ".concat(d)}},H.a.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+d}},H.a.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:d}}))),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:a}))),H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:s,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},w?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+w+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:w,alt:""})):(y||(St("color2"),y="#0693e3"),"0"===h?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:y,border:"1px solid ".concat(y)}},H.a.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+y}},H.a.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:y}}))),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:o}),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:l}))),H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:u,target:b?"_blank":"_self",className:"vk_prBlocks_item_link"},N?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+N+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:N,alt:""})):(_||(St("color3"),_="#0693e3"),"0"===E?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},H.a.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},H.a.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:_}}))),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:r}),H.a.createElement(Bt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number",default:null},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,o=t.align,r=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,m=t.titleStyle,p=t.titleMarginBottom,b=t.outerMarginBottom,f="h"+n;return H.a.createElement(Tt,null,null==b?H.a.createElement("div",{className:"vk_heading vk_heading-style-".concat(m)},H.a.createElement(Bt.Content,{tagName:f,value:r,style:{color:a,fontSize:l+"rem",textAlign:o},className:"vk_heading_title vk_heading_title-style-".concat(m)}),function(){if("on"===i)return H.a.createElement(Bt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m)})}()):H.a.createElement("div",{className:"vk_heading vk_heading-style-".concat(m),style:{marginBottom:b+"rem"}},H.a.createElement(Bt.Content,{tagName:f,value:r,style:{color:a,fontSize:l+"rem",textAlign:o,marginBottom:p+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(m)}),function(){if("on"===i)return H.a.createElement(Bt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m)})}()))}}],It=function(e){function t(){return Et(this,t),wt(this,Nt(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xt(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,m=n.subTextSize,p=n.titleStyle,b=n.titleMarginBottom,f=n.outerMarginBottom,k=this.props.setAttributes,v=this.props.className,d=(this.props.for_,be()(v,"vk_heading vk_heading-style-".concat(p))),y="h"+o;return null!=f&&(e={marginBottom:f+"rem"}),t=null!=b?{color:l,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:l,fontSize:c+"rem",textAlign:r},H.a.createElement("div",{className:d,style:e},H.a.createElement(Bt.Content,{tagName:y,value:a,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(p),placeholder:Ot("Input title…","vk-blocks")}),function(){if("on"===s)return H.a.createElement(Bt.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:m+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p),placeholder:Ot("Input sub text…","vk-blocks")})}())}}])&&Ct(n.prototype,o),r&&Ct(n,r),t}(H.a.Component),Rt=wp.i18n.__,jt=wp.blocks.registerBlockType,Pt=wp.components,zt=Pt.RangeControl,Ft=Pt.PanelBody,Mt=Pt.RadioControl,Lt=Pt.SelectControl,Ut=wp.element.Fragment,Ht=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Dt=Ht.InspectorControls,Vt=Ht.ColorPalette,$t=Ht.BlockControls,qt=Ht.AlignmentToolbar,Jt=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("g",null,H.a.createElement("g",null,H.a.createElement("path",{d:"M242.1,366.7l0-281.4l-212.6,0l0-77.1l516.6,0v77.1l-213.2,0l0,281.4H242.1z"})),H.a.createElement("g",null,H.a.createElement("path",{d:"M33,467.3l30.8-1.9c0.7,5,2,8.8,4.1,11.4c3.3,4.2,8.1,6.4,14.3,6.4c4.6,0,8.2-1.1,10.7-3.3c2.5-2.2,3.8-4.7,3.8-7.5 c0-2.7-1.2-5.1-3.6-7.3c-2.4-2.1-7.9-4.2-16.6-6.1c-14.2-3.2-24.3-7.4-30.4-12.7c-6.1-5.3-9.1-12-9.1-20.2 c0-5.4,1.6-10.5,4.7-15.3c3.1-4.8,7.8-8.6,14.1-11.3c6.3-2.7,14.8-4.1,25.8-4.1c13.4,0,23.6,2.5,30.6,7.5c7,5,11.2,12.9,12.5,23.8 l-30.5,1.8c-0.8-4.7-2.5-8.1-5.1-10.3c-2.6-2.1-6.2-3.2-10.8-3.2c-3.8,0-6.6,0.8-8.5,2.4c-1.9,1.6-2.9,3.5-2.9,5.8 c0,1.7,0.8,3.2,2.4,4.5c1.5,1.4,5.1,2.7,10.9,3.9c14.1,3,24.3,6.1,30.4,9.3c6.1,3.1,10.6,7,13.4,11.6c2.8,4.6,4.2,9.8,4.2,15.5 c0,6.7-1.9,12.9-5.6,18.6c-3.7,5.7-8.9,10-15.6,12.9c-6.7,2.9-15.1,4.4-25.2,4.4c-17.8,0-30.2-3.4-37-10.3 C37.8,486.6,33.9,477.8,33,467.3z"}),H.a.createElement("path",{d:"M215,501.9h-27.2v-12.3c-4,5-8.1,8.6-12.3,10.8c-4.1,2.1-9.2,3.2-15.2,3.2c-8,0-14.3-2.4-18.8-7.2 c-4.5-4.8-6.8-12.2-6.8-22.1V426H164v41.7c0,4.8,0.9,8.1,2.6,10.1c1.8,2,4.2,3,7.4,3c3.5,0,6.3-1.3,8.5-4 c2.2-2.7,3.3-7.5,3.3-14.4V426H215V501.9z"}),H.a.createElement("path",{d:"M225.5,397.2h29.4v36.3c2.9-3,6.2-5.3,9.9-6.9c3.7-1.5,7.8-2.3,12.3-2.3c9.2,0,16.9,3.3,22.9,10 c6.1,6.6,9.1,16.2,9.1,28.6c0,8.3-1.4,15.6-4.1,21.9c-2.8,6.3-6.6,11-11.5,14.1c-4.9,3.1-10.3,4.7-16.3,4.7c-5.1,0-9.8-1.1-14-3.3 c-3.2-1.7-6.7-4.9-10.4-9.6v11.2h-27.2V397.2z M254.6,463.8c0,6.5,1.2,11.3,3.7,14.2c2.5,2.9,5.6,4.4,9.3,4.4 c3.5,0,6.4-1.4,8.8-4.3c2.4-2.9,3.5-7.7,3.5-14.5c0-6-1.2-10.4-3.5-13.2c-2.3-2.8-5.1-4.2-8.4-4.2c-4,0-7.2,1.5-9.7,4.4 C255.9,453.4,254.6,457.8,254.6,463.8z"}),H.a.createElement("path",{d:"M304.4,397.2h98.4V423h-33v78.9h-32.4V423h-33V397.2z"}),H.a.createElement("path",{d:"M395.8,426h34.5l12,21.2l14-21.2h32.1l-25.9,36.2l27.7,39.7h-33.9l-14-24.4l-16.5,24.4h-31.5l27.6-39.7L395.8,426z"}),H.a.createElement("path",{d:"M530.6,397.2V426h16v21.3h-16v26.9c0,3.2,0.3,5.4,0.9,6.4c1,1.6,2.6,2.4,5,2.4c2.1,0,5.1-0.6,9-1.9l2.1,20.1 c-7.2,1.6-13.9,2.4-20.1,2.4c-7.2,0-12.6-0.9-16-2.8c-3.4-1.9-6-4.7-7.6-8.5s-2.5-9.9-2.5-18.4v-26.7h-10.7V426h10.7v-13.9 L530.6,397.2z"}))));jt("vk-blocks/heading",{title:Rt("Heading","vk-blocks"),icon:Jt,category:"vk-blocks-cat",attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},supports:{className:!0,customClassName:!0,anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.level,a=t.align,l=(t.title,t.titleColor),c=t.titleSize,i=(t.subText,t.subTextFlag),s=t.subTextColor,u=t.subTextSize,m=t.titleStyle,p=t.titleMarginBottom,b=t.outerMarginBottom,f=function(e){switch(n({level:e}),e){case 1:n({titleSize:3.6});break;case 2:n({titleSize:2.8});break;case 3:n({titleSize:2.2});break;case 4:n({titleSize:2});break;case 5:n({titleSize:1.8});break;case 6:n({titleSize:1.6})}};return H.a.createElement(Ut,null,H.a.createElement($t,null,H.a.createElement(tt,{minLevel:2,maxLevel:5,selectedLevel:r,onChange:f})),H.a.createElement(Dt,null,H.a.createElement(Ft,{title:Rt("Style Settings","vk-blocks")},H.a.createElement(Lt,{label:Rt("Heading style","vk-blocks"),value:m,onChange:function(e){return n({titleStyle:e})},options:[{label:Rt("Default","vk-blocks"),value:"default"},{label:Rt("Plain","vk-blocks"),value:"plain"}]}),H.a.createElement("label",null,Rt("Margin bottom size (rem)","vk-blocks")),H.a.createElement(zt,{value:b,onChange:function(e){n({outerMarginBottom:e})},min:-1,max:8,step:.1})),H.a.createElement(Ft,{title:Rt("Heading Settings","vk-blocks")},H.a.createElement("label",null,Rt("Level","vk-blocks")),H.a.createElement(tt,{minLevel:1,maxLevel:7,selectedLevel:r,onChange:f}),H.a.createElement("p",null,Rt("Text Alignment")),H.a.createElement(qt,{value:a,onChange:function(e){n({align:e})}}),H.a.createElement("label",null,Rt("Text size (rem)","vk-blocks")),H.a.createElement(zt,{value:c,onChange:function(e){n({titleSize:e})},min:.5,max:4,step:.1}),H.a.createElement("label",null,Rt("Heading margin bottom size (rem)","vk-blocks")),H.a.createElement(zt,{value:p,onChange:function(e){n({titleMarginBottom:e})},min:-1,max:3,step:.1}),H.a.createElement(Vt,{value:l,onChange:function(e){return n({titleColor:e})}})),H.a.createElement(Ft,{title:Rt("Sub Text Settings","vk-blocks")},H.a.createElement(Mt,{label:Rt("Position","vk-blocks"),selected:i,options:[{label:Rt("Display","vk-blocks"),value:"on"},{label:Rt("Hide","vk-blocks"),value:"off"}],onChange:function(e){return n({subTextFlag:e})}}),H.a.createElement("label",null,Rt("Text size (rem)","vk-blocks")),H.a.createElement(zt,{value:u,onChange:function(e){n({subTextSize:e})},min:.5,max:3,step:.1}),H.a.createElement(Vt,{value:s,onChange:function(e){return n({subTextColor:e})}}))),H.a.createElement("div",{className:o},H.a.createElement(ut,{attributes:t,setAttributes:n,for_:"edit"})))},save:function(e){var t=e.attributes,n=e.className;return H.a.createElement("div",{className:n},H.a.createElement(ut,{attributes:t,for_:"save"}))},deprecated:At});var Wt=wp.editor.RichText,Yt=[{attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},save:function(e){var t=e.attributes,n=t.style,o=t.content;return H.a.createElement("div",{className:"alert alert-".concat(n)},H.a.createElement(Wt.Content,{tagName:"p",value:o}))}}],Gt=wp.i18n.__,Qt=wp.blocks.registerBlockType,Kt=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).RichText;Qt("vk-blocks/alert",{title:Gt("Alert","vk-blocks"),icon:"info",category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.style,a=t.content;return React.createElement("div",{className:"".concat(o," alert alert-").concat(r)},React.createElement("select",{onChange:function(e){n({style:e.target.value})}},React.createElement("option",{value:"success",selected:"success"===r},"Success"),React.createElement("option",{value:"info",selected:"info"===r},"Info"),React.createElement("option",{value:"warning",selected:"warning"===r},"Warning"),React.createElement("option",{value:"danger",selected:"danger"===r},"Danger")),React.createElement(Kt,{tagName:"p",onChange:function(e){n({content:e})},value:a}))},save:function(e){var t=e.attributes,n=e.className,o=t.style,r=t.content;return React.createElement("div",{className:"".concat(n," alert alert-").concat(o)},React.createElement(Kt.Content,{tagName:"p",value:r}))},deprecated:Yt});n(4);function Xt(e){return(Xt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Zt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function en(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function tn(e,t){return!t||"object"!==Xt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function nn(e){return(nn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function on(e,t){return(on=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var rn=function(e){function t(){return Zt(this,t),tn(this,nn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&on(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},b="",f="";return p=null,m="".concat(m="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(m="".concat(m," btn-").concat(t),p=null):p={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(m="".concat(m," btn-outline-").concat(t),p=null):p={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(m="".concat(m," btn-outline-").concat(t),p=null):p={color:e}),m="".concat(m," btn-").concat(r),"block"===o&&(m="".concat(m," btn-block")),c&&(b=H.a.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=H.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),H.a.createElement("a",{href:a,id:"vk_button_link",style:p,className:m,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},b,s,f,u&&H.a.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&en(n.prototype,o),r&&en(n,r),t}(H.a.Component);function an(e){return(an="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ln(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function sn(e,t){return!t||"object"!==an(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function un(e){return(un=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function mn(e,t){return(mn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var pn=function(e){function t(){return ln(this,t),sn(this,un(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&mn(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),m={},p="",b="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(r),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(r," btn-").concat(t),m=null):"1"===n&&(u="".concat(u," btn-").concat(r," btn-outline-").concat(t),m=null)),"block"===o&&(u="".concat(u," btn-block")),c&&(p=H.a.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=H.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),H.a.createElement("a",{href:a,className:u,role:"button","aria-pressed":!0,style:m,target:l?"_blank":null},p,s,b)}}])&&cn(n.prototype,o),r&&cn(n,r),t}(H.a.Component);function bn(e){return(bn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function fn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function vn(e,t){return!t||"object"!==bn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function dn(e){return(dn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function yn(e,t){return(yn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var _n=function(e){function t(){return fn(this,t),vn(this,dn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&yn(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),m={},p="",b="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(r),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(r," btn-").concat(t),m=null):"1"===n&&(u="".concat(u," btn-").concat(r," btn-outline-").concat(t),m=null)),"block"===o&&(u="".concat(u," btn-block")),c&&(p=H.a.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=H.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),H.a.createElement("a",{href:a,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:m,target:l?"_blank":null},p,s,b)}}])&&kn(n.prototype,o),r&&kn(n,r),t}(H.a.Component);function gn(e){return(gn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function hn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function En(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Cn(e,t){return!t||"object"!==gn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function wn(e){return(wn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Nn(e,t){return(Nn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var xn=function(e){function t(){return hn(this,t),Cn(this,wn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Nn(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},b="",f="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(r),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(r," btn-").concat(t),p=null):"1"===n&&(m="".concat(m," btn-").concat(r," btn-outline-").concat(t),p=null)),"block"===o&&(m="".concat(m," btn-block")),c&&(b=H.a.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=H.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),H.a.createElement("a",{href:a,id:"vk_button_link",className:m,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null,rel:"noopener noreferrer"},b,s,f,u&&H.a.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&En(n.prototype,o),r&&En(n,r),t}(H.a.Component);function Sn(e){return(Sn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Tn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Bn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function On(e,t){return!t||"object"!==Sn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function An(e){return(An=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function In(e,t){return(In=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Rn=function(e){function t(){return Tn(this,t),On(this,An(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&In(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,m="",p={},b="",f="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(r),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(r," btn-").concat(t),p=null):"1"===n&&(m="".concat(m," btn-").concat(r," btn-outline-").concat(t),p=null)),"block"===o&&(m="".concat(m," btn-block")),c&&(b=H.a.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(f=H.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),H.a.createElement("a",{href:a,id:"vk_button_link",className:m,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},b,s,f,u&&H.a.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Bn(n.prototype,o),r&&Bn(n,r),t}(H.a.Component),jn=wp.editor.RichText,Pn=[{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,o=t.buttonUrl,r=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),H.a.createElement("div",{className:p},H.a.createElement(pn,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:o,lbTarget:r,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:m,lbRichtext:H.a.createElement(jn.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,o=t.buttonUrl,r=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,p="";return i?p="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(p="vk_button vk_button-align-".concat(s)),H.a.createElement("div",{className:p},H.a.createElement(_n,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:o,lbTarget:r,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:m,lbRichtext:H.a.createElement(jn.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.subCaption,r=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,m=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,b="";return s?b="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(b="vk_button vk_button-align-".concat(u)),H.a.createElement("div",{className:b},H.a.createElement(xn,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:r,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:p,lbsubCaption:o,lbRichtext:H.a.createElement(jn.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.subCaption,r=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,m=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,b="";return s?b="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(b="vk_button vk_button-align-".concat(u)),H.a.createElement("div",{className:b},H.a.createElement(Rn,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:r,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:p,lbsubCaption:o,lbRichtext:H.a.createElement(jn.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=e.className,o=t.content,r=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,f="";return u?f="vk_button vk_button-color-custom vk_button-align-".concat(m):u||(f="vk_button vk_button-align-".concat(m)),n&&(f=n+" "+f),H.a.createElement("div",{className:f},H.a.createElement(rn,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:b,lbsubCaption:r,lbRichtext:H.a.createElement(jn.Content,{tagName:"span",className:"vk_button_link_txt",value:o})}))}}],zn=wp.i18n.__,Fn=wp.blocks.registerBlockType,Mn=wp.components,Ln=Mn.RadioControl,Un=Mn.PanelBody,Hn=Mn.BaseControl,Dn=Mn.CheckboxControl,Vn=Mn.TextControl,$n=Mn.Dashicon,qn=Mn.IconButton,Jn=Mn.ButtonGroup,Wn=Mn.Button,Yn=wp.element.Fragment,Gn=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Qn=Gn.RichText,Kn=Gn.InspectorControls,Xn=Gn.ColorPalette,Zn=Gn.URLInput,eo=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("g",null,H.a.createElement("path",{d:"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8 c15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z"})),H.a.createElement("g",null,H.a.createElement("path",{d:"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5 c6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2 c-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6 c-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9 c-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z"}),H.a.createElement("path",{d:"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4 v-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z"}),H.a.createElement("path",{d:"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L282.4,206.9z"}),H.a.createElement("path",{d:"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L330.2,206.9z"}),H.a.createElement("path",{d:"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2 c0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2 c0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z"}),H.a.createElement("path",{d:"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27 V265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z"})));Fn("vk-blocks/button",{title:zn("Button","vk-blocks"),icon:eo,category:"vk-blocks-cat",attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},edit:function(e){var t,n=e.attributes,o=e.className,r=e.setAttributes,a=e.isSelected,l=n.content,c=n.subCaption,i=n.buttonUrl,s=n.buttonTarget,u=n.buttonSize,m=n.buttonType,p=n.buttonColor,b=n.buttonColorCustom,f=n.buttonAlign,k=n.fontAwesomeIconBefore,v=n.fontAwesomeIconAfter;return t=b?"vk_button vk_button-align-".concat(f," vk_button-color-custom"):"vk_button vk_button-align-".concat(f),t=o?"".concat(o," vk_button vk_button-align-").concat(f," vk_button-color-custom"):"".concat(o," vk_button vk_button-align-").concat(f),H.a.createElement(Yn,null,H.a.createElement(Kn,null,H.a.createElement(Un,{title:zn("Button setting","vk-blocks")},H.a.createElement(Vn,{label:zn("Sub Caption","vk-blocks"),value:c,onChange:function(e){return r({subCaption:e})},placeholder:"Sub Caption"}),H.a.createElement(Dn,{label:zn("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return r({buttonTarget:e})}}),H.a.createElement("h4",{className:"mt-0 mb-2"},zn("Button Size:","vk-blocks")),H.a.createElement(Jn,{className:"mb-3"},H.a.createElement(Wn,{isSmall:!0,isPrimary:"lg"===u,isSecondary:"lg"!==u,onClick:function(){return r({buttonSize:"lg"})}},zn("Large","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"md"===u,isSecondary:"md"!==u,onClick:function(){return r({buttonSize:"md"})}},zn("Normal","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"sm"===u,isSecondary:"sm"!==u,onClick:function(){return r({buttonSize:"sm"})}},zn("Small","vk-blocks"))),H.a.createElement("h4",{className:"mt-0 mb-2"},zn("Button Position:","vk-blocks")),H.a.createElement(Jn,{className:"mb-3"},H.a.createElement(Wn,{isSmall:!0,isPrimary:"left"===f,isSecondary:"left"!==f,onClick:function(){return r({buttonAlign:"left"})}},zn("Left","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"center"===f,isSecondary:"center"!==f,onClick:function(){return r({buttonAlign:"center"})}},zn("Center","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"right"===f,isSecondary:"right"!==f,onClick:function(){return r({buttonAlign:"right"})}},zn("Right","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"wide"===f,isSecondary:"wide"!==f,onClick:function(){return r({buttonAlign:"wide"})}},zn("Wide","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"block"===f,isSecondary:"block"!==f,onClick:function(){return r({buttonAlign:"block"})}},zn("Block","vk-blocks"))),H.a.createElement("h4",{className:"mt-0 mb-2"},zn("Button Style:","vk-blocks")),H.a.createElement(Jn,{className:"mb-2"},H.a.createElement(Wn,{isSmall:!0,isPrimary:"0"===m,isSecondary:"0"!==m,onClick:function(){return r({buttonType:"0"})}},zn("Solid color","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"1"===m,isSecondary:"1"!==m,onClick:function(){return r({buttonType:"1"})}},zn("No background","vk-blocks")),H.a.createElement(Wn,{isSmall:!0,isPrimary:"2"===m,isSecondary:"2"!==m,onClick:function(){return r({buttonType:"2"})}},zn("Text only","vk-blocks"))),H.a.createElement("p",{className:"mb-3"},zn('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),H.a.createElement(Ln,{label:zn("Default Color:","vk-blocks"),selected:p,options:[{label:zn("Primary","vk-blocks"),value:"primary"},{label:zn("Secondary","vk-blocks"),value:"secondary"},{label:zn("Success","vk-blocks"),value:"success"},{label:zn("Info","vk-blocks"),value:"info"},{label:zn("Warning","vk-blocks"),value:"warning"},{label:zn("Danger","vk-blocks"),value:"danger"},{label:zn("Light","vk-blocks"),value:"light"},{label:zn("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return r({buttonColor:e})}}),H.a.createElement(Hn,{label:zn("Custom Color","vk-blocks"),help:zn("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},H.a.createElement(Xn,{value:b,onChange:function(e){return r({buttonColorCustom:e})}})),H.a.createElement(Hn,{label:zn("Font Awesome:","vk-blocks"),help:H.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},zn("Font Awesome icon list","vk-blocks"))},H.a.createElement(Vn,{label:zn("Before text","vk-blocks"),help:zn("Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right","vk-blocks"),value:k,onChange:function(e){return r({fontAwesomeIconBefore:e})},placeholder:"fas fa-arrow-circle-right"}),H.a.createElement(Vn,{label:zn("After text","vk-blocks"),help:zn("Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt","vk-blocks"),value:v,onChange:function(e){return r({fontAwesomeIconAfter:e})},placeholder:"fas fa-external-link-alt"})))),H.a.createElement("div",{className:t},H.a.createElement(rn,{lbColorCustom:b,lbColor:p,lbType:m,lbAlign:f,lbSize:u,lbFontAwesomeIconBefore:k,lbFontAwesomeIconAfter:v,lbsubCaption:c,lbRichtext:H.a.createElement(Qn,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return r({content:e})},value:l,placeholder:zn("Input text","vk-blocks"),formattingControls:["bold","italic","strikethrough"],isSelected:!0})}),a&&H.a.createElement("form",{className:"block-library-button__inline-link",onSubmit:function(e){return e.preventDefault()}},H.a.createElement($n,{icon:"admin-links"}),H.a.createElement(Zn,{value:i,onChange:function(e){return r({buttonUrl:e})}}),H.a.createElement(qn,{icon:"editor-break",label:zn("Apply","vk-blocks"),type:"submit"}))))},save:function(e){var t=e.attributes,n=e.className,o=t.content,r=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,f="";return u?f="vk_button vk_button-color-custom vk_button-align-".concat(m):u||(f="vk_button vk_button-align-".concat(m)),n&&(f=n+" "+f),H.a.createElement("div",{className:f},H.a.createElement(rn,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:m,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:b,lbsubCaption:r,lbRichtext:H.a.createElement(Qn.Content,{tagName:"span",className:"vk_button_link_txt",value:o})}))},deprecated:Pn});var to=wp.editor.RichText,no=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=t.heading,o=t.content;return H.a.createElement("dl",{className:"vk_faq"},H.a.createElement(to.Content,{tagName:"dt",className:"vk_faq_title",value:n}),H.a.createElement(to.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}}],oo=wp.i18n.__,ro=wp.blocks.registerBlockType,ao=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).RichText,lo=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14 c-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9 c0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6 C199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1 c-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4 c3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7 C130.1,159.1,132.3,160.5,134.6,161.9z"}),React.createElement("path",{d:"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3 H125.9z"}),React.createElement("path",{d:"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,231.8,563.9,239.9,553.9,239.9z"}),React.createElement("path",{d:"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,475.4,563.9,483.5,553.9,483.5z"}));ro("vk-blocks/faq",{title:oo("FAQ","vk-blocks"),icon:lo,category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},supports:{anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.heading,a=t.content;return React.createElement("dl",{className:"".concat(o," vk_faq")},React.createElement(ao,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return n({heading:e})},value:r,placeholder:oo("Please enter a question.","vk-blocks")}),React.createElement(ao,{tagName:"dd",className:"vk_faq_content",onChange:function(e){return n({content:e})},value:a,placeholder:oo("Please enter a answer.","vk-blocks")}))},save:function(e){var t=e.attributes,n=e.className,o=t.heading,r=t.content;return React.createElement("dl",{className:"".concat(n," vk_faq")},React.createElement(ao.Content,{tagName:"dt",className:"vk_faq_title",value:o}),React.createElement(ao.Content,{tagName:"dd",className:"vk_faq_content",value:r}))},deprecated:no});var co=wp.editor.RichText,io=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.heading,o=t.content,r=t.insertImage,a=t.arrowFlag;return H.a.createElement("div",{className:"".concat(a," vk_flow")},H.a.createElement("div",{className:"vk_flow_frame"},H.a.createElement("dl",{className:"vk_flow_frame_text"},H.a.createElement(co.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),H.a.createElement(co.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:o})),r?H.a.createElement("div",{className:"vk_flow_frame_image"},H.a.createElement("img",{src:r,alt:""})):""))}}],so=wp.i18n.__,uo=wp.blocks.registerBlockType,mo=wp.components,po=mo.RadioControl,bo=mo.PanelBody,fo=mo.Button,ko=wp.element.Fragment,vo=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,yo=vo.RichText,_o=vo.InspectorControls,go=vo.MediaUpload;function ho(e){return(ho="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Eo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Co(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function wo(e,t){return!t||"object"!==ho(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function No(e){return(No=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function xo(e,t){return(xo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}uo("vk-blocks/flow",{title:so("Flow","vk-blocks"),icon:"arrow-down",category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.heading,a=t.content,l=t.insertImage,c=t.arrowFlag;return[React.createElement(ko,null,React.createElement(_o,null,React.createElement(bo,{title:so("Display of arrow","vk-blocks")},React.createElement(po,{selected:c,options:[{label:so("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:so("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return n({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(o," ").concat(c," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(yo,{tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return n({heading:e})},value:r,placeholder:so("Input title","vk-blocks")}),React.createElement(yo,{tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return n({content:e})},value:a,placeholder:so("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(go,{onSelect:function(e){return n({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:l,render:function(e){var t=e.open;return React.createElement(fo,{onClick:t,className:l?"image-button":"button button-large"},l?React.createElement("img",{className:"icon-image",src:l,alt:so("Upload image","vk-blocks")}):so("Select image","vk-blocks"))}})))))]},save:function(e){var t=e.attributes,n=e.className,o=t.heading,r=t.content,a=t.insertImage,l=t.arrowFlag;return React.createElement("div",{className:"".concat(n," ").concat(l," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(yo.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:o}),React.createElement(yo.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),a?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:a,alt:""})):""))},deprecated:io});var So=wp.i18n.__,To=wp.editor.RichText,Bo=function(e){function t(){return Eo(this,t),wo(this,No(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xo(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,o=t.heading2,r=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,m=t.urlOpenType1,p=t.urlOpenType2,b=t.urlOpenType3,f=t.icon1,k=t.icon2,v=t.icon3,d=t.color1,y=t.color2,_=t.color3,g=t.bgType1,h=t.bgType2,E=t.bgType3,C=t.insertImage1,w=t.insertImage2,N=t.insertImage3,x=this.props.for_,S=this.props.blockNum,T=this.props.blockNum-1,B=[n,o,r],O=[a,l,c],A=[i,s,u],I=[m,p,b],R=[f,k,v],j=[d,y,_],P=[g,h,E],z=[C,w,N],F="",M="",L=z[T]?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url(".concat(z[T],")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:z[T],alt:""})):(j[T]||(j[T]="#0693e3"),"0"===P[T]?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[T],border:"1px solid ".concat(j[T])}},H.a.createElement("i",{className:"".concat(R[T]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[T]}},H.a.createElement("i",{className:"".concat(R[T]," vk_prBlocks_item_icon"),style:{color:j[T]}})));return"edit"===x?1===S?(F=H.a.createElement(To,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(t){return e({heading1:t})},value:n,placeholder:So("Input Title","vk-blocks")}),M=H.a.createElement(To,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:So("Input Content","vk-blocks")})):2===S?(F=H.a.createElement(To,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(t){return e({heading2:t})},value:o,placeholder:So("Input Title","vk-blocks")}),M=H.a.createElement(To,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:So("Input Content","vk-blocks")})):3===S&&(F=H.a.createElement(To,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(t){return e({heading3:t})},value:r,placeholder:So("Input Title","vk-blocks")}),M=H.a.createElement(To,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:So("Input Content","vk-blocks")})):"save"===x&&(F=H.a.createElement(To.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(S),tagName:"h1",value:B[T]}),M=H.a.createElement(To.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(S),tagName:"p",value:O[T]})),H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:A[T],target:I[T]?"_blank":"_self",className:"vk_prBlocks_item_link",rel:"noopener noreferrer"},L,F,M))}}])&&Co(n.prototype,o),r&&Co(n,r),t}(H.a.Component);function Oo(e){throw new Error('"'+e+'" is read-only')}wp.i18n.__;var Ao=wp.components,Io=(Ao.RadioControl,Ao.PanelBody,Ao.Button,Ao.BaseControl,Ao.CheckboxControl,Ao.TextControl,wp.element.Fragment,wp.editor),Ro=Io.RichText;Io.InspectorControls,Io.MediaUpload,Io.ColorPalette;var jo=[{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h3.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes,n=t.heading1,o=t.heading2,r=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,m=t.urlOpenType1,p=t.urlOpenType2,b=t.urlOpenType3,f=t.icon1,k=t.icon2,v=t.icon3,d=t.color1,y=t.color2,_=t.color3,g=t.bgType1,h=t.bgType2,E=t.bgType3,C=t.insertImage1,w=t.insertImage2,N=t.insertImage3;return H.a.createElement("div",{className:"vk_prBlocks row"},H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:i,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},C?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:C,alt:""})):(d||(Oo("color1"),d="#0693e3"),"0"===g?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:d,border:"1px solid ".concat(d)}},H.a.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+d}},H.a.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:d}}))),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:a}))),H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:s,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},w?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+w+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:w,alt:""})):(y||(Oo("color2"),y="#0693e3"),"0"===h?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:y,border:"1px solid ".concat(y)}},H.a.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+y}},H.a.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:y}}))),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:o}),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:l}))),H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:u,target:b?"_blank":"_self",className:"vk_prBlocks_item_link"},N?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+N+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H.a.createElement("img",{src:N,alt:""})):(_||(Oo("color3"),_="#0693e3"),"0"===E?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},H.a.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},H.a.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:_}}))),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:r}),H.a.createElement(Ro.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}},{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes;return H.a.createElement("div",{className:"vk_prBlocks row"},H.a.createElement(Bo,{attributes:t,blockNum:1,for_:"save"}),H.a.createElement(Bo,{attributes:t,blockNum:2,for_:"save"}),H.a.createElement(Bo,{attributes:t,blockNum:3,for_:"save"}))}}];function Po(e){return(Po="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var zo=function(e){if("string"==typeof e){try{JSON.parse(e)}catch(e){return!0}return!1}return"object"!==Po(e)||Array.isArray(e)};function Fo(e){return(Fo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Mo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lo(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Uo(e,t){return!t||"object"!==Fo(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ho(e){return(Ho=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Do(e,t){return(Do=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Vo=wp.i18n.__,$o=wp.editor.RichText,qo=function(e){function t(){return Mo(this,t),Uo(this,Ho(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Do(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,o=t.heading2,r=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,m=t.urlOpenType1,p=t.urlOpenType2,b=t.urlOpenType3,f=t.icon1,k=t.icon2,v=t.icon3,d=t.color1,y=t.color2,_=t.color3,g=t.bgType1,h=t.bgType2,E=t.bgType3,C=t.insertImage1,w=t.insertImage2,N=t.insertImage3,x=this.props.for_,S=this.props.blockNum,T=this.props.blockNum-1,B=[n,o,r],O=[a,l,c],A=[i,s,u],I=[m,p,b],R=[f,k,v],j=[d,y,_],P=[g,h,E],z=[C,w,N],F="",M="",L=function(e){var t=e[T];if(zo(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(t);return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},U=z[T]?H.a.createElement("div",{className:"vk_prBlocks_item_image",style:L(z)},function(e){if(zo(e))return H.a.createElement("img",{src:e,alt:""});var t=JSON.parse(e);return H.a.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(z[T])):(j[T]||(j[T]="#0693e3"),"0"===P[T]?H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[T],border:"1px solid ".concat(j[T])}},H.a.createElement("i",{className:"".concat(R[T]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):H.a.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[T]}},H.a.createElement("i",{className:"".concat(R[T]," vk_prBlocks_item_icon"),style:{color:j[T]}})));return"edit"===x?1===S?(F=H.a.createElement($o,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:Vo("Input Title","vk-blocks")}),M=H.a.createElement($o,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Vo("Input Content","vk-blocks")})):2===S?(F=H.a.createElement($o,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:o,placeholder:Vo("Input Title","vk-blocks")}),M=H.a.createElement($o,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Vo("Input Content","vk-blocks")})):3===S&&(F=H.a.createElement($o,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:r,placeholder:Vo("Input Title","vk-blocks")}),M=H.a.createElement($o,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Vo("Input Content","vk-blocks")})):"save"===x&&(F=H.a.createElement($o.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(S),tagName:"h3",value:B[T]}),M=H.a.createElement($o.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(S),tagName:"p",value:O[T]})),A[T]&&"save"===x?H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H.a.createElement("a",{href:A[T],className:"vk_prBlocks_item_link",target:I[T]?"_blank":"_self",rel:"noopener noreferrer"},U,F,M)):H.a.createElement("div",{className:"vk_prBlocks_item col-sm-4"},U,F,M)}}])&&Lo(n.prototype,o),r&&Lo(n,r),t}(H.a.Component),Jo=wp.i18n.__,Wo=wp.blocks.registerBlockType,Yo=wp.components,Go=Yo.RadioControl,Qo=Yo.PanelBody,Ko=Yo.Button,Xo=Yo.BaseControl,Zo=Yo.CheckboxControl,er=Yo.TextControl,tr=wp.element.Fragment,nr=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,or=nr.InspectorControls,rr=nr.MediaUpload,ar=nr.ColorPalette,lr=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("g",null,H.a.createElement("g",null,H.a.createElement("circle",{cx:"288",cy:"186.2",r:"60"}),H.a.createElement("rect",{x:"213.5",y:"278.8",width:"149",height:"107"})),H.a.createElement("g",null,H.a.createElement("circle",{cx:"74.5",cy:"186.2",r:"60"}),H.a.createElement("rect",{y:"278.8",width:"149",height:"107"})),H.a.createElement("g",null,H.a.createElement("circle",{cx:"501.5",cy:"186.2",r:"60"}),H.a.createElement("rect",{x:"427",y:"278.8",width:"149",height:"107"}))));Wo("vk-blocks/pr-blocks",{title:Jo("PR Blocks","vk-blocks"),icon:lr,category:"vk-blocks-cat",attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:".vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),edit:function(e){var t,n=e.attributes,o=e.setAttributes,r=e.className,a=(n.heading1,n.heading2,n.heading3,n.content1,n.content2,n.content3,n.url1),l=n.url2,c=n.url3,i=n.urlOpenType1,s=n.urlOpenType2,u=n.urlOpenType3,m=n.icon1,p=n.icon2,b=n.icon3,f=n.color1,k=n.color2,v=n.color3,d=n.bgType1,y=n.bgType2,_=n.bgType3,g=n.insertImage1,h=n.insertImage2,E=n.insertImage3;t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row";var C=function(e){if(zo(e))return e?H.a.createElement("img",{className:"icon-image",src:e,alt:Jo("Upload image","vk-blocks")}):Jo("Select image","vk-blocks");var t=JSON.parse(e);return e?H.a.createElement("img",{className:"icon-image",src:t.sizes.full.url,alt:t.alt}):Jo("Select image","vk-blocks")};return[H.a.createElement(tr,null,H.a.createElement(or,null,H.a.createElement(Qo,{title:Jo("PR Block1 Setting","vk-blocks")},H.a.createElement(Xo,{label:Jo("Link URL:","vk-blocks")},H.a.createElement(er,{value:a,onChange:function(e){return o({url1:e})}}),H.a.createElement(Zo,{label:Jo("Open link new tab.","vk-blocks"),checked:i,onChange:function(e){return o({urlOpenType1:e})}})),H.a.createElement(Xo,{label:Jo("Icon 1","vk-blocks")},H.a.createElement(er,{label:Jo("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:m,onChange:function(e){return o({icon1:e})},placeholder:"fas fa-file",help:H.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Jo("Font Awesome icon list","vk-blocks"))}),H.a.createElement(ar,{value:f,onChange:function(e){e?o({color1:e}):(o({color1:"#0693e3"}),o({bgType1:"0"}))}}),H.a.createElement(Go,{label:Jo("Icon Background:","vk-blocks"),selected:d,options:[{label:Jo("Solid color","vk-blocks"),value:"0"},{label:Jo("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType1:e})}})),H.a.createElement(Xo,{help:Jo("When you have an image. Image is displayed with priority","vk-blocks")},H.a.createElement("h4",{className:"components-base-control__title"},Jo("PR Image 1","vk-blocks")),H.a.createElement(rr,{onSelect:function(e){zo(e)?o({insertImage1:e.url}):o({insertImage1:JSON.stringify(e)})},type:"image",value:g,render:function(e){var t=e.open;return H.a.createElement(Ko,{onClick:t,className:g?"image-button":"button button-large"},C(g))}}))),H.a.createElement(Qo,{title:Jo("PR Block2 Setting","vk-blocks")},H.a.createElement(Xo,{label:Jo("Link URL:","vk-blocks")},H.a.createElement(er,{value:l,onChange:function(e){return o({url2:e})}}),H.a.createElement(Zo,{label:Jo("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return o({urlOpenType2:e})}})),H.a.createElement(Xo,{label:Jo("Icon 2","vk-blocks")},H.a.createElement(er,{label:Jo("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:p,onChange:function(e){return o({icon2:e})},placeholder:"fas fa-file",help:H.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Jo("Font Awesome icon list","vk-blocks"))}),H.a.createElement(ar,{value:k,onChange:function(e){e?o({color2:e}):(o({color2:"#0693e3"}),o({bgType2:"0"}))}}),H.a.createElement(Go,{label:Jo("Icon Background:","vk-blocks"),selected:y,options:[{label:Jo("Solid color","vk-blocks"),value:"0"},{label:Jo("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType2:e})}})),H.a.createElement(Xo,{help:Jo("When you have an image. Image is displayed with priority.","vk-blocks")},H.a.createElement("h4",{className:"components-base-control__title"},Jo("PR Image 2","vk-blocks")),H.a.createElement(rr,{onSelect:function(e){zo(e)?o({insertImage2:e.url}):o({insertImage2:JSON.stringify(e)})},type:"image",value:h,render:function(e){var t=e.open;return H.a.createElement(Ko,{onClick:t,className:h?"image-button":"button button-large"},C(h))}}))),H.a.createElement(Qo,{title:Jo("PR Block3 Setting","vk-blocks")},H.a.createElement(Xo,{label:Jo("Link URL:","vk-blocks")},H.a.createElement(er,{value:c,onChange:function(e){return o({url3:e})}}),H.a.createElement(Zo,{label:Jo("Open link new tab.","vk-blocks"),checked:u,onChange:function(e){return o({urlOpenType3:e})}})),H.a.createElement(Xo,{label:Jo("Icon 3","vk-blocks")},H.a.createElement(er,{label:Jo("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:b,onChange:function(e){return o({icon3:e})},placeholder:"fas fa-file",help:H.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Jo("Font Awesome icon list","vk-blocks"))}),H.a.createElement(ar,{value:v,onChange:function(e){e?o({color3:e}):(o({color3:"#0693e3"}),o({bgType3:"0"}))}}),H.a.createElement(Go,{label:Jo("Icon Background:","vk-blocks"),selected:_,options:[{label:Jo("Solid color","vk-blocks"),value:"0"},{label:Jo("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType3:e})}})),H.a.createElement(Xo,{help:Jo("When you have an image. Image is displayed with priority.","vk-blocks")},H.a.createElement("h4",{className:"components-base-control__title"},Jo("PR Image 3","vk-blocks")),H.a.createElement(rr,{onSelect:function(e){zo(e)?o({insertImage3:e.url}):o({insertImage3:JSON.stringify(e)})},type:"image",value:E,render:function(e){var t=e.open;return H.a.createElement(Ko,{onClick:t,className:E?"image-button":"button button-large"},C(E))}})))),H.a.createElement("div",{className:t},H.a.createElement(qo,{attributes:n,setAttributes:o,blockNum:1,for_:"edit"}),H.a.createElement(qo,{attributes:n,setAttributes:o,blockNum:2,for_:"edit"}),H.a.createElement(qo,{attributes:n,setAttributes:o,blockNum:3,for_:"edit"})))]},save:function(e){var t,n=e.attributes,o=e.className;return t=o?"".concat(o," vk_prBlocks row"):"vk_prBlocks row",H.a.createElement("div",{className:t},H.a.createElement(qo,{attributes:n,blockNum:1,for_:"save"}),H.a.createElement(qo,{attributes:n,blockNum:2,for_:"save"}),H.a.createElement(qo,{attributes:n,blockNum:3,for_:"save"}))},deprecated:jo});function cr(e){return(cr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ir(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function ur(e,t){return!t||"object"!==cr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function mr(e){return(mr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function pr(e,t){return(pr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var br=function(e){function t(){return ir(this,t),ur(this,mr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&pr(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,o=e.fontAwesomeIconAfter,r="",a="";return n&&(r=H.a.createElement("i",{className:"".concat(n," vk_button_link_before")})),o&&(a=H.a.createElement("i",{className:"".concat(o," vk_button_link_after")})),H.a.createElement(H.a.Fragment,null,r,H.a.createElement("span",{className:"vk_button_link_txt"},t),a)}}])&&sr(n.prototype,o),r&&sr(n,r),t}(H.a.Component);function fr(e){return(fr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function kr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function dr(e,t){return!t||"object"!==fr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function yr(e){return(yr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _r(e,t){return(_r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var gr=wp.i18n.__,hr=wp.components.Button,Er=wp.editor.MediaUpload,Cr=wp.editor.RichText,wr=function(e){function t(){return kr(this,t),dr(this,yr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_r(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,m=e.Image,p=e.ImageBorderColor,b=e.layout,f=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.className,v=this.props.for_,d="vk_prContent",y="vk_button",_="btn btn-block vk_button_link vk_prContent_colTxt_btn",g={},h="none";d="right"===b?be()(k,d,"vk_prContent-layout-imageRight"):be()(k,d,"vk_prContent-layout-imageLeft"),i?(y="".concat(y," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===l?g={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(g={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(_="".concat(_," btn-").concat(c),g=null):"1"===l&&(_="".concat(_," btn-outline-").concat(c),g=null)),h=p?"1px solid ".concat(p):"none";var E=function(e){e&&f({Image:JSON.stringify(e)})};return H.a.createElement("div",{className:d},H.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(e){if("edit"===e){if(m&&-1===m.indexOf("{"))return H.a.createElement(Er,{onSelect:function(e){return f({Image:e.sizes.full.url})},type:" image",value:m,render:function(e){var t=e.open;return H.a.createElement(hr,{onClick:t,className:m?"image-button":"button button-large"},m?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:gr("Upload image","vk-blocks"),style:{border:h}}):gr("Select image","vk-blocks"))}});var t=JSON.parse(m);return H.a.createElement(Er,{onSelect:E,type:" image",value:t,render:function(e){var n=e.open;return H.a.createElement(hr,{onClick:n,className:t?"image-button":"button button-large"},null===m||void 0===t.sizes?gr("Select image","vk-blocks"):H.a.createElement("img",{className:"vk_prContent_colImg_image",src:t.sizes.full.url,alt:t.alt,style:{border:h}}))}})}if("save"===e){if(m){if(m&&-1===m.indexOf("{"))return H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:gr("Upload image","vk-blocks"),style:{border:h}});var n=JSON.parse(m);return n&&void 0!==n.sizes?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:h}}):""}return gr("Select image","vk-blocks")}}(v)),H.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?H.a.createElement(H.a.Fragment,null,H.a.createElement(Cr,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return f({title:e})},value:t,placeholder:gr("Input title.","vk-blocks"),style:{color:n}}),H.a.createElement(Cr,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return f({content:e})},value:o,placeholder:gr("Input content.","vk-blocks"),style:{color:r}})):H.a.createElement(H.a.Fragment,null,H.a.createElement(Cr.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),H.a.createElement(Cr.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return H.a.createElement("div",{className:y},H.a.createElement("a",{href:a,className:_,target:u?"_blank":null,style:g,rel:"noopener noreferrer"},H.a.createElement(br,{attributes:e})))}()))}}])&&vr(n.prototype,o),r&&vr(n,r),t}(H.a.Component);function Nr(e){return(Nr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function xr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Tr(e,t){return!t||"object"!==Nr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Br(e){return(Br=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Or(e,t){return(Or=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Ar=function(e){function t(){return xr(this,t),Tr(this,Br(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Or(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,o=e.fontAwesomeIconAfter,r="",a="";return n&&(r=H.a.createElement("i",{className:"".concat(n," vk_button_link_before")})),o&&(a=H.a.createElement("i",{className:"".concat(o," vk_button_link_after")})),H.a.createElement(H.a.Fragment,null,r,H.a.createElement("span",{className:"vk_button_link_txt"},t),a)}}])&&Sr(n.prototype,o),r&&Sr(n,r),t}(H.a.Component);function Ir(e){return(Ir="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Rr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Pr(e,t){return!t||"object"!==Ir(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zr(e){return(zr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Fr(e,t){return(Fr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Mr=wp.i18n.__,Lr=wp.components.Button,Ur=wp.editor.MediaUpload,Hr=wp.editor.RichText,Dr=function(e){function t(){return Rr(this,t),Pr(this,zr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Fr(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,m=e.Image,p=e.ImageBorderColor,b=e.layout,f=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.for_,v="vk_prContent",d="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",_={};return v="".concat(v,"right"===b?" vk_prContent-layout-imageRight":" vk_prContent-layout-imageLeft"),i?(d="".concat(d," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===l?_={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(_={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(y="".concat(y," btn-").concat(c),_=null):"1"===l&&(y="".concat(y," btn-outline-").concat(c),_=null)),H.a.createElement("div",{className:v},H.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===k?H.a.createElement(Ur,{onSelect:function(e){return f({Image:e.sizes.full.url})},type:" image",value:m,render:function(e){var t=e.open;return H.a.createElement(Lr,{onClick:t,className:m?"image-button":"button button-large"},m?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Mr("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Mr("Select image","vk-blocks"))}}):m?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Mr("Upload image","vk-blocks"),style:{border:"1px solid ".concat(p)}}):Mr("Select image","vk-blocks")),H.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===k?H.a.createElement(H.a.Fragment,null,H.a.createElement(Hr,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return f({title:e})},value:t,placeholder:Mr("Input title.","vk-blocks"),style:{color:n}}),H.a.createElement(Hr,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return f({content:e})},value:o,placeholder:Mr("Input content.","vk-blocks"),style:{color:r}})):H.a.createElement(H.a.Fragment,null,H.a.createElement(Hr.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),H.a.createElement(Hr.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return H.a.createElement("div",{className:d},H.a.createElement("a",{href:a,className:y,target:u?"_blank":null,style:_,rel:"noopener noreferrer"},H.a.createElement(Ar,{attributes:e})))}()))}}])&&jr(n.prototype,o),r&&jr(n,r),t}(H.a.Component);function Vr(e){return(Vr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function $r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Jr(e,t){return!t||"object"!==Vr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Wr(e){return(Wr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Yr(e,t){return(Yr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Gr=wp.i18n.__,Qr=wp.components.Button,Kr=wp.editor.MediaUpload,Xr=wp.editor.RichText,Zr=function(e){function t(){return $r(this,t),Jr(this,Wr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Yr(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,m=e.Image,p=e.ImageBorderColor,b=e.layout,f=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.className,v=this.props.for_,d="vk_prContent",y="vk_button",_="btn btn-block vk_button_link vk_prContent_colTxt_btn",g={},h="";return d="right"===b?be()(k,d,"vk_prContent-layout-imageRight"):be()(k,d,"vk_prContent-layout-imageLeft"),i?(y="".concat(y," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===l?g={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(g={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(_="".concat(_," btn-").concat(c),g=null):"1"===l&&(_="".concat(_," btn-outline-").concat(c),g=null)),h=null==p?"none":"1px solid ".concat(p),H.a.createElement("div",{className:d},H.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===v?H.a.createElement(Kr,{onSelect:function(e){return f({Image:e.sizes.full.url})},type:" image",value:m,render:function(e){var t=e.open;return H.a.createElement(Qr,{onClick:t,className:m?"image-button":"button button-large"},m?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Gr("Upload image","vk-blocks"),style:{border:h}}):Gr("Select image","vk-blocks"))}}):m?H.a.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Gr("Upload image","vk-blocks"),style:{border:h}}):Gr("Select image","vk-blocks")),H.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===v?H.a.createElement(H.a.Fragment,null,H.a.createElement(Xr,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return f({title:e})},value:t,placeholder:Gr("Input title.","vk-blocks"),style:{color:n}}),H.a.createElement(Xr,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return f({content:e})},value:o,placeholder:Gr("Input content.","vk-blocks"),style:{color:r}})):H.a.createElement(H.a.Fragment,null,H.a.createElement(Xr.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),H.a.createElement(Xr.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return H.a.createElement("div",{className:y},H.a.createElement("a",{href:a,className:_,target:u?"_blank":null,style:g,rel:"noopener noreferrer"},H.a.createElement(Ar,{attributes:e})))}()))}}])&&qr(n.prototype,o),r&&qr(n,r),t}(H.a.Component),ea=[{attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},save:function(e){var t=e.attributes;e.className;return H.a.createElement(Dr,{attributes:t,for_:"save"})}},{attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},save:function(e){var t=e.attributes,n=e.className;return H.a.createElement(Zr,{attributes:t,className:n,for_:"save"})}}],ta=wp.i18n.__,na=wp.blocks.registerBlockType,oa=wp.components,ra=oa.RadioControl,aa=oa.PanelBody,la=oa.BaseControl,ca=oa.CheckboxControl,ia=oa.TextControl,sa=wp.element.Fragment,ua=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,ma=ua.InspectorControls,pa=ua.ColorPalette,ba=H.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},H.a.createElement("g",null,H.a.createElement("path",{d:"M291.7,133.3l0,245.3l-273.1,0l0-245.3L291.7,133.3 M307.2,117.8l-304.2,0l0,276.4l304.2,0L307.2,117.8L307.2,117.8z"}),H.a.createElement("path",{d:"M560.7,218.8l-213.1,0c-6.1,0-11.1-5-11.1-11.1s5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,213.8,566.8,218.8,560.7,218.8z"}),H.a.createElement("path",{d:"M560.7,265.4l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,260.5,566.8,265.4,560.7,265.4z"}),H.a.createElement("path",{d:"M560.7,312.1l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,307.1,566.8,312.1,560.7,312.1z"}),H.a.createElement("polygon",{points:"278.4,365.4 31.9,365.4 31.9,287.4 113,182.2 184.4,264.4 229.9,226.5 278.4,290.6 \t"}),H.a.createElement("path",{d:"M360.6,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C351.9,137.2,355.8,133.3,360.6,133.3 M360.6,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C384.9,128.7,374,117.8,360.6,117.8L360.6,117.8z"}),H.a.createElement("path",{d:"M423.3,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C414.6,137.2,418.5,133.3,423.3,133.3 M423.3,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2s24.2-10.9,24.2-24.2C447.6,128.7,436.7,117.8,423.3,117.8 L423.3,117.8z"}),H.a.createElement("path",{d:"M486,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C477.3,137.2,481.2,133.3,486,133.3 M486,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C510.2,128.7,499.4,117.8,486,117.8L486,117.8z"}),H.a.createElement("path",{d:"M548.7,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7s-8.7-3.9-8.7-8.7C540,137.2,543.9,133.3,548.7,133.3 M548.7,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C572.9,128.7,562.1,117.8,548.7,117.8L548.7,117.8z"}),H.a.createElement("path",{d:"M566.3,347.6l-224.3,0c-3.1,0-5.6,2.5-5.6,5.6l0,35.5c0,3.1,2.5,5.6,5.6,5.6l224.3,0c3.1,0,5.6-2.5,5.6-5.6v-35.5 C571.8,350.1,569.3,347.6,566.3,347.6z M547.1,379.2v-16.6l9.8,8.3L547.1,379.2z"})));na("vk-blocks/pr-content",{title:ta("PR Content","vk-blocks"),icon:ba,category:"vk-blocks-cat",attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},edit:function(e){var t=e.attributes,n=e.className,o=e.setAttributes,r=t.titleColor,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,m=t.buttonTarget,p=t.ImageBorderColor,b=t.layout,f=t.fontAwesomeIconBefore,k=t.fontAwesomeIconAfter;return H.a.createElement(sa,null,H.a.createElement(ma,null,H.a.createElement(aa,{title:ta("Color Setting","vk-blocks"),initialOpen:!1},H.a.createElement(la,{label:ta("Title Color","vk-blocks")},H.a.createElement(pa,{value:r,onChange:function(e){return o({titleColor:e})}})),H.a.createElement(la,{label:ta("Content Color","vk-blocks")},H.a.createElement(pa,{value:a,onChange:function(e){return o({contentColor:e})}})),H.a.createElement(la,{label:ta("Image Border Color","vk-blocks")},H.a.createElement(pa,{value:p,onChange:function(e){return o({ImageBorderColor:e})}}))),H.a.createElement(aa,{title:ta("Button Setting","vk-blocks"),initialOpen:!1},H.a.createElement(la,{label:ta("Button Text","vk-blocks")},H.a.createElement(ia,{value:u,onChange:function(e){return o({buttonText:e})},placeholder:"Input button text."})),H.a.createElement(la,{label:ta("Link URL","vk-blocks")},H.a.createElement(ia,{value:l,onChange:function(e){return o({url:e})},placeholder:"https://vektor-inc.co.jp/"})),H.a.createElement(ca,{label:ta("Open link new tab.","vk-blocks"),checked:m,onChange:function(e){return o({buttonTarget:e})}}),H.a.createElement(la,{label:ta("Button Type","vk-blocks")},H.a.createElement(ra,{selected:c,options:[{label:ta("Solid","vk-blocks"),value:"0"},{label:ta("Ghost","vk-blocks"),value:"1"}],onChange:function(e){return o({buttonType:e})}})),H.a.createElement(ra,{label:ta("Default Color:","vk-blocks"),selected:i,options:[{label:ta("Primary","vk-blocks"),value:"primary"},{label:ta("Secondary","vk-blocks"),value:"secondary"},{label:ta("Success","vk-blocks"),value:"success"},{label:ta("Info","vk-blocks"),value:"info"},{label:ta("Warning","vk-blocks"),value:"warning"},{label:ta("Danger","vk-blocks"),value:"danger"},{label:ta("Light","vk-blocks"),value:"light"},{label:ta("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return o({buttonColor:e})}}),H.a.createElement(la,{label:ta("Button Color","vk-blocks")},H.a.createElement(pa,{value:s,onChange:function(e){return o({buttonColorCustom:e})}})),H.a.createElement(la,{label:ta("Font Awesome:","vk-blocks"),help:H.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},ta("Font Awesome icon list","vk-blocks"))},H.a.createElement(ia,{label:ta("Before text","vk-blocks"),help:ta("Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right","vk-blocks"),value:f,onChange:function(e){return o({fontAwesomeIconBefore:e})},placeholder:"fas fa-arrow-circle-right"}),H.a.createElement(ia,{label:ta("After text","vk-blocks"),help:ta("Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt","vk-blocks"),value:k,onChange:function(e){return o({fontAwesomeIconAfter:e})},placeholder:"fas fa-external-link-alt"}))),H.a.createElement(aa,{title:ta("Layout Setting","vk-blocks"),initialOpen:!1},H.a.createElement(ra,{label:ta("Layout Type","vk-blocks"),selected:b,options:[{label:ta("Right","vk-blocks"),value:"right"},{label:ta("Left","vk-blocks"),value:"left"}],onChange:function(e){return o({layout:e})}}))),H.a.createElement(wr,{attributes:t,setAttributes:o,className:n,for_:"edit"}))},save:function(e){var t=e.attributes,n=e.className;return H.a.createElement(wr,{attributes:t,className:n,for_:"save"})},deprecated:ea});var fa=lodash.assign,ka=wp.i18n.__,va=wp.hooks.addFilter;va("blocks.registerBlockType","vk-blocks/heading-style",(function(e){var t;return t=e.name,["core/heading"].includes(t)&&(e.attributes=fa(e.attributes,{color:{type:"string"}})),e})),wp.blocks.registerBlockStyle("core/heading",[{name:"vk-heading-default",label:ka("Default","vk-blocks"),isDefault:!0},{name:"vk-heading-plain",label:ka("Plain","vk-blocks")},{name:"vk-heading-background_fill_lightgray",label:ka("Background fill lightgray","vk-blocks")},{name:"vk-heading-double_black",label:ka("Double border top and bottom black","vk-blocks")},{name:"vk-heading-double_bottomborder_black",label:ka("Double border bottom black","vk-blocks")},{name:"vk-heading-solid_black",label:ka("Solid border top and bottom black","vk-blocks")},{name:"vk-heading-solid_bottomborder_black",label:ka("Solid border bottom black","vk-blocks")},{name:"vk-heading-dotted_bottomborder_black",label:ka("Dotted border bottom black","vk-blocks")},{name:"vk-heading-both_ends",label:ka("Both ends","vk-blocks")},{name:"vk-heading-brackets_black",label:ka("Brackets black","vk-blocks")}]);n(5);function da(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],o=!0,r=!1,a=void 0;try{for(var l,c=e[Symbol.iterator]();!(o=(l=c.next()).done)&&(n.push(l.value),!t||n.length!==t);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==c.return||c.return()}finally{if(r)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var ya=wp.components.ToggleControl,_a=wp.element.useState,ga=function(e){var t=e.initialFixedTable,n=e.label,o=e.helpYes,r=e.helpNo,a=e.schema,l=e.setAttributes,c=da(_a(t),2),i=c[0],s=c[1];return React.createElement(ya,{label:n,help:i?o:r,checked:i,onChange:function(){var e,t,n;s(!i),l((n=!i,(t=a)in(e={})?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e))}})};function ha(){return(ha=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function Ea(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Ca(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ea(Object(n),!0).forEach((function(t){wa(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ea(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function wa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Na=wp.i18n.__,xa=wp.element.Fragment,Sa=wp.hooks.addFilter,Ta=wp.components,Ba=Ta.PanelBody,Oa=Ta.BaseControl,Aa=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,Ia=wp.compose.createHigherOrderComponent,Ra=function(e,t){return-1!==e.indexOf(t)},ja=function(e){var t=void 0!==["core","vk-blocks"].find((function(t){return Ra(e,t)}));return void 0!==["core/block","vk-blocks/card-item"].find((function(t){return Ra(e,t)}))&&(t=!1),t};Sa("blocks.registerBlockType","vk-blocks/hidden-extension",(function(e){return ja(e.name)&&(e.attributes=Ca({},e.attributes,{},{vkb_hidden:{type:"boolean",default:!1},vkb_hidden_xl:{type:"boolean",default:!1},vkb_hidden_lg:{type:"boolean",default:!1},vkb_hidden_md:{type:"boolean",default:!1},vkb_hidden_sm:{type:"boolean",default:!1},vkb_hidden_xs:{type:"boolean",default:!1}})),e})),wp.hooks.addFilter("editor.BlockEdit","vk-blocks/hidden-extension",Ia((function(e){return function(t){return ja(t.name)?React.createElement(xa,null,React.createElement(e,t),React.createElement(Aa,null,React.createElement(Ba,{title:Na("Hidden Settings","vk-blocks"),initialOpen:!1},React.createElement(Oa,{label:Na("Hidden at screel size","vk-blocks")},React.createElement("p",null,Na("Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.","vk-blocks")),React.createElement(ga,ha({label:Na("Hidden ( Screen size : all )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden,schema:"vkb_hidden"},t)),React.createElement(ga,ha({label:Na("Hidden ( Screen size : xs )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xs,schema:"vkb_hidden_xs"},t)),React.createElement(ga,ha({label:Na("Hidden ( Screen size : sm )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_sm,schema:"vkb_hidden_sm"},t)),React.createElement(ga,ha({label:Na("Hidden ( Screen size : md )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_md,schema:"vkb_hidden_md"},t)),React.createElement(ga,ha({label:Na("Hidden ( Screen size : lg )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_lg,schema:"vkb_hidden_lg"},t)),React.createElement(ga,ha({label:Na("Hidden ( Screen size : xl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xl,schema:"vkb_hidden_xl"},t)),React.createElement("p",null,Na("If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.","vk-blocks")))))):React.createElement(e,t)}}),"addHiddenSection")),wp.hooks.addFilter("blocks.getSaveElement","vk-blocks/hidden-extension",(function(e,t,n){var o=n.vkb_hidden,r=n.vkb_hidden_xl,a=n.vkb_hidden_lg,l=n.vkb_hidden_md,c=n.vkb_hidden_sm,i=n.vkb_hidden_xs;if(o||r||a||l||c||i){var s=o&&"vk_hidden",u=r&&"vk_hidden-xl",m=a&&"vk_hidden-lg",p=l&&"vk_hidden-md",b=c&&"vk_hidden-sm",f=i&&"vk_hidden-xs";e&&(e=Ca({},e,{},{props:Ca({},e.props,{},{className:be()(e.props.className,s,u,m,p,b,f)})}))}return e})),wp.hooks.addFilter("editor.BlockListBlock","vk-blocks/hidden-extension",Ia((function(e){return function(t){var n=t.attributes.vkb_hidden_xl||t.attributes.vkb_hidden_lg||t.attributes.vkb_hidden_md||t.attributes.vkb_hidden_sm||t.attributes.vkb_hidden_xs||t.attributes.vkb_hidden?"vk_edit_hidden_warning":"",o=t.attributes.vkb_hidden?n+" vk_edit_hidden_all":n;return React.createElement(e,ha({},t,{className:o}))}}),"addHiddenWarning"));n(6)}]);
|
1 |
+
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=7)}([function(e,t,n){"use strict";e.exports=n(3)},function(e,t,n){var o;
|
2 |
/*!
|
3 |
Copyright (c) 2017 Jed Watson.
|
4 |
Licensed under the MIT License (MIT), see
|
5 |
http://jedwatson.github.io/classnames
|
6 |
+
*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var l=typeof o;if("string"===l||"number"===l)e.push(o);else if(Array.isArray(o)&&o.length){var a=r.apply(null,o);a&&e.push(a)}else if("object"===l)for(var c in o)n.call(o,c)&&o[c]&&e.push(c)}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(o=function(){return r}.apply(t,[]))||(e.exports=o)}()},function(e,t,n){e.exports=function(e,t){var n,o,r,l=0;function a(){var t,a,c=o,i=arguments.length;e:for(;c;){if(c.args.length===arguments.length){for(a=0;a<i;a++)if(c.args[a]!==arguments[a]){c=c.next;continue e}return c!==o&&(c===r&&(r=c.prev),c.prev.next=c.next,c.next&&(c.next.prev=c.prev),c.next=o,c.prev=null,o.prev=c,o=c),c.val}c=c.next}for(t=new Array(i),a=0;a<i;a++)t[a]=arguments[a];return c={args:t,val:e.apply(null,t)},o?(o.prev=c,c.next=o):r=c,l===n?(r=r.prev).next=null:l++,o=c,c.val}return t&&t.maxSize&&(n=t.maxSize),a.clear=function(){o=null,r=null,l=0},a}},function(e,t,n){"use strict";
|
7 |
/** @license React v16.12.0
|
8 |
* react.production.min.js
|
9 |
*
|
11 |
*
|
12 |
* This source code is licensed under the MIT license found in the
|
13 |
* LICENSE file in the root directory of this source tree.
|
14 |
+
*/var o=n(4),r="function"==typeof Symbol&&Symbol.for,l=r?Symbol.for("react.element"):60103,a=r?Symbol.for("react.portal"):60106,c=r?Symbol.for("react.fragment"):60107,i=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,u=r?Symbol.for("react.provider"):60109,p=r?Symbol.for("react.context"):60110,m=r?Symbol.for("react.forward_ref"):60112,b=r?Symbol.for("react.suspense"):60113;r&&Symbol.for("react.suspense_list");var v=r?Symbol.for("react.memo"):60115,k=r?Symbol.for("react.lazy"):60116;r&&Symbol.for("react.fundamental"),r&&Symbol.for("react.responder"),r&&Symbol.for("react.scope");var f="function"==typeof Symbol&&Symbol.iterator;function d(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var _={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g={};function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||_}function h(){}function w(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||_}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(d(85));this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},h.prototype=y.prototype;var x=w.prototype=new h;x.constructor=w,o(x,y.prototype),x.isPureReactComponent=!0;var E={current:null},C={current:null},R=Object.prototype.hasOwnProperty,N={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var o,r={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)R.call(t,o)&&!N.hasOwnProperty(o)&&(r[o]=t[o]);var i=arguments.length-2;if(1===i)r.children=n;else if(1<i){for(var s=Array(i),u=0;u<i;u++)s[u]=arguments[u+2];r.children=s}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===r[o]&&(r[o]=i[o]);return{$$typeof:l,type:e,key:a,ref:c,props:r,_owner:C.current}}function B(e){return"object"==typeof e&&null!==e&&e.$$typeof===l}var T=/\/+/g,O=[];function I(e,t,n,o){if(O.length){var r=O.pop();return r.result=e,r.keyPrefix=t,r.func=n,r.context=o,r.count=0,r}return{result:e,keyPrefix:t,func:n,context:o,count:0}}function A(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>O.length&&O.push(e)}function j(e,t,n){return null==e?0:function e(t,n,o,r){var c=typeof t;"undefined"!==c&&"boolean"!==c||(t=null);var i=!1;if(null===t)i=!0;else switch(c){case"string":case"number":i=!0;break;case"object":switch(t.$$typeof){case l:case a:i=!0}}if(i)return o(r,t,""===n?"."+P(t,0):n),1;if(i=0,n=""===n?".":n+":",Array.isArray(t))for(var s=0;s<t.length;s++){var u=n+P(c=t[s],s);i+=e(c,u,o,r)}else if(null===t||"object"!=typeof t?u=null:u="function"==typeof(u=f&&t[f]||t["@@iterator"])?u:null,"function"==typeof u)for(t=u.call(t),s=0;!(c=t.next()).done;)i+=e(c=c.value,u=n+P(c,s++),o,r);else if("object"===c)throw o=""+t,Error(d(31,"[object Object]"===o?"object with keys {"+Object.keys(t).join(", ")+"}":o,""));return i}(e,"",t,n)}function P(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function z(e,t){e.func.call(e.context,t,e.count++)}function M(e,t,n){var o=e.result,r=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?F(e,o,n,(function(e){return e})):null!=e&&(B(e)&&(e=function(e,t){return{$$typeof:l,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,r+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(T,"$&/")+"/")+n)),o.push(e))}function F(e,t,n,o,r){var l="";null!=n&&(l=(""+n).replace(T,"$&/")+"/"),j(e,M,t=I(t,l,o,r)),A(t)}function L(){var e=E.current;if(null===e)throw Error(d(321));return e}var U={Children:{map:function(e,t,n){if(null==e)return e;var o=[];return F(e,o,null,t,n),o},forEach:function(e,t,n){if(null==e)return e;j(e,z,t=I(null,null,t,n)),A(t)},count:function(e){return j(e,(function(){return null}),null)},toArray:function(e){var t=[];return F(e,t,null,(function(e){return e})),t},only:function(e){if(!B(e))throw Error(d(143));return e}},createRef:function(){return{current:null}},Component:y,PureComponent:w,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:m,render:e}},lazy:function(e){return{$$typeof:k,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:v,type:e,compare:void 0===t?null:t}},useCallback:function(e,t){return L().useCallback(e,t)},useContext:function(e,t){return L().useContext(e,t)},useEffect:function(e,t){return L().useEffect(e,t)},useImperativeHandle:function(e,t,n){return L().useImperativeHandle(e,t,n)},useDebugValue:function(){},useLayoutEffect:function(e,t){return L().useLayoutEffect(e,t)},useMemo:function(e,t){return L().useMemo(e,t)},useReducer:function(e,t,n){return L().useReducer(e,t,n)},useRef:function(e){return L().useRef(e)},useState:function(e){return L().useState(e)},Fragment:c,Profiler:s,StrictMode:i,Suspense:b,createElement:S,cloneElement:function(e,t,n){if(null==e)throw Error(d(267,e));var r=o({},e.props),a=e.key,c=e.ref,i=e._owner;if(null!=t){if(void 0!==t.ref&&(c=t.ref,i=C.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(u in t)R.call(t,u)&&!N.hasOwnProperty(u)&&(r[u]=void 0===t[u]&&void 0!==s?s[u]:t[u])}var u=arguments.length-2;if(1===u)r.children=n;else if(1<u){s=Array(u);for(var p=0;p<u;p++)s[p]=arguments[p+2];r.children=s}return{$$typeof:l,type:e.type,key:a,ref:c,props:r,_owner:i}},createFactory:function(e){var t=S.bind(null,e);return t.type=e,t},isValidElement:B,version:"16.12.0",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:E,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:C,IsSomeRendererActing:{current:!1},assign:o}},H={default:U},V=H&&U||H;e.exports=V.default||V},function(e,t,n){"use strict";
|
15 |
/*
|
16 |
object-assign
|
17 |
(c) Sindre Sorhus
|
18 |
@license MIT
|
19 |
+
*/var o=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,c,i=a(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))r.call(n,u)&&(i[u]=n[u]);if(o){c=o(n);for(var p=0;p<c.length;p++)l.call(n,c[p])&&(i[c[p]]=n[c[p]])}}return i}},function(e,t){var n=wp.i18n.__;wp.blocks.registerBlockStyle("core/image",[{name:"vk-image-border",label:n("Border","vk-blocks")},{name:"vk-image-photoFrame",label:n("Photo frame","vk-blocks")}])},function(e,t){},function(e,t,n){"use strict";n.r(t);var o={};n.r(o),n.d(o,"name",(function(){return ac})),n.d(o,"settings",(function(){return cc}));var r=function(e){switch(e){case"#f78da7":return"vk-has-pale-pink-color";case"#cf2e2e":return"vk-has-vivid-red-color";case"#ff6900":return"vk-has-luminous-vivid-orange-color";case"#fcb900":return"vk-has-luminous-vivid-amber-color";case"#7bdcb5":return"vk-has-light-green-cyan-color";case"#00d084":return"vk-has-vivid-green-cyan-color";case"#8ed1fc":return"vk-has-pale-cyan-blue-color";case"#0693e3":return"vk-has-vivid-cyan-blue-color";case"#9b51e0":return"vk-has-vivid-purple-color";case"#eee":return"vk-has-very-light-gray-color";case"#abb8c3":return"vk-has-cyan-bluish-gray-color";case"#313131":return"vk-has-very-dark-gray-color"}},l=wp.data,a=l.select,c=l.dispatch,i=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,s=(a("core/block-editor")?a("core/block-editor"):a("core/editor"),c("core/block-editor")?c("core/block-editor"):c("core/editor"),lodash.assign),u=wp.i18n.__,p=wp.element.Fragment,m=wp.hooks.addFilter,b=wp.components.PanelBody,v=i.InspectorControls,k=i.ColorPalette,f=wp.compose.createHigherOrderComponent,d=function(e){return["core/group"].includes(e)};m("blocks.registerBlockType","vk-blocks/group-style",(function(e){return d(e.name)&&(e.attributes=s(e.attributes,{color:{type:"string"}})),e})),m("editor.BlockEdit","vk-blocks/group-style",f((function(e){var t="";return function(n){return d(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(p,null,React.createElement(e,n),React.createElement(v,null,React.createElement(b,{title:u("Border Color","vk-blocks"),initialOpen:!1,className:"group-border-color-controle"},React.createElement(k,{value:t,disableCustomColors:!0,onChange:function(e){var o=r(e);if(n.attributes.className){var l=n.attributes.className,a=(l=l.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(o),o=a.join(" ")}t=e,n.setAttributes({className:o,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/group",[{name:"vk-group-solid",label:u("Solid","vk-blocks")},{name:"vk-group-solid-roundcorner",label:u("Solid Roundcorner","vk-blocks")},{name:"vk-group-dotted",label:u("Dotted","vk-blocks")},{name:"vk-group-dashed",label:u("Dashed","vk-blocks")},{name:"vk-group-double",label:u("Double","vk-blocks")},{name:"vk-group-stitch",label:u("Stitch","vk-blocks")},{name:"vk-group-top-bottom-border",label:u("Border Top Bottom","vk-blocks")},{name:"vk-group-shadow",label:u("Shadow","vk-blocks")}]);var _=lodash.assign,g=wp.i18n.__,y=wp.element.Fragment,h=wp.hooks.addFilter,w=wp.components.PanelBody,x=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,E=x.InspectorControls,C=x.ColorPalette,R=wp.compose.createHigherOrderComponent,N=function(e){return["core/list"].includes(e)};function S(e,t){var n=e.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i),o=null;return n&&(o=n.slice(1,4).map((function(e){return parseInt(e,16)}))),(n=e.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(o=n.slice(1,4).map((function(e){return 17*parseInt(e,16)}))),o?"rgba(".concat(o[0],", ").concat(o[1],", ").concat(o[2],", ").concat(t,")"):null}h("blocks.registerBlockType","vk-blocks/list-style",(function(e){return N(e.name)&&(e.attributes=_(e.attributes,{color:{type:"string"}})),e})),h("editor.BlockEdit","vk-blocks/list-style",R((function(e){var t="";return function(n){return N(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(y,null,React.createElement(e,n),React.createElement(E,null,React.createElement(w,{title:g("List Icon Color","vk-blocks"),initialOpen:!1,className:"list-color-controle"},React.createElement(C,{value:t,disableCustomColors:!0,onChange:function(e){var o=r(e);if(n.attributes.className){var l=n.attributes.className,a=(l=l.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(o),o=a.join(" ")}t=e,n.setAttributes({className:o,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/list",[{name:"vk-default",label:g("Default","vk-blocks"),isDefault:!0},{name:"vk-arrow-mark",label:g("Arrow","vk-blocks")},{name:"vk-triangle-mark",label:g("Triangle","vk-blocks")},{name:"vk-check-mark",label:g("Check","vk-blocks")},{name:"vk-check-square-mark",label:g("Check Square","vk-blocks")},{name:"vk-check-circle-mark",label:g("Check Circle","vk-blocks")},{name:"vk-handpoint-mark",label:g("Handpoint","vk-blocks")},{name:"vk-pencil-mark",label:g("Pencil","vk-blocks")},{name:"vk-smile-mark",label:g("Smile","vk-blocks")},{name:"vk-frown-mark",label:g("Frown","vk-blocks")},{name:"vk-numbered-circle-mark",label:g("Numbered Circle","vk-blocks")},{name:"vk-numbered-square-mark",label:g("Numbered Square","vk-blocks")}]);var B=wp.i18n.__,T=window.wp.richText,O=T.registerFormatType,I=T.toggleFormat,A=T.applyFormat,j=T.removeFormat,P=T.getActiveFormat,z=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,M=z.RichTextToolbarButton,F=z.RichTextShortcut,L=z.InspectorControls,U=z.PanelColorSettings,H=(z.getColorObjectByColorValue,wp.element.Fragment),V="vk-blocks/highlighter",D=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M26.9,462.2l104.7,39.6l34-34l-73.2-73.2L26.9,462.2z M146.5,231.8c-10.3,9.1-14.4,23.4-10.4,36.6l12.5,41.1l-48.9,48.9 L201,459.6l48.8-48.8l41,12.6c13.2,4,27.5,0,36.6-10.3l27.3-29.1L175.5,204.6L146.5,231.8L146.5,231.8z M533.7,122.3L437,25.7 C417.4,6,385.8,5,364.9,23.4L201,186.6l171.8,171.8l163.1-163.9C554.3,173.6,553.3,142,533.7,122.3L533.7,122.3z"}));function $(e){return($="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function q(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function W(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function J(e,t){return!t||"object"!==$(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function G(e){return(G=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Y(e,t){return(Y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}O(V,{title:B("Highlighter","vk-blocks"),tagName:"span",className:"vk_highlighter",attributes:{data:"data-color",style:"style"},edit:function(e){var t,n=e.value,o=e.isActive,r=e.onChange;if(o){var l=P(n,V);t=l.attributes.data}var a=function(e){e=function(e){return void 0===e&&(e="#fffd6b"),e}(e),r(I(n,{type:V,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(S(e,.7)," 0);")}}))};return React.createElement(H,null,React.createElement(L,null,React.createElement(U,{title:B("Highlighter","vk-blocks"),initialOpen:!1,colorSettings:[{value:t,onChange:function(e){r(e?A(n,{type:V,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat(S(e,.7)," 0);")}}):j(n,V))},label:B("Highlight Color","vk-blocks")}]})),React.createElement(F,{type:"primary",character:"h",onUse:function(){return a(t)}}),React.createElement(M,{icon:D,title:B("Highlighter","vk-blocks"),onClick:function(){return a(t)},isActive:o,shortcutType:"primary",shortcutCharacter:"h"}))}});var K=wp.i18n.__,Z=i.RichText,Q=i.MediaUpload,X=wp.components.Button,ee=function(e){function t(){return q(this,t),J(this,G(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Y(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.vk_staff_text_name,n=e.vk_staff_text_caption,o=e.vk_staff_text_role,r=e.vk_staff_text_profileTitle,l=e.vk_staff_text_profileText,a=e.vk_staff_photo_image,c=e.vk_staff_photo_image_alt,i=e.vk_staff_layout,s=e.vk_staff_nameColor,u=e.vk_staff_captionColor,p=e.vk_staff_positionColor,m=e.vk_staff_profileTitleColor,b=e.vk_staff_profileTextColor,v=e.vk_staff_photoBorder,k=this.props.setAttributes,f=this.props.className,d=this.props.for_,_="";return"edit"===d?_=React.createElement("div",{className:"".concat(f," vk_staff vk_staff-layout-").concat(i)},React.createElement("div",{className:"vk_staff_text"},React.createElement(Z,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},onChange:function(e){return k({vk_staff_text_name:e})},value:t,placeholder:K("Your Name","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},onChange:function(e){return k({vk_staff_text_caption:e})},value:n,placeholder:K("Caption","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_role",style:{color:p},onChange:function(e){return k({vk_staff_text_role:e})},value:o,placeholder:K("Role position","vk-blocks")}),React.createElement(Z,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:m},onChange:function(e){return k({vk_staff_text_profileTitle:e})},value:r,placeholder:K("Profile title","vk-blocks")}),React.createElement(Z,{tagName:"p",className:"vk_staff_text_profileText",style:{color:b},onChange:function(e){return k({vk_staff_text_profileText:e})},value:l,placeholder:K("Profile text","vk-blocks")})),React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(v)},React.createElement(Q,{onSelect:function(e){return k({vk_staff_photo_image:e.sizes.full.url})},type:"image",className:"vk_staff_photo_image",value:a,render:function(e){var t=e.open;return React.createElement(X,{onClick:t,className:a?"image-button":"button button-large"},a?React.createElement("img",{className:"vk_staff_photo_image",src:a,alt:K(c,"vk-blocks")}):K("Select image","vk-blocks"))}}))):"save"===d&&(_=React.createElement("div",{className:"".concat(f," vk_staff vk_staff-layout-").concat(i)},React.createElement("div",{className:"vk_staff_text"},React.createElement(Z.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},value:t}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},value:n}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:p},value:o}),React.createElement(Z.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:m},value:r}),React.createElement(Z.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:b},value:l})),a?React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(v)},React.createElement("img",{className:"vk_staff_photo_image",src:a,alt:c?K(c,"vk-blocks"):""})):"")),_}}])&&W(n.prototype,o),r&&W(n,r),t}(wp.element.Component),te=wp.i18n.__,ne=wp.blocks.registerBlockType,oe=wp.components,re=oe.TextControl,le=oe.PanelBody,ae=oe.BaseControl,ce=oe.SelectControl,ie=wp.element.Fragment,se=i.InspectorControls,ue=i.ColorPalette,pe=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M528,34H48C21.5,34,0,55.5,0,82v352c0,26.5,21.5,48,48,48h480c26.5,0,48-21.5,48-48V82C576,55.5,554.5,34,528,34z M528,434 H48V82h480V434z"}),React.createElement("path",{d:"M407.6,241.9c30.9,0,55.9-25.1,55.9-55.9S438.5,130,407.6,130s-55.9,25.1-55.9,55.9S376.8,241.9,407.6,241.9z"}),React.createElement("path",{d:"M329.3,353.8h156.6c10.8,0,19.6-7.5,19.6-16.8v-16.8c0-27.8-26.3-50.3-58.7-50.3c-9.4,0-16.3,7-39.2,7 c-23.5,0-29.2-7-39.2-7c-32.4,0-58.7,22.6-58.7,50.3V337C309.7,346.2,318.5,353.8,329.3,353.8z"}),React.createElement("path",{d:"M96.2,395h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4C89,391.7,92.3,395,96.2,395 z"}),React.createElement("path",{d:"M96.2,339.2h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2V332 C89,336,92.3,339.2,96.2,339.2z"}),React.createElement("path",{d:"M96.2,283.4h161.1c4,0,7.2-3.3,7.2-7.2v-14.4c0-4-3.3-7.2-7.2-7.2H96.2c-4,0-7.2,3.3-7.2,7.2v14.4 C89,280.2,92.3,283.4,96.2,283.4z"}),React.createElement("path",{d:"M92.9,219.1h166.3c2.1,0,3.9-1.8,3.9-3.9v-7.8c0-2.1-1.8-3.9-3.9-3.9H92.9c-2.1,0-3.9,1.8-3.9,3.9v7.8 C89,217.4,90.8,219.1,92.9,219.1z"}),React.createElement("path",{d:"M99.7,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H99.7c-5.9,0-10.7,4.8-10.7,10.7v21.4 C89,172.8,93.8,177.6,99.7,177.6z"}),React.createElement("path",{d:"M157,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7H157c-5.9,0-10.7,4.8-10.7,10.7v21.4 C146.3,172.8,151.1,177.6,157,177.6z"}),React.createElement("path",{d:"M214.2,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C203.5,172.8,208.4,177.6,214.2,177.6z"}),React.createElement("path",{d:"M271.5,177.6h22.4c5.9,0,10.7-4.8,10.7-10.7v-21.4c0-5.9-4.8-10.7-10.7-10.7h-22.4c-5.9,0-10.7,4.8-10.7,10.7v21.4 C260.8,172.8,265.6,177.6,271.5,177.6z"}));ne("vk-blocks/staff",{title:te("Staff","vk-blocks"),icon:pe,category:"vk-blocks-cat",attributes:{vk_staff_text_name:{type:"string",source:"html",selector:"h3"},vk_staff_text_caption:{type:"string",source:"html",selector:"p.vk_staff_text_caption"},vk_staff_text_role:{type:"string",source:"html",selector:"p.vk_staff_text_role"},vk_staff_text_profileTitle:{type:"string",source:"html",selector:"h4"},vk_staff_text_profileText:{type:"string",source:"html",selector:"p.vk_staff_text_profileText"},vk_staff_photo_image:{type:"string",default:""},vk_staff_photo_image_alt:{type:"string",default:"Profile Picture"},vk_staff_layout:{type:"string",default:"default"},vk_staff_nameColor:{type:"string",default:"inherit"},vk_staff_captionColor:{type:"string",default:"inherit"},vk_staff_positionColor:{type:"string",default:"inherit"},vk_staff_profileTitleColor:{type:"string",default:"inherit"},vk_staff_profileTextColor:{type:"string",default:"inherit"},vk_staff_photoBorder:{type:"string",default:"default"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.vk_staff_photo_image_alt,l=t.vk_staff_layout,a=t.vk_staff_nameColor,c=t.vk_staff_captionColor,i=t.vk_staff_positionColor,s=t.vk_staff_profileTitleColor,u=t.vk_staff_profileTextColor,p=t.vk_staff_photoBorder;return React.createElement(ie,null,React.createElement(se,null,React.createElement(le,{title:te("Layout","vk-blocks")},React.createElement(ce,{value:l,onChange:function(e){return n({vk_staff_layout:e})},options:[{value:"default",label:te("Default","vk-blocks")},{value:"imageLeft",label:te("Image left","vk-blocks")}]})),React.createElement(le,{title:te("Image border","vk-blocks")},React.createElement(ce,{value:p,onChange:function(e){return n({vk_staff_photoBorder:e})},options:[{value:"default",label:te("Default","vk-blocks")},{value:"none",label:te("None","vk-blocks")}]})),React.createElement(le,{title:te("Alt text","vk-blocks")},React.createElement(ae,{help:te("Set the alt text for profile image","vk-blocks")},React.createElement(re,{value:r,onChange:function(e){return n({vk_staff_photo_image_alt:e})}}))),React.createElement(le,{title:te("Color","vk-blocks")},React.createElement(ae,{label:te("Staff name","vk-blocks")},React.createElement(ue,{value:a,onChange:function(e){return n({vk_staff_nameColor:e})}})),React.createElement(ae,{label:te("Name caption","vk-blocks")},React.createElement(ue,{value:c,onChange:function(e){return n({vk_staff_captionColor:e})}})),React.createElement(ae,{label:te("Role position","vk-blocks")},React.createElement(ue,{value:i,onChange:function(e){return n({vk_staff_positionColor:e})}})),React.createElement(ae,{label:te("Profile title","vk-blocks")},React.createElement(ue,{value:s,onChange:function(e){return n({vk_staff_profileTitleColor:e})}})),React.createElement(ae,{label:te("Profile text","vk-blocks")},React.createElement(ue,{value:u,onChange:function(e){return n({vk_staff_profileTextColor:e})}})))),React.createElement(ee,{attributes:t,setAttributes:n,className:o,for_:"edit"}))},save:function(e){var t=e.attributes;return React.createElement(ee,{attributes:t,setAttributes:"",className:"",for_:"save"})}});var me=n(0),be=n.n(me),ve=n(1),ke=n.n(ve);function fe(e){return(fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function de(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function ge(e,t){return!t||"object"!==fe(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ye(e){return(ye=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function he(e,t){return(he=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var we=function(e){function t(){return de(this,t),ge(this,ye(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&he(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.unit,o=e.pc,r=e.tablet,l=e.mobile,a=this.props.className;return be.a.createElement("div",{id:t,className:ke()("vk_spacer",a)},be.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:o+n}}),be.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+n}}),be.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:l+n}}))}}])&&_e(n.prototype,o),r&&_e(n,r),t}(be.a.Component);function xe(e){return(xe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ee(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Re(e,t,n){return t&&Ce(e.prototype,t),n&&Ce(e,n),e}function Ne(e,t){return!t||"object"!==xe(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Se(e){return(Se=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Be(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Te(e,t)}function Te(e,t){return(Te=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Oe=function(e){function t(){return Ee(this,t),Ne(this,Se(t).apply(this,arguments))}return Be(t,e),Re(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,o=e.tablet,r=e.mobile;return be.a.createElement("div",{className:"vk_spacer"},be.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),be.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+t}}),be.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:r+t}}))}}]),t}(be.a.Component),Ie=function(e){function t(){return Ee(this,t),Ne(this,Se(t).apply(this,arguments))}return Be(t,e),Re(t,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,o=e.tablet,r=e.mobile,l=this.props.className;return be.a.createElement("div",{className:"".concat(l," vk_spacer")},be.a.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),be.a.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+t}}),be.a.createElement("div",{className:"vk_spacer-display-mobile",style:{height:r+t}}))}}]),t}(be.a.Component),Ae={unit:{type:"string",default:"px"},pc:{type:"number",default:50},tablet:{type:"number",default:10},mobile:{type:"number",default:10}},je=[{attributes:Ae,save:function(e){var t=e.attributes;return be.a.createElement(Ie,{attributes:t})}},{attributes:Ae,save:function(e){var t=e.attributes;return be.a.createElement(Oe,{attributes:t})}}],Pe=function(e,t){return e||0==e?e:t},ze=wp.i18n.__,Me=wp.blocks.registerBlockType,Fe=wp.components,Le=Fe.RangeControl,Ue=Fe.PanelBody,He=Fe.BaseControl,Ve=Fe.SelectControl,De=wp.element.Fragment,$e=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,qe=be.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},be.a.createElement("g",null,be.a.createElement("rect",{x:"108.8",y:"18.7",width:"358.5",height:"40"}),be.a.createElement("rect",{x:"108.8",y:"453.3",width:"358.5",height:"40"}),be.a.createElement("polygon",{points:"171.4,253.2 131.4,253.2 131.4,412.6 290.8,412.6 290.8,372.6 199.7,372.6 404.6,167.7 404.6,258.8 444.6,258.8 444.6,99.4 285.2,99.4 285.2,139.4 376.3,139.4 171.4,344.3 \t"})));Me("vk-blocks/spacer",{title:ze("Responsive Spacer","vk-blocks"),icon:qe,category:"vk-blocks-cat-layout",attributes:{anchor:{type:"string",default:null},unit:{type:"string",default:"px"},pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20}},supports:{className:!1,anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=(t.anchor,t.unit),l=t.pc,a=t.tablet,c=t.mobile;return be.a.createElement(De,null,be.a.createElement($e,null,be.a.createElement(Ue,null,be.a.createElement(Ve,{label:ze("Unit Type","vk-blocks"),value:r,onChange:function(e){return n({unit:e})},options:[{value:"px",label:ze("px","vk-blocks")},{value:"em",label:ze("em","vk-blocks")},{value:"rem",label:ze("rem","vk-blocks")},{value:"vw",label:ze("vw","vk-blocks")}]}),be.a.createElement(He,{label:ze("Height for each device.","vk-blocks")},be.a.createElement(Le,{label:ze("PC","vk-blocks"),value:l,onChange:function(e){return n({pc:Pe(e,l)})},step:.1}),be.a.createElement(Le,{label:ze("Tablet","vk-blocks"),value:a,onChange:function(e){return n({tablet:Pe(e,a)})},step:.1}),be.a.createElement(Le,{label:ze("Mobile","vk-blocks"),value:c,onChange:function(e){return n({mobile:Pe(e,c)})},step:.1})))),be.a.createElement(we,{attributes:t,className:o}))},save:function(e){var t=e.attributes;return be.a.createElement(we,{attributes:t})},deprecated:je});function We(e){return(We="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Je(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ge(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Ye(e,t){return!t||"object"!==We(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ke(e){return(Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Ze(e,t){return(Ze=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Qe=window.lodash.range,Xe=wp.i18n,et=Xe.__,tt=Xe.sprintf,nt=wp.element.Component,ot=wp.components.Toolbar,rt=function(e){function t(){return Je(this,t),Ye(this,Ke(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ze(e,t)}(t,e),n=t,(o=[{key:"createLevelControl",value:function(e,t,n){var o=e===t;return{icon:"heading",title:tt(et("Heading %d"),e),isActive:o,onClick:function(){return n(e)},subscript:String(e)}}},{key:"render",value:function(){var e=this,t=this.props,n=t.minLevel,o=t.maxLevel,r=t.selectedLevel,l=t.onChange;return React.createElement(ot,{controls:Qe(n,o).map((function(t){return e.createLevelControl(t,r,l)}))})}}])&&Ge(n.prototype,o),r&&Ge(n,r),t}(nt);function lt(e){return(lt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function at(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ct(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function it(e,t){return!t||"object"!==lt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function st(e){return(st=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ut(e,t){return(ut=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var pt=wp.element.Component,mt=i.RichText,bt=wp.i18n.__,vt=function(e){function t(){return at(this,t),it(this,st(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ut(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,l=n.title,a=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,m=n.titleStyle,b=n.titleMarginBottom,v=n.outerMarginBottom,k=this.props.setAttributes,f=this.props.for_,d="vk_heading vk_heading-style-".concat(m),_="h"+o;return null!=v&&(e={marginBottom:v+"rem"}),t=null!=b?{color:a,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:a,fontSize:c+"rem",textAlign:r},"edit"===f?React.createElement("div",{className:d,style:e},React.createElement(mt,{tagName:_,value:l,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:bt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(mt,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:bt("Input sub text…","vk-blocks")})}()):"save"===f?React.createElement("div",{className:d,style:e},React.createElement(mt.Content,{tagName:_,value:l,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:bt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(mt.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:bt("Input sub text…","vk-blocks")})}()):void 0}}])&&ct(n.prototype,o),r&&ct(n,r),t}(pt),kt={level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}};function ft(e){return(ft="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function dt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _t(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function gt(e,t){return!t||"object"!==ft(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function yt(e){return(yt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ht(e,t){return(ht=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var wt=i.RichText,xt=wp.i18n.__,Et=function(e){function t(){return dt(this,t),gt(this,yt(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ht(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,l=n.title,a=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,m=n.titleStyle,b=n.titleMarginBottom,v=n.outerMarginBottom,k=this.props.setAttributes,f=this.props.for_,d="vk_heading vk_heading-style-".concat(m),_="h"+o;return null!=v&&(e={marginBottom:v+"rem"}),t=null!=b?{color:a,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:a,fontSize:c+"rem",textAlign:r},"edit"===f?React.createElement("div",{className:d,style:e},React.createElement(wt,{tagName:_,value:l,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:xt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(wt,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:xt("Input sub text…","vk-blocks")})}()):"save"===f?React.createElement("div",{className:d,style:e},React.createElement(wt.Content,{tagName:_,value:l,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:xt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(wt.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:xt("Input sub text…","vk-blocks")})}()):void 0}}])&&_t(n.prototype,o),r&&_t(n,r),t}(wp.element.Component);function Ct(e){return(Ct="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Rt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nt(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function St(e,t){return!t||"object"!==Ct(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Bt(e){return(Bt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Tt(e,t){return(Tt=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ot(e){throw new Error('"'+e+'" is read-only')}var It=wp.element,At=It.Fragment,jt=It.Component,Pt=i.RichText,zt=wp.i18n.__;var Mt=[{attributes:kt,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags-a181b726-7749-4bd8-9887-0306c0bc7bd5"},React.createElement(Et,{attributes:t,for_:"save"}))}},{attributes:kt,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags--1"},React.createElement(Et,{attributes:t,for_:"save"}))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(Ft,{attributes:t,className:n,for_:"save"})}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,o=t.align,r=t.title,l=t.titleColor,a=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,m=t.titleMarginBottom,b=t.outerMarginBottom,v="h"+n;return React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:b+"rem"}},React.createElement(Pt.Content,{tagName:v,value:r,style:{color:l,fontSize:a+"rem",textAlign:o,marginBottom:m+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(Pt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}())}},{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes,n=t.heading1,o=t.heading2,r=t.heading3,l=t.content1,a=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,m=t.urlOpenType2,b=t.urlOpenType3,v=t.icon1,k=t.icon2,f=t.icon3,d=t.color1,_=t.color2,g=t.color3,y=t.bgType1,h=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3;return React.createElement("article",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:i,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},x?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+x+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:x,alt:""})):(d||(Ot("color1"),d="#0693e3"),"0"===y?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:d,border:"1px solid ".concat(d)}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+d}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:d}}))),React.createElement(Pt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),React.createElement(Pt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:l}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:s,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},E?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+E+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:E,alt:""})):(_||(Ot("color2"),_="#0693e3"),"0"===h?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},React.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:_}}))),React.createElement(Pt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:o}),React.createElement(Pt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:a}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:b?"_blank":"_self",className:"vk_prBlocks_item_link"},C?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:C,alt:""})):(g||(Ot("color3"),g="#0693e3"),"0"===w?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:g,border:"1px solid ".concat(g)}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+g}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:g}}))),React.createElement(Pt.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:r}),React.createElement(Pt.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number",default:null},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,o=t.align,r=t.title,l=t.titleColor,a=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,m=t.titleMarginBottom,b=t.outerMarginBottom,v="h"+n;return React.createElement(At,null,null==b?React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p)},React.createElement(Pt.Content,{tagName:v,value:r,style:{color:l,fontSize:a+"rem",textAlign:o},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(Pt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()):React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:b+"rem"}},React.createElement(Pt.Content,{tagName:v,value:r,style:{color:l,fontSize:a+"rem",textAlign:o,marginBottom:m+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(Pt.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()))}}],Ft=function(e){function t(){return Rt(this,t),St(this,Bt(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Tt(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e,t,n=this.props.attributes,o=n.level,r=n.align,l=n.title,a=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,m=n.titleStyle,b=n.titleMarginBottom,v=n.outerMarginBottom,k=this.props.setAttributes,f=this.props.className,d=(this.props.for_,ke()(f,"vk_heading vk_heading-style-".concat(m))),_="h"+o;return null!=v&&(e={marginBottom:v+"rem"}),t=null!=b?{color:a,fontSize:c+"rem",marginBottom:b+"rem",textAlign:r}:{color:a,fontSize:c+"rem",textAlign:r},React.createElement("div",{className:d,style:e},React.createElement(Pt.Content,{tagName:_,value:l,onChange:function(e){return k({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:zt("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Pt.Content,{tagName:"p",value:i,onChange:function(e){return k({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:zt("Input sub text…","vk-blocks")})}())}}])&&Nt(n.prototype,o),r&&Nt(n,r),t}(jt),Lt=wp.i18n.__,Ut=wp.blocks.registerBlockType,Ht=wp.components,Vt=Ht.RangeControl,Dt=Ht.PanelBody,$t=Ht.RadioControl,qt=Ht.SelectControl,Wt=wp.element.Fragment,Jt=i.InspectorControls,Gt=i.ColorPalette,Yt=i.BlockControls,Kt=i.AlignmentToolbar,Zt=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("g",null,React.createElement("path",{d:"M242.1,366.7l0-281.4l-212.6,0l0-77.1l516.6,0v77.1l-213.2,0l0,281.4H242.1z"})),React.createElement("g",null,React.createElement("path",{d:"M33,467.3l30.8-1.9c0.7,5,2,8.8,4.1,11.4c3.3,4.2,8.1,6.4,14.3,6.4c4.6,0,8.2-1.1,10.7-3.3c2.5-2.2,3.8-4.7,3.8-7.5 c0-2.7-1.2-5.1-3.6-7.3c-2.4-2.1-7.9-4.2-16.6-6.1c-14.2-3.2-24.3-7.4-30.4-12.7c-6.1-5.3-9.1-12-9.1-20.2 c0-5.4,1.6-10.5,4.7-15.3c3.1-4.8,7.8-8.6,14.1-11.3c6.3-2.7,14.8-4.1,25.8-4.1c13.4,0,23.6,2.5,30.6,7.5c7,5,11.2,12.9,12.5,23.8 l-30.5,1.8c-0.8-4.7-2.5-8.1-5.1-10.3c-2.6-2.1-6.2-3.2-10.8-3.2c-3.8,0-6.6,0.8-8.5,2.4c-1.9,1.6-2.9,3.5-2.9,5.8 c0,1.7,0.8,3.2,2.4,4.5c1.5,1.4,5.1,2.7,10.9,3.9c14.1,3,24.3,6.1,30.4,9.3c6.1,3.1,10.6,7,13.4,11.6c2.8,4.6,4.2,9.8,4.2,15.5 c0,6.7-1.9,12.9-5.6,18.6c-3.7,5.7-8.9,10-15.6,12.9c-6.7,2.9-15.1,4.4-25.2,4.4c-17.8,0-30.2-3.4-37-10.3 C37.8,486.6,33.9,477.8,33,467.3z"}),React.createElement("path",{d:"M215,501.9h-27.2v-12.3c-4,5-8.1,8.6-12.3,10.8c-4.1,2.1-9.2,3.2-15.2,3.2c-8,0-14.3-2.4-18.8-7.2 c-4.5-4.8-6.8-12.2-6.8-22.1V426H164v41.7c0,4.8,0.9,8.1,2.6,10.1c1.8,2,4.2,3,7.4,3c3.5,0,6.3-1.3,8.5-4 c2.2-2.7,3.3-7.5,3.3-14.4V426H215V501.9z"}),React.createElement("path",{d:"M225.5,397.2h29.4v36.3c2.9-3,6.2-5.3,9.9-6.9c3.7-1.5,7.8-2.3,12.3-2.3c9.2,0,16.9,3.3,22.9,10 c6.1,6.6,9.1,16.2,9.1,28.6c0,8.3-1.4,15.6-4.1,21.9c-2.8,6.3-6.6,11-11.5,14.1c-4.9,3.1-10.3,4.7-16.3,4.7c-5.1,0-9.8-1.1-14-3.3 c-3.2-1.7-6.7-4.9-10.4-9.6v11.2h-27.2V397.2z M254.6,463.8c0,6.5,1.2,11.3,3.7,14.2c2.5,2.9,5.6,4.4,9.3,4.4 c3.5,0,6.4-1.4,8.8-4.3c2.4-2.9,3.5-7.7,3.5-14.5c0-6-1.2-10.4-3.5-13.2c-2.3-2.8-5.1-4.2-8.4-4.2c-4,0-7.2,1.5-9.7,4.4 C255.9,453.4,254.6,457.8,254.6,463.8z"}),React.createElement("path",{d:"M304.4,397.2h98.4V423h-33v78.9h-32.4V423h-33V397.2z"}),React.createElement("path",{d:"M395.8,426h34.5l12,21.2l14-21.2h32.1l-25.9,36.2l27.7,39.7h-33.9l-14-24.4l-16.5,24.4h-31.5l27.6-39.7L395.8,426z"}),React.createElement("path",{d:"M530.6,397.2V426h16v21.3h-16v26.9c0,3.2,0.3,5.4,0.9,6.4c1,1.6,2.6,2.4,5,2.4c2.1,0,5.1-0.6,9-1.9l2.1,20.1 c-7.2,1.6-13.9,2.4-20.1,2.4c-7.2,0-12.6-0.9-16-2.8c-3.4-1.9-6-4.7-7.6-8.5s-2.5-9.9-2.5-18.4v-26.7h-10.7V426h10.7v-13.9 L530.6,397.2z"}))));Ut("vk-blocks/heading",{title:Lt("Heading","vk-blocks"),icon:Zt,category:"vk-blocks-cat",attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:""},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},supports:{className:!0,customClassName:!0,anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.level,l=t.align,a=(t.title,t.titleColor),c=t.titleSize,i=(t.subText,t.subTextFlag),s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,m=t.titleMarginBottom,b=t.outerMarginBottom,v=function(e){switch(n({level:e}),e){case 1:n({titleSize:3.6});break;case 2:n({titleSize:2.8});break;case 3:n({titleSize:2.2});break;case 4:n({titleSize:2});break;case 5:n({titleSize:1.8});break;case 6:n({titleSize:1.6})}};return React.createElement(Wt,null,React.createElement(Yt,null,React.createElement(rt,{minLevel:2,maxLevel:5,selectedLevel:r,onChange:v})),React.createElement(Jt,null,React.createElement(Dt,{title:Lt("Style Settings","vk-blocks")},React.createElement(qt,{label:Lt("Heading style","vk-blocks"),value:p,onChange:function(e){return n({titleStyle:e})},options:[{label:Lt("Default","vk-blocks"),value:"default"},{label:Lt("Plain","vk-blocks"),value:"plain"}]}),React.createElement("label",null,Lt("Margin bottom size (rem)","vk-blocks")),React.createElement(Vt,{value:b,onChange:function(e){n({outerMarginBottom:Pe(e,b)})},min:-1,max:8,step:.1})),React.createElement(Dt,{title:Lt("Heading Settings","vk-blocks")},React.createElement("label",null,Lt("Level","vk-blocks")),React.createElement(rt,{minLevel:1,maxLevel:7,selectedLevel:r,onChange:v}),React.createElement("p",null,Lt("Text Alignment")),React.createElement(Kt,{value:l,onChange:function(e){n({align:e})}}),React.createElement("label",null,Lt("Text size (rem)","vk-blocks")),React.createElement(Vt,{value:c,onChange:function(e){n({titleSize:Pe(e,c)})},min:.5,max:4,step:.1}),React.createElement("label",null,Lt("Heading margin bottom size (rem)","vk-blocks")),React.createElement(Vt,{value:m,onChange:function(e){n({titleMarginBottom:Pe(e,m)})},min:-1,max:3,step:.1}),React.createElement(Gt,{value:a,onChange:function(e){return n({titleColor:e})}})),React.createElement(Dt,{title:Lt("Sub Text Settings","vk-blocks")},React.createElement($t,{label:Lt("Position","vk-blocks"),selected:i,options:[{label:Lt("Display","vk-blocks"),value:"on"},{label:Lt("Hide","vk-blocks"),value:"off"}],onChange:function(e){return n({subTextFlag:e})}}),React.createElement("label",null,Lt("Text size (rem)","vk-blocks")),React.createElement(Vt,{value:u,onChange:function(e){n({subTextSize:Pe(e,u)})},min:.5,max:3,step:.1}),React.createElement(Gt,{value:s,onChange:function(e){return n({subTextColor:e})}}))),React.createElement("div",{className:o},React.createElement(vt,{attributes:t,setAttributes:n,for_:"edit"})))},save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n},React.createElement(vt,{attributes:t,for_:"save"}))},deprecated:Mt});var Qt=i.RichText,Xt=[{attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},save:function(e){var t=e.attributes,n=t.style,o=t.content;return React.createElement("div",{className:"alert alert-".concat(n)},React.createElement(Qt.Content,{tagName:"p",value:o}))}}],en=wp.i18n.__,tn=wp.blocks.registerBlockType,nn=wp.components,on=nn.PanelBody,rn=nn.SelectControl,ln=i.InspectorControls,an=i.RichText,cn=wp.element.Fragment;tn("vk-blocks/alert",{title:en("Alert","vk-blocks"),icon:"info",category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.style,l=t.content;return React.createElement(cn,null,React.createElement(ln,null,React.createElement(on,{title:en("Style Settings","vk-blocks")},React.createElement(rn,{value:r,onChange:function(e){return n({style:e})},options:[{label:en("Success","vk-blocks"),value:"success"},{label:en("Info","vk-blocks"),value:"info"},{label:en("Warning","vk-blocks"),value:"warning"},{label:en("Danger","vk-blocks"),value:"danger"}]}))),React.createElement("div",{className:"".concat(o," alert alert-").concat(r)},React.createElement(an,{tagName:"p",onChange:function(e){n({content:e})},value:l})))},save:function(e){var t=e.attributes,n=e.className,o=t.style,r=t.content;return React.createElement("div",{className:"".concat(n," alert alert-").concat(o)},React.createElement(an.Content,{tagName:"p",value:r}))},deprecated:Xt});var sn=wp.i18n.__,un=wp.blocks.registerBlockType,pn=wp.components,mn=(pn.RangeControl,pn.RadioControl),bn=pn.PanelBody,vn=pn.Button,kn=wp.element.Fragment,fn=i.RichText,dn=i.InspectorControls,_n=i.MediaUpload,gn=i.ColorPalette,yn=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z"}));function hn(e){return(hn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function wn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function En(e,t){return!t||"object"!==hn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Cn(e){return(Cn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Rn(e,t){return(Rn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}un("vk-blocks/balloon",{title:sn("Ballon","vk-blocks"),icon:yn,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,n=e.className,o=e.setAttributes,r=t.content,l=t.balloonName,a=t.balloonType,c=t.balloonBgColor,i=t.balloonAlign,s=t.IconImage;return React.createElement(kn,null,React.createElement(dn,null,React.createElement(bn,{title:sn("Balloon setting","vk-blocks")},React.createElement(mn,{label:sn("Position","vk-blocks"),help:sn("Please specify the layout of the balloon.","vk-blocks"),selected:i,options:[{label:sn("Left","vk-blocks"),value:"position-left"},{label:sn("Right","vk-blocks"),value:"position-right"}],onChange:function(e){return o({balloonAlign:e})}}),React.createElement(mn,{label:sn("Type","vk-blocks"),help:sn("Please select the type of balloon.","vk-blocks"),selected:a,options:[{label:sn("Serif","vk-blocks"),value:"type-serif"},{label:sn("Thinking","vk-blocks"),value:"type-think"}],onChange:function(e){return o({balloonType:e})}}),React.createElement(gn,{value:c,onChange:function(e){return o({balloonBgColor:e})}}))),React.createElement("div",{className:"".concat(n," vk_balloon vk_balloon-").concat(i," vk_balloon-").concat(a)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(_n,{onSelect:function(e){return o({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image",value:s,render:function(e){var t=e.open;return React.createElement(vn,{onClick:t,className:s?"image-button":"button button-large"},s?React.createElement("img",{className:"vk_balloon_icon_image",src:s,alt:sn("Upload image","vk-blocks")}):sn("Select image","vk-blocks"))}}),React.createElement(fn,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return o({balloonName:e})},value:l,placeholder:sn("Icon Name","vk-blocks")})),React.createElement(fn,{style:{background:c,border:c},tagName:"p",className:"vk_balloon_content",onChange:function(e){return o({content:e})},value:r,placeholder:sn("Input text","vk-blocks")})))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.balloonName,r=t.balloonType,l=t.balloonBgColor,a=t.balloonAlign,c=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(a," vk_balloon-").concat(r)},React.createElement("div",{className:"vk_balloon_icon"},c?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:c,alt:""}),React.createElement(fn.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:o})):""),React.createElement(fn.Content,{className:"vk_balloon_content",style:{background:l,border:l},tagName:"p",value:n}))}});var Nn=function(e){function t(){return wn(this,t),En(this,Cn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Rn(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,l=this.props.lbUrl,a=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",m={},b="",v="";return m=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),m=null):m={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),m=null):m={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),m=null):m={color:e}),p="".concat(p," btn-").concat(r),"block"===o&&(p="".concat(p," btn-block")),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(v=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:l,id:"vk_button_link",style:m,className:p,role:"button","aria-pressed":!0,target:a?"_blank":null,rel:"noopener noreferrer"},b,s,v,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&xn(n.prototype,o),r&&xn(n,r),t}(wp.element.Component);function Sn(e){return(Sn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Bn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Tn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function On(e,t){return!t||"object"!==Sn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function In(e){return(In=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function An(e,t){return(An=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var jn=function(e){function t(){return Bn(this,t),On(this,In(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&An(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,l=this.props.lbUrl,a=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},m="",b="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(r),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(r," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(r," btn-outline-").concat(t),p=null)),"block"===o&&(u="".concat(u," btn-block")),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:l,className:u,role:"button","aria-pressed":!0,style:p,target:a?"_blank":null},m,s,b)}}])&&Tn(n.prototype,o),r&&Tn(n,r),t}(wp.element.Component);function Pn(e){return(Pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function zn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Mn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Fn(e,t){return!t||"object"!==Pn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ln(e){return(Ln=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Un(e,t){return(Un=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Hn=function(e){function t(){return zn(this,t),Fn(this,Ln(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Un(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,l=this.props.lbUrl,a=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},m="",b="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(r),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(r," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(r," btn-outline-").concat(t),p=null)),"block"===o&&(u="".concat(u," btn-block")),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:l,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:p,target:a?"_blank":null},m,s,b)}}])&&Mn(n.prototype,o),r&&Mn(n,r),t}(wp.element.Component);function Vn(e){return(Vn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $n(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function qn(e,t){return!t||"object"!==Vn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Wn(e){return(Wn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Jn(e,t){return(Jn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Gn=function(e){function t(){return Dn(this,t),qn(this,Wn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Jn(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,l=this.props.lbUrl,a=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",m={},b="",v="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(r),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(r," btn-").concat(t),m=null):"1"===n&&(p="".concat(p," btn-").concat(r," btn-outline-").concat(t),m=null)),"block"===o&&(p="".concat(p," btn-block")),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(v=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:l,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:m,target:a?"_blank":null,rel:"noopener noreferrer"},b,s,v,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&$n(n.prototype,o),r&&$n(n,r),t}(wp.element.Component);function Yn(e){return(Yn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Kn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zn(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Qn(e,t){return!t||"object"!==Yn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Xn(e){return(Xn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function eo(e,t){return(eo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var to=function(e){function t(){return Kn(this,t),Qn(this,Xn(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&eo(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,r=this.props.lbSize,l=this.props.lbUrl,a=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",m={},b="",v="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(r),"0"===n?m={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(m={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(r," btn-").concat(t),m=null):"1"===n&&(p="".concat(p," btn-").concat(r," btn-outline-").concat(t),m=null)),"block"===o&&(p="".concat(p," btn-block")),c&&(b=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(v=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:l,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:m,target:a?"_blank":null},b,s,v,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Zn(n.prototype,o),r&&Zn(n,r),t}(wp.element.Component),no=i.RichText,oo=[{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,o=t.buttonUrl,r=t.buttonTarget,l=t.buttonSize,a=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,m="";return i?m="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(m="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:m},React.createElement(jn,{lbColorCustom:i,lbColor:c,lbType:a,lbAlign:s,lbSize:l,lbUrl:o,lbTarget:r,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(no.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,o=t.buttonUrl,r=t.buttonTarget,l=t.buttonSize,a=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,m="";return i?m="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(m="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:m},React.createElement(Hn,{lbColorCustom:i,lbColor:c,lbType:a,lbAlign:s,lbSize:l,lbUrl:o,lbTarget:r,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(no.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.subCaption,r=t.buttonUrl,l=t.buttonTarget,a=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return s?b="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(b="vk_button vk_button-align-".concat(u)),React.createElement("div",{className:b},React.createElement(Gn,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:a,lbUrl:r,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(no.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.subCaption,r=t.buttonUrl,l=t.buttonTarget,a=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return s?b="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(b="vk_button vk_button-align-".concat(u)),React.createElement("div",{className:b},React.createElement(to,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:a,lbUrl:r,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(no.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=e.className,o=t.content,r=t.subCaption,l=t.buttonUrl,a=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,m=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,v="";return u?v="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(v="vk_button vk_button-align-".concat(p)),n&&(v=n+" "+v),React.createElement("div",{className:v},React.createElement(Nn,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:l,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:b,lbsubCaption:r,lbRichtext:React.createElement(no.Content,{tagName:"span",className:"vk_button_link_txt",value:o})}))}}],ro=wp.i18n.__,lo=wp.blocks.registerBlockType,ao=wp.components,co=ao.RadioControl,io=ao.PanelBody,so=ao.BaseControl,uo=ao.CheckboxControl,po=ao.TextControl,mo=ao.Dashicon,bo=ao.ButtonGroup,vo=ao.Button,ko=wp.element.Fragment,fo=i.RichText,_o=i.InspectorControls,go=i.ColorPalette,yo=i.URLInput,ho=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("path",{d:"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8 c15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z"})),React.createElement("g",null,React.createElement("path",{d:"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5 c6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2 c-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6 c-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9 c-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z"}),React.createElement("path",{d:"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4 v-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z"}),React.createElement("path",{d:"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L282.4,206.9z"}),React.createElement("path",{d:"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L330.2,206.9z"}),React.createElement("path",{d:"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2 c0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2 c0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z"}),React.createElement("path",{d:"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27 V265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z"})));lo("vk-blocks/button",{title:ro("Button","vk-blocks"),icon:ho,category:"vk-blocks-cat",attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},edit:function(e){var t,n=e.attributes,o=e.className,r=e.setAttributes,l=e.isSelected,a=n.content,c=n.subCaption,i=n.buttonUrl,s=n.buttonTarget,u=n.buttonSize,p=n.buttonType,m=n.buttonColor,b=n.buttonColorCustom,v=n.buttonAlign,k=n.fontAwesomeIconBefore,f=n.fontAwesomeIconAfter;return t=b?"vk_button vk_button-align-".concat(v," vk_button-color-custom"):"vk_button vk_button-align-".concat(v),t=o?"".concat(o," vk_button vk_button-align-").concat(v," vk_button-color-custom"):"".concat(o," vk_button vk_button-align-").concat(v),React.createElement(ko,null,React.createElement(_o,null,React.createElement(io,{title:ro("Button setting","vk-blocks")},React.createElement(po,{label:ro("Sub Caption","vk-blocks"),value:c,onChange:function(e){return r({subCaption:e})},placeholder:"Sub Caption"}),React.createElement(uo,{label:ro("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return r({buttonTarget:e})}}),React.createElement("h4",{className:"mt-0 mb-2"},ro("Button Size:","vk-blocks")),React.createElement(bo,{className:"mb-3"},React.createElement(vo,{isSmall:!0,isPrimary:"lg"===u,isSecondary:"lg"!==u,onClick:function(){return r({buttonSize:"lg"})}},ro("Large","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"md"===u,isSecondary:"md"!==u,onClick:function(){return r({buttonSize:"md"})}},ro("Normal","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"sm"===u,isSecondary:"sm"!==u,onClick:function(){return r({buttonSize:"sm"})}},ro("Small","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},ro("Button Position:","vk-blocks")),React.createElement(bo,{className:"mb-3"},React.createElement(vo,{isSmall:!0,isPrimary:"left"===v,isSecondary:"left"!==v,onClick:function(){return r({buttonAlign:"left"})}},ro("Left","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"center"===v,isSecondary:"center"!==v,onClick:function(){return r({buttonAlign:"center"})}},ro("Center","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"right"===v,isSecondary:"right"!==v,onClick:function(){return r({buttonAlign:"right"})}},ro("Right","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"wide"===v,isSecondary:"wide"!==v,onClick:function(){return r({buttonAlign:"wide"})}},ro("Wide","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"block"===v,isSecondary:"block"!==v,onClick:function(){return r({buttonAlign:"block"})}},ro("Block","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},ro("Button Style:","vk-blocks")),React.createElement(bo,{className:"mb-2"},React.createElement(vo,{isSmall:!0,isPrimary:"0"===p,isSecondary:"0"!==p,onClick:function(){return r({buttonType:"0"})}},ro("Solid color","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"1"===p,isSecondary:"1"!==p,onClick:function(){return r({buttonType:"1"})}},ro("No background","vk-blocks")),React.createElement(vo,{isSmall:!0,isPrimary:"2"===p,isSecondary:"2"!==p,onClick:function(){return r({buttonType:"2"})}},ro("Text only","vk-blocks"))),React.createElement("p",{className:"mb-3"},ro('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),React.createElement(co,{label:ro("Default Color:","vk-blocks"),selected:m,options:[{label:ro("Primary","vk-blocks"),value:"primary"},{label:ro("Secondary","vk-blocks"),value:"secondary"},{label:ro("Success","vk-blocks"),value:"success"},{label:ro("Info","vk-blocks"),value:"info"},{label:ro("Warning","vk-blocks"),value:"warning"},{label:ro("Danger","vk-blocks"),value:"danger"},{label:ro("Light","vk-blocks"),value:"light"},{label:ro("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return r({buttonColor:e})}}),React.createElement(so,{label:ro("Custom Color","vk-blocks"),help:ro("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},React.createElement(go,{value:b,onChange:function(e){return r({buttonColorCustom:e})}})),React.createElement(so,{label:ro("Font Awesome:","vk-blocks"),help:React.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},ro("Font Awesome icon list","vk-blocks"))},React.createElement(po,{label:ro("Before text","vk-blocks"),help:ro("Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right","vk-blocks"),value:k,onChange:function(e){return r({fontAwesomeIconBefore:e})},placeholder:"fas fa-arrow-circle-right"}),React.createElement(po,{label:ro("After text","vk-blocks"),help:ro("Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt","vk-blocks"),value:f,onChange:function(e){return r({fontAwesomeIconAfter:e})},placeholder:"fas fa-external-link-alt"})))),React.createElement("div",{className:t},React.createElement(Nn,{lbColorCustom:b,lbColor:m,lbType:p,lbAlign:v,lbSize:u,lbFontAwesomeIconBefore:k,lbFontAwesomeIconAfter:f,lbsubCaption:c,lbRichtext:React.createElement(fo,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return r({content:e})},value:a,placeholder:ro("Input text","vk-blocks"),allowedFormats:["bold","italic","strikethrough"],isSelected:!0})}),l&&React.createElement("form",{className:"block-library-button__inline-link",onSubmit:function(e){return e.preventDefault()}},React.createElement(mo,{icon:"admin-links"}),React.createElement(yo,{value:i,onChange:function(e){return r({buttonUrl:e})}}),React.createElement(vo,{icon:"editor-break",label:ro("Apply","vk-blocks"),type:"submit"}))))},save:function(e){var t=e.attributes,n=e.className,o=t.content,r=t.subCaption,l=t.buttonUrl,a=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,m=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter,v="";return u?v="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(v="vk_button vk_button-align-".concat(p)),n&&(v=n+" "+v),React.createElement("div",{className:v},React.createElement(Nn,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:l,lbTarget:a,lbFontAwesomeIconBefore:m,lbFontAwesomeIconAfter:b,lbsubCaption:r,lbRichtext:React.createElement(fo.Content,{tagName:"span",className:"vk_button_link_txt",value:o})}))},deprecated:oo});var wo=i.RichText,xo=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=t.heading,o=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(wo.Content,{tagName:"dt",className:"vk_faq_title",value:n}),React.createElement(wo.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}}],Eo=wp.i18n.__,Co=wp.blocks.registerBlockType,Ro=i.RichText,No=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14 c-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9 c0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6 C199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1 c-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4 c3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7 C130.1,159.1,132.3,160.5,134.6,161.9z"}),React.createElement("path",{d:"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3 H125.9z"}),React.createElement("path",{d:"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,231.8,563.9,239.9,553.9,239.9z"}),React.createElement("path",{d:"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,475.4,563.9,483.5,553.9,483.5z"}));Co("vk-blocks/faq",{title:Eo("FAQ","vk-blocks"),icon:No,category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},supports:{anchor:!0},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=t.heading,l=t.content;return React.createElement("dl",{className:"".concat(o," vk_faq")},React.createElement(Ro,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return n({heading:e})},value:r,placeholder:Eo("Please enter a question.","vk-blocks")}),React.createElement(Ro,{tagName:"dd",className:"vk_faq_content",onChange:function(e){return n({content:e})},value:l,placeholder:Eo("Please enter a answer.","vk-blocks")}))},save:function(e){var t=e.attributes,n=e.className,o=t.heading,r=t.content;return React.createElement("dl",{className:"".concat(n," vk_faq")},React.createElement(Ro.Content,{tagName:"dt",className:"vk_faq_title",value:o}),React.createElement(Ro.Content,{tagName:"dd",className:"vk_faq_content",value:r}))},deprecated:xo});var So=i.RichText,Bo=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.heading,o=t.content,r=t.insertImage,l=t.arrowFlag;return React.createElement("div",{className:"".concat(l," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(So.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(So.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:o})),r?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:r,alt:""})):""))}}],To=wp.i18n.__,Oo=wp.blocks.registerBlockType,Io=wp.components,Ao=Io.RadioControl,jo=Io.PanelBody,Po=Io.Button,zo=wp.element.Fragment,Mo=i.RichText,Fo=i.InspectorControls,Lo=i.MediaUpload;function Uo(e){return(Uo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ho(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Vo(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Do(e,t){return!t||"object"!==Uo(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function $o(e){return($o=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function qo(e,t){return(qo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}Oo("vk-blocks/flow",{title:To("Flow","vk-blocks"),icon:"arrow-down",category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=e.className,r=e.clientId,l=t.heading,a=t.content,c=t.insertImage,i=t.arrowFlag;return React.createElement(zo,null,React.createElement(Fo,null,React.createElement(jo,{title:To("Display of arrow","vk-blocks")},React.createElement(Ao,{selected:i,options:[{label:To("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:To("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return n({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(o," ").concat(i," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Mo,{key:"".concat(r,"2"),tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return n({heading:e})},value:l,placeholder:To("Input title","vk-blocks")}),React.createElement(Mo,{key:"".concat(r,"3"),tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return n({content:e})},value:a,placeholder:To("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(Lo,{onSelect:function(e){return n({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:c,render:function(e){var t=e.open;return React.createElement(Po,{onClick:t,className:c?"image-button":"button button-large"},c?React.createElement("img",{className:"icon-image",src:c,alt:To("Upload image","vk-blocks")}):To("Select image","vk-blocks"))}})))))},save:function(e){var t=e.attributes,n=e.className,o=t.heading,r=t.content,l=t.insertImage,a=t.arrowFlag;return React.createElement("div",{className:"".concat(n," ").concat(a," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Mo.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:o}),React.createElement(Mo.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),l?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:l,alt:""})):""))},deprecated:Bo});var Wo=wp.i18n.__,Jo=wp.element.Component,Go=i.RichText,Yo=function(e){function t(){return Ho(this,t),Do(this,$o(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qo(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,o=t.heading2,r=t.heading3,l=t.content1,a=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,m=t.urlOpenType2,b=t.urlOpenType3,v=t.icon1,k=t.icon2,f=t.icon3,d=t.color1,_=t.color2,g=t.color3,y=t.bgType1,h=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,B=[n,o,r],T=[l,a,c],O=[i,s,u],I=[p,m,b],A=[v,k,f],j=[d,_,g],P=[y,h,w],z=[x,E,C],M="",F="",L=z[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url(".concat(z[S],")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:z[S],alt:""})):(j[S]||(j[S]="#0693e3"),"0"===P[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[S],border:"1px solid ".concat(j[S])}},React.createElement("i",{className:"".concat(A[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[S]}},React.createElement("i",{className:"".concat(A[S]," vk_prBlocks_item_icon"),style:{color:j[S]}})));return"edit"===R?1===N?(M=React.createElement(Go,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(t){return e({heading1:t})},value:n,placeholder:Wo("Input Title","vk-blocks")}),F=React.createElement(Go,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:l,placeholder:Wo("Input Content","vk-blocks")})):2===N?(M=React.createElement(Go,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(t){return e({heading2:t})},value:o,placeholder:Wo("Input Title","vk-blocks")}),F=React.createElement(Go,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:a,placeholder:Wo("Input Content","vk-blocks")})):3===N&&(M=React.createElement(Go,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(t){return e({heading3:t})},value:r,placeholder:Wo("Input Title","vk-blocks")}),F=React.createElement(Go,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Wo("Input Content","vk-blocks")})):"save"===R&&(M=React.createElement(Go.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h1",value:B[S]}),F=React.createElement(Go.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:T[S]})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:O[S],target:I[S]?"_blank":"_self",className:"vk_prBlocks_item_link",rel:"noopener noreferrer"},L,M,F))}}])&&Vo(n.prototype,o),r&&Vo(n,r),t}(Jo);function Ko(e){throw new Error('"'+e+'" is read-only')}wp.i18n.__;var Zo=i.RichText;var Qo=[{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h3.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes,n=t.heading1,o=t.heading2,r=t.heading3,l=t.content1,a=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,m=t.urlOpenType2,b=t.urlOpenType3,v=t.icon1,k=t.icon2,f=t.icon3,d=t.color1,_=t.color2,g=t.color3,y=t.bgType1,h=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:i,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},x?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+x+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:x,alt:""})):(d||(Ko("color1"),d="#0693e3"),"0"===y?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:d,border:"1px solid ".concat(d)}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+d}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:d}}))),React.createElement(Zo.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),React.createElement(Zo.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:l}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:s,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},E?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+E+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:E,alt:""})):(_||(Ko("color2"),_="#0693e3"),"0"===h?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},React.createElement("i",{className:"".concat(k," vk_prBlocks_item_icon"),style:{color:_}}))),React.createElement(Zo.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:o}),React.createElement(Zo.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:a}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:b?"_blank":"_self",className:"vk_prBlocks_item_link"},C?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:C,alt:""})):(g||(Ko("color3"),g="#0693e3"),"0"===w?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:g,border:"1px solid ".concat(g)}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+g}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:g}}))),React.createElement(Zo.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:r}),React.createElement(Zo.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}},{attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),save:function(e){var t=e.attributes;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement(Yo,{attributes:t,blockNum:1,for_:"save"}),React.createElement(Yo,{attributes:t,blockNum:2,for_:"save"}),React.createElement(Yo,{attributes:t,blockNum:3,for_:"save"}))}}];function Xo(e){return(Xo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var er=function(e){if("string"==typeof e){try{JSON.parse(e)}catch(e){return!0}return!1}return"object"!==Xo(e)||Array.isArray(e)};function tr(e){return(tr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function nr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function rr(e,t){return!t||"object"!==tr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function lr(e){return(lr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ar(e,t){return(ar=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var cr=wp.i18n.__,ir=wp.element.Component,sr=i.RichText,ur=function(e){function t(){return nr(this,t),rr(this,lr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ar(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,o=t.heading2,r=t.heading3,l=t.content1,a=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,m=t.urlOpenType2,b=t.urlOpenType3,v=t.icon1,k=t.icon2,f=t.icon3,d=t.color1,_=t.color2,g=t.color3,y=t.bgType1,h=t.bgType2,w=t.bgType3,x=t.insertImage1,E=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,B=[n,o,r],T=[l,a,c],O=[i,s,u],I=[p,m,b],A=[v,k,f],j=[d,_,g],P=[y,h,w],z=[x,E,C],M="",F="",L=function(e){var t=e[S];if(er(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(t);return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},U=z[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:L(z)},function(e){if(er(e))return React.createElement("img",{src:e,alt:""});var t=JSON.parse(e);return React.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(z[S])):(j[S]||(j[S]="#0693e3"),"0"===P[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[S],border:"1px solid ".concat(j[S])}},React.createElement("i",{className:"".concat(A[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[S]}},React.createElement("i",{className:"".concat(A[S]," vk_prBlocks_item_icon"),style:{color:j[S]}})));return"edit"===R?1===N?(M=React.createElement(sr,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:cr("Input Title","vk-blocks")}),F=React.createElement(sr,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:l,placeholder:cr("Input Content","vk-blocks")})):2===N?(M=React.createElement(sr,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:o,placeholder:cr("Input Title","vk-blocks")}),F=React.createElement(sr,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:a,placeholder:cr("Input Content","vk-blocks")})):3===N&&(M=React.createElement(sr,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:r,placeholder:cr("Input Title","vk-blocks")}),F=React.createElement(sr,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:cr("Input Content","vk-blocks")})):"save"===R&&(M=React.createElement(sr.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:B[S]}),F=React.createElement(sr.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:T[S]})),O[S]&&"save"===R?React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:O[S],className:"vk_prBlocks_item_link",target:I[S]?"_blank":"_self",rel:"noopener noreferrer"},U,M,F)):React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},U,M,F)}}])&&or(n.prototype,o),r&&or(n,r),t}(ir),pr=wp.i18n.__,mr=wp.blocks.registerBlockType,br=wp.components,vr=br.RadioControl,kr=br.PanelBody,fr=br.Button,dr=br.BaseControl,_r=br.CheckboxControl,gr=br.TextControl,yr=wp.element.Fragment,hr=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,wr=hr.InspectorControls,xr=hr.MediaUpload,Er=hr.ColorPalette,Cr=be.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},be.a.createElement("g",null,be.a.createElement("g",null,be.a.createElement("circle",{cx:"288",cy:"186.2",r:"60"}),be.a.createElement("rect",{x:"213.5",y:"278.8",width:"149",height:"107"})),be.a.createElement("g",null,be.a.createElement("circle",{cx:"74.5",cy:"186.2",r:"60"}),be.a.createElement("rect",{y:"278.8",width:"149",height:"107"})),be.a.createElement("g",null,be.a.createElement("circle",{cx:"501.5",cy:"186.2",r:"60"}),be.a.createElement("rect",{x:"427",y:"278.8",width:"149",height:"107"}))));mr("vk-blocks/pr-blocks",{title:pr("PR Blocks","vk-blocks"),icon:Cr,category:"vk-blocks-cat",attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:".vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:""},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:""};return t}(4),edit:function(e){var t,n=e.attributes,o=e.setAttributes,r=e.className,l=(n.heading1,n.heading2,n.heading3,n.content1,n.content2,n.content3,n.url1),a=n.url2,c=n.url3,i=n.urlOpenType1,s=n.urlOpenType2,u=n.urlOpenType3,p=n.icon1,m=n.icon2,b=n.icon3,v=n.color1,k=n.color2,f=n.color3,d=n.bgType1,_=n.bgType2,g=n.bgType3,y=n.insertImage1,h=n.insertImage2,w=n.insertImage3;t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row";var x=function(e){if(er(e))return e?be.a.createElement("img",{className:"icon-image",src:e,alt:pr("Upload image","vk-blocks")}):pr("Select image","vk-blocks");var t=JSON.parse(e);return e?be.a.createElement("img",{className:"icon-image",src:t.sizes.full.url,alt:t.alt}):pr("Select image","vk-blocks")};return be.a.createElement(yr,null,be.a.createElement(wr,null,be.a.createElement(kr,{title:pr("PR Block1 Setting","vk-blocks")},be.a.createElement(dr,{label:pr("Link URL:","vk-blocks")},be.a.createElement(gr,{value:l,onChange:function(e){return o({url1:e})}}),be.a.createElement(_r,{label:pr("Open link new tab.","vk-blocks"),checked:i,onChange:function(e){return o({urlOpenType1:e})}})),be.a.createElement(dr,{label:pr("Icon 1","vk-blocks")},be.a.createElement(gr,{label:pr("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:p,onChange:function(e){return o({icon1:e})},placeholder:"fas fa-file",help:be.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},pr("Font Awesome icon list","vk-blocks"))}),be.a.createElement(Er,{value:v,onChange:function(e){e?o({color1:e}):(o({color1:"#0693e3"}),o({bgType1:"0"}))}}),be.a.createElement(vr,{label:pr("Icon Background:","vk-blocks"),selected:d,options:[{label:pr("Solid color","vk-blocks"),value:"0"},{label:pr("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType1:e})}})),be.a.createElement(dr,{help:pr("When you have an image. Image is displayed with priority","vk-blocks")},be.a.createElement("h4",{className:"components-base-control__title"},pr("PR Image 1","vk-blocks")),be.a.createElement(xr,{onSelect:function(e){er(e)?o({insertImage1:e.url}):o({insertImage1:JSON.stringify(e)})},type:"image",value:y,render:function(e){var t=e.open;return be.a.createElement(fr,{onClick:t,className:y?"image-button":"button button-large"},x(y))}}))),be.a.createElement(kr,{title:pr("PR Block2 Setting","vk-blocks")},be.a.createElement(dr,{label:pr("Link URL:","vk-blocks")},be.a.createElement(gr,{value:a,onChange:function(e){return o({url2:e})}}),be.a.createElement(_r,{label:pr("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return o({urlOpenType2:e})}})),be.a.createElement(dr,{label:pr("Icon 2","vk-blocks")},be.a.createElement(gr,{label:pr("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:m,onChange:function(e){return o({icon2:e})},placeholder:"fas fa-file",help:be.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},pr("Font Awesome icon list","vk-blocks"))}),be.a.createElement(Er,{value:k,onChange:function(e){e?o({color2:e}):(o({color2:"#0693e3"}),o({bgType2:"0"}))}}),be.a.createElement(vr,{label:pr("Icon Background:","vk-blocks"),selected:_,options:[{label:pr("Solid color","vk-blocks"),value:"0"},{label:pr("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType2:e})}})),be.a.createElement(dr,{help:pr("When you have an image. Image is displayed with priority.","vk-blocks")},be.a.createElement("h4",{className:"components-base-control__title"},pr("PR Image 2","vk-blocks")),be.a.createElement(xr,{onSelect:function(e){er(e)?o({insertImage2:e.url}):o({insertImage2:JSON.stringify(e)})},type:"image",value:h,render:function(e){var t=e.open;return be.a.createElement(fr,{onClick:t,className:h?"image-button":"button button-large"},x(h))}}))),be.a.createElement(kr,{title:pr("PR Block3 Setting","vk-blocks")},be.a.createElement(dr,{label:pr("Link URL:","vk-blocks")},be.a.createElement(gr,{value:c,onChange:function(e){return o({url3:e})}}),be.a.createElement(_r,{label:pr("Open link new tab.","vk-blocks"),checked:u,onChange:function(e){return o({urlOpenType3:e})}})),be.a.createElement(dr,{label:pr("Icon 3","vk-blocks")},be.a.createElement(gr,{label:pr("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:b,onChange:function(e){return o({icon3:e})},placeholder:"fas fa-file",help:be.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},pr("Font Awesome icon list","vk-blocks"))}),be.a.createElement(Er,{value:f,onChange:function(e){e?o({color3:e}):(o({color3:"#0693e3"}),o({bgType3:"0"}))}}),be.a.createElement(vr,{label:pr("Icon Background:","vk-blocks"),selected:g,options:[{label:pr("Solid color","vk-blocks"),value:"0"},{label:pr("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType3:e})}})),be.a.createElement(dr,{help:pr("When you have an image. Image is displayed with priority.","vk-blocks")},be.a.createElement("h4",{className:"components-base-control__title"},pr("PR Image 3","vk-blocks")),be.a.createElement(xr,{onSelect:function(e){er(e)?o({insertImage3:e.url}):o({insertImage3:JSON.stringify(e)})},type:"image",value:w,render:function(e){var t=e.open;return be.a.createElement(fr,{onClick:t,className:w?"image-button":"button button-large"},x(w))}})))),be.a.createElement("div",{className:t},be.a.createElement(ur,{attributes:n,setAttributes:o,blockNum:1,for_:"edit"}),be.a.createElement(ur,{attributes:n,setAttributes:o,blockNum:2,for_:"edit"}),be.a.createElement(ur,{attributes:n,setAttributes:o,blockNum:3,for_:"edit"})))},save:function(e){var t,n=e.attributes,o=e.className;return t=o?"".concat(o," vk_prBlocks row"):"vk_prBlocks row",be.a.createElement("div",{className:t},be.a.createElement(ur,{attributes:n,blockNum:1,for_:"save"}),be.a.createElement(ur,{attributes:n,blockNum:2,for_:"save"}),be.a.createElement(ur,{attributes:n,blockNum:3,for_:"save"}))},deprecated:Qo});function Rr(e){return(Rr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Nr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Br(e,t){return!t||"object"!==Rr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Tr(e){return(Tr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Or(e,t){return(Or=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Ir=function(e){function t(){return Nr(this,t),Br(this,Tr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Or(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,o=e.fontAwesomeIconAfter,r="",l="";return n&&(r=be.a.createElement("i",{className:"".concat(n," vk_button_link_before")})),o&&(l=be.a.createElement("i",{className:"".concat(o," vk_button_link_after")})),be.a.createElement(be.a.Fragment,null,r,be.a.createElement("span",{className:"vk_button_link_txt"},t),l)}}])&&Sr(n.prototype,o),r&&Sr(n,r),t}(be.a.Component);function Ar(e){return(Ar="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function jr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function zr(e,t){return!t||"object"!==Ar(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Mr(e){return(Mr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Fr(e,t){return(Fr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Lr=wp.i18n.__,Ur=wp.components.Button,Hr=i.MediaUpload,Vr=i.RichText,Dr=function(e){function t(){return jr(this,t),zr(this,Mr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Fr(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,l=e.url,a=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,m=e.ImageBorderColor,b=e.layout,v=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.className,f=this.props.for_,d="vk_prContent",_="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={},h="none";d="right"===b?ke()(k,d,"vk_prContent-layout-imageRight"):ke()(k,d,"vk_prContent-layout-imageLeft"),i?(_="".concat(_," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===a?y={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===a&&(y={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===a?(g="".concat(g," btn-").concat(c),y=null):"1"===a&&(g="".concat(g," btn-outline-").concat(c),y=null)),h=m?"1px solid ".concat(m):"none";var w=function(e){e&&v({Image:JSON.stringify(e)})};return be.a.createElement("div",{className:d},be.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(e){if("edit"===e){if(p&&-1===p.indexOf("{"))return be.a.createElement(Hr,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return be.a.createElement(Ur,{onClick:t,className:p?"image-button":"button button-large"},p?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Lr("Upload image","vk-blocks"),style:{border:h}}):Lr("Select image","vk-blocks"))}});var t=JSON.parse(p);return be.a.createElement(Hr,{onSelect:w,type:" image",value:t,render:function(e){var n=e.open;return be.a.createElement(Ur,{onClick:n,className:t?"image-button":"button button-large"},null===p||void 0===t.sizes?Lr("Select image","vk-blocks"):be.a.createElement("img",{className:"vk_prContent_colImg_image",src:t.sizes.full.url,alt:t.alt,style:{border:h}}))}})}if("save"===e){if(p){if(p&&-1===p.indexOf("{"))return be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:Lr("Upload image","vk-blocks"),style:{border:h}});var n=JSON.parse(p);return n&&void 0!==n.sizes?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:h}}):""}return Lr("Select image","vk-blocks")}}(f)),be.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===f?be.a.createElement(be.a.Fragment,null,be.a.createElement(Vr,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:t,placeholder:Lr("Input title.","vk-blocks"),style:{color:n}}),be.a.createElement(Vr,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:Lr("Input content.","vk-blocks"),style:{color:r}})):be.a.createElement(be.a.Fragment,null,be.a.createElement(Vr.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),be.a.createElement(Vr.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return be.a.createElement("div",{className:_},be.a.createElement("a",{href:l,className:g,target:u?"_blank":null,style:y,rel:"noopener noreferrer"},be.a.createElement(Ir,{attributes:e})))}()))}}])&&Pr(n.prototype,o),r&&Pr(n,r),t}(be.a.Component);function $r(e){return($r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function qr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Jr(e,t){return!t||"object"!==$r(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Gr(e){return(Gr=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Yr(e,t){return(Yr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var Kr=function(e){function t(){return qr(this,t),Jr(this,Gr(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Yr(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,o=e.fontAwesomeIconAfter,r="",l="";return n&&(r=be.a.createElement("i",{className:"".concat(n," vk_button_link_before")})),o&&(l=be.a.createElement("i",{className:"".concat(o," vk_button_link_after")})),be.a.createElement(be.a.Fragment,null,r,be.a.createElement("span",{className:"vk_button_link_txt"},t),l)}}])&&Wr(n.prototype,o),r&&Wr(n,r),t}(be.a.Component);function Zr(e){return(Zr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Qr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xr(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function el(e,t){return!t||"object"!==Zr(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function tl(e){return(tl=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function nl(e,t){return(nl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ol=wp.i18n.__,rl=wp.components.Button,ll=i.MediaUpload,al=i.RichText,cl=function(e){function t(){return Qr(this,t),el(this,tl(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&nl(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,l=e.url,a=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,m=e.ImageBorderColor,b=e.layout,v=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.for_,f="vk_prContent",d="vk_button",_="btn btn-block vk_button_link vk_prContent_colTxt_btn",g={};return f="".concat(f,"right"===b?" vk_prContent-layout-imageRight":" vk_prContent-layout-imageLeft"),i?(d="".concat(d," vk_button-color-custom"),_="".concat(_," btn-primary"),"0"===a?g={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===a&&(g={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===a?(_="".concat(_," btn-").concat(c),g=null):"1"===a&&(_="".concat(_," btn-outline-").concat(c),g=null)),be.a.createElement("div",{className:f},be.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===k?be.a.createElement(ll,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return be.a.createElement(rl,{onClick:t,className:p?"image-button":"button button-large"},p?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:ol("Upload image","vk-blocks"),style:{border:"1px solid ".concat(m)}}):ol("Select image","vk-blocks"))}}):p?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:ol("Upload image","vk-blocks"),style:{border:"1px solid ".concat(m)}}):ol("Select image","vk-blocks")),be.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===k?be.a.createElement(be.a.Fragment,null,be.a.createElement(al,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:t,placeholder:ol("Input title.","vk-blocks"),style:{color:n}}),be.a.createElement(al,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:ol("Input content.","vk-blocks"),style:{color:r}})):be.a.createElement(be.a.Fragment,null,be.a.createElement(al.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),be.a.createElement(al.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return be.a.createElement("div",{className:d},be.a.createElement("a",{href:l,className:_,target:u?"_blank":null,style:g,rel:"noopener noreferrer"},be.a.createElement(Kr,{attributes:e})))}()))}}])&&Xr(n.prototype,o),r&&Xr(n,r),t}(be.a.Component);function il(e){return(il="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function sl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ul(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function pl(e,t){return!t||"object"!==il(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ml(e){return(ml=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function bl(e,t){return(bl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var vl=wp.i18n.__,kl=wp.components.Button,fl=i.MediaUpload,dl=i.RichText,_l=function(e){function t(){return sl(this,t),pl(this,ml(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&bl(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,o=e.content,r=e.contentColor,l=e.url,a=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,m=e.ImageBorderColor,b=e.layout,v=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),k=this.props.className,f=this.props.for_,d="vk_prContent",_="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",y={},h="";return d="right"===b?ke()(k,d,"vk_prContent-layout-imageRight"):ke()(k,d,"vk_prContent-layout-imageLeft"),i?(_="".concat(_," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===a?y={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===a&&(y={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===a?(g="".concat(g," btn-").concat(c),y=null):"1"===a&&(g="".concat(g," btn-outline-").concat(c),y=null)),h=null==m?"none":"1px solid ".concat(m),be.a.createElement("div",{className:d},be.a.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===f?be.a.createElement(fl,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return be.a.createElement(kl,{onClick:t,className:p?"image-button":"button button-large"},p?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:vl("Upload image","vk-blocks"),style:{border:h}}):vl("Select image","vk-blocks"))}}):p?be.a.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:vl("Upload image","vk-blocks"),style:{border:h}}):vl("Select image","vk-blocks")),be.a.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===f?be.a.createElement(be.a.Fragment,null,be.a.createElement(dl,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:t,placeholder:vl("Input title.","vk-blocks"),style:{color:n}}),be.a.createElement(dl,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:vl("Input content.","vk-blocks"),style:{color:r}})):be.a.createElement(be.a.Fragment,null,be.a.createElement(dl.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),be.a.createElement(dl.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:r}})),function(){if(""!==s&&void 0!==s)return be.a.createElement("div",{className:_},be.a.createElement("a",{href:l,className:g,target:u?"_blank":null,style:y,rel:"noopener noreferrer"},be.a.createElement(Kr,{attributes:e})))}()))}}])&&ul(n.prototype,o),r&&ul(n,r),t}(be.a.Component),gl=[{attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},save:function(e){var t=e.attributes;e.className;return React.createElement(cl,{attributes:t,for_:"save"})}},{attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(_l,{attributes:t,className:n,for_:"save"})}}],yl=wp.i18n.__,hl=wp.blocks.registerBlockType,wl=wp.components,xl=wl.RadioControl,El=wl.PanelBody,Cl=wl.BaseControl,Rl=wl.CheckboxControl,Nl=wl.TextControl,Sl=wp.element.Fragment,Bl=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Tl=Bl.InspectorControls,Ol=Bl.ColorPalette,Il=be.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},be.a.createElement("g",null,be.a.createElement("path",{d:"M291.7,133.3l0,245.3l-273.1,0l0-245.3L291.7,133.3 M307.2,117.8l-304.2,0l0,276.4l304.2,0L307.2,117.8L307.2,117.8z"}),be.a.createElement("path",{d:"M560.7,218.8l-213.1,0c-6.1,0-11.1-5-11.1-11.1s5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,213.8,566.8,218.8,560.7,218.8z"}),be.a.createElement("path",{d:"M560.7,265.4l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,260.5,566.8,265.4,560.7,265.4z"}),be.a.createElement("path",{d:"M560.7,312.1l-213.1,0c-6.1,0-11.1-5-11.1-11.1c0-6.1,5-11.1,11.1-11.1l213.1,0c6.1,0,11.1,5,11.1,11.1 C571.8,307.1,566.8,312.1,560.7,312.1z"}),be.a.createElement("polygon",{points:"278.4,365.4 31.9,365.4 31.9,287.4 113,182.2 184.4,264.4 229.9,226.5 278.4,290.6 \t"}),be.a.createElement("path",{d:"M360.6,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C351.9,137.2,355.8,133.3,360.6,133.3 M360.6,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C384.9,128.7,374,117.8,360.6,117.8L360.6,117.8z"}),be.a.createElement("path",{d:"M423.3,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C414.6,137.2,418.5,133.3,423.3,133.3 M423.3,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2s24.2-10.9,24.2-24.2C447.6,128.7,436.7,117.8,423.3,117.8 L423.3,117.8z"}),be.a.createElement("path",{d:"M486,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7c-4.8,0-8.7-3.9-8.7-8.7C477.3,137.2,481.2,133.3,486,133.3 M486,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C510.2,128.7,499.4,117.8,486,117.8L486,117.8z"}),be.a.createElement("path",{d:"M548.7,133.3c4.8,0,8.7,3.9,8.7,8.7c0,4.8-3.9,8.7-8.7,8.7s-8.7-3.9-8.7-8.7C540,137.2,543.9,133.3,548.7,133.3 M548.7,117.8c-13.4,0-24.2,10.9-24.2,24.2c0,13.4,10.9,24.2,24.2,24.2c13.4,0,24.2-10.9,24.2-24.2 C572.9,128.7,562.1,117.8,548.7,117.8L548.7,117.8z"}),be.a.createElement("path",{d:"M566.3,347.6l-224.3,0c-3.1,0-5.6,2.5-5.6,5.6l0,35.5c0,3.1,2.5,5.6,5.6,5.6l224.3,0c3.1,0,5.6-2.5,5.6-5.6v-35.5 C571.8,350.1,569.3,347.6,566.3,347.6z M547.1,379.2v-16.6l9.8,8.3L547.1,379.2z"})));hl("vk-blocks/pr-content",{title:yl("PR Content","vk-blocks"),icon:Il,category:"vk-blocks-cat",attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string",default:""},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string",default:""},url:{type:"string",default:""},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:""},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:"{}"},ImageBorderColor:{type:"string",default:""},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},edit:function(e){var t=e.attributes,n=e.className,o=e.setAttributes,r=t.titleColor,l=t.contentColor,a=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,p=t.buttonTarget,m=t.ImageBorderColor,b=t.layout,v=t.fontAwesomeIconBefore,k=t.fontAwesomeIconAfter;return be.a.createElement(Sl,null,be.a.createElement(Tl,null,be.a.createElement(El,{title:yl("Color Setting","vk-blocks"),initialOpen:!1},be.a.createElement(Cl,{label:yl("Title Color","vk-blocks")},be.a.createElement(Ol,{value:r,onChange:function(e){return o({titleColor:e})}})),be.a.createElement(Cl,{label:yl("Content Color","vk-blocks")},be.a.createElement(Ol,{value:l,onChange:function(e){return o({contentColor:e})}})),be.a.createElement(Cl,{label:yl("Image Border Color","vk-blocks")},be.a.createElement(Ol,{value:m,onChange:function(e){return o({ImageBorderColor:e})}}))),be.a.createElement(El,{title:yl("Button Setting","vk-blocks"),initialOpen:!1},be.a.createElement(Cl,{label:yl("Button Text","vk-blocks")},be.a.createElement(Nl,{value:u,onChange:function(e){return o({buttonText:e})},placeholder:"Input button text."})),be.a.createElement(Cl,{label:yl("Link URL","vk-blocks")},be.a.createElement(Nl,{value:a,onChange:function(e){return o({url:e})},placeholder:"https://vektor-inc.co.jp/"})),be.a.createElement(Rl,{label:yl("Open link new tab.","vk-blocks"),checked:p,onChange:function(e){return o({buttonTarget:e})}}),be.a.createElement(Cl,{label:yl("Button Type","vk-blocks")},be.a.createElement(xl,{selected:c,options:[{label:yl("Solid","vk-blocks"),value:"0"},{label:yl("Ghost","vk-blocks"),value:"1"}],onChange:function(e){return o({buttonType:e})}})),be.a.createElement(xl,{label:yl("Default Color:","vk-blocks"),selected:i,options:[{label:yl("Primary","vk-blocks"),value:"primary"},{label:yl("Secondary","vk-blocks"),value:"secondary"},{label:yl("Success","vk-blocks"),value:"success"},{label:yl("Info","vk-blocks"),value:"info"},{label:yl("Warning","vk-blocks"),value:"warning"},{label:yl("Danger","vk-blocks"),value:"danger"},{label:yl("Light","vk-blocks"),value:"light"},{label:yl("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return o({buttonColor:e})}}),be.a.createElement(Cl,{label:yl("Button Color","vk-blocks")},be.a.createElement(Ol,{value:s,onChange:function(e){return o({buttonColorCustom:e})}})),be.a.createElement(Cl,{label:yl("Font Awesome:","vk-blocks"),help:be.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},yl("Font Awesome icon list","vk-blocks"))},be.a.createElement(Nl,{label:yl("Before text","vk-blocks"),help:yl("Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right","vk-blocks"),value:v,onChange:function(e){return o({fontAwesomeIconBefore:e})},placeholder:"fas fa-arrow-circle-right"}),be.a.createElement(Nl,{label:yl("After text","vk-blocks"),help:yl("Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt","vk-blocks"),value:k,onChange:function(e){return o({fontAwesomeIconAfter:e})},placeholder:"fas fa-external-link-alt"}))),be.a.createElement(El,{title:yl("Layout Setting","vk-blocks"),initialOpen:!1},be.a.createElement(xl,{label:yl("Layout Type","vk-blocks"),selected:b,options:[{label:yl("Right","vk-blocks"),value:"right"},{label:yl("Left","vk-blocks"),value:"left"}],onChange:function(e){return o({layout:e})}}))),be.a.createElement(Dr,{attributes:t,setAttributes:o,className:n,for_:"edit"}))},save:function(e){var t=e.attributes,n=e.className;return be.a.createElement(Dr,{attributes:t,className:n,for_:"save"})},deprecated:gl});var Al=lodash.assign,jl=wp.i18n.__,Pl=wp.hooks.addFilter;Pl("blocks.registerBlockType","vk-blocks/heading-style",(function(e){var t;return t=e.name,["core/heading"].includes(t)&&(e.attributes=Al(e.attributes,{color:{type:"string"}})),e})),wp.blocks.registerBlockStyle("core/heading",[{name:"vk-heading-default",label:jl("Default","vk-blocks"),isDefault:!0},{name:"vk-heading-plain",label:jl("Plain","vk-blocks")},{name:"vk-heading-background_fill_lightgray",label:jl("Background fill lightgray","vk-blocks")},{name:"vk-heading-double_black",label:jl("Double border top and bottom black","vk-blocks")},{name:"vk-heading-double_bottomborder_black",label:jl("Double border bottom black","vk-blocks")},{name:"vk-heading-solid_black",label:jl("Solid border top and bottom black","vk-blocks")},{name:"vk-heading-solid_bottomborder_black",label:jl("Solid border bottom black","vk-blocks")},{name:"vk-heading-dotted_bottomborder_black",label:jl("Dotted border bottom black","vk-blocks")},{name:"vk-heading-both_ends",label:jl("Both ends","vk-blocks")},{name:"vk-heading-brackets_black",label:jl("Brackets black","vk-blocks")}]);n(5),n(6);function zl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],o=!0,r=!1,l=void 0;try{for(var a,c=e[Symbol.iterator]();!(o=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);o=!0);}catch(e){r=!0,l=e}finally{try{o||null==c.return||c.return()}finally{if(r)throw l}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Ml=wp.components.ToggleControl,Fl=wp.element.useState,Ll=function(e){var t=e.initialFixedTable,n=e.label,o=e.helpYes,r=e.helpNo,l=e.schema,a=e.setAttributes,c=zl(Fl(t),2),i=c[0],s=c[1];return React.createElement(Ml,{label:n,help:i?o:r,checked:i,onChange:function(){var e,t,n;s(!i),a((n=!i,(t=l)in(e={})?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e))}})};function Ul(){return(Ul=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function Hl(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Vl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Hl(Object(n),!0).forEach((function(t){Dl(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Hl(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Dl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $l=wp.i18n.__,ql=wp.element.Fragment,Wl=wp.hooks.addFilter,Jl=wp.components,Gl=Jl.PanelBody,Yl=Jl.BaseControl,Kl=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,Zl=wp.compose.createHigherOrderComponent,Ql=function(e,t){return-1!==e.indexOf(t)},Xl=function(e){var t=void 0!==["core","vk-blocks"].find((function(t){return Ql(e,t)}));return void 0!==["core/block","vk-blocks/card-item"].find((function(t){return Ql(e,t)}))&&(t=!1),t};5.3<=parseFloat(wpVersion)&&(Wl("blocks.registerBlockType","vk-blocks/hidden-extension",(function(e){return Xl(e.name)&&(e.attributes=Vl({},e.attributes,{},{vkb_hidden:{type:"boolean",default:!1},vkb_hidden_xl:{type:"boolean",default:!1},vkb_hidden_lg:{type:"boolean",default:!1},vkb_hidden_md:{type:"boolean",default:!1},vkb_hidden_sm:{type:"boolean",default:!1},vkb_hidden_xs:{type:"boolean",default:!1}})),e})),wp.hooks.addFilter("editor.BlockEdit","vk-blocks/hidden-extension",Zl((function(e){return function(t){return Xl(t.name)?React.createElement(ql,null,React.createElement(e,t),React.createElement(Kl,null,React.createElement(Gl,{title:$l("Hidden Settings","vk-blocks"),initialOpen:!1},React.createElement(Yl,{label:$l("Hidden at screel size","vk-blocks")},React.createElement("p",null,$l("Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.","vk-blocks")),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : all )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden,schema:"vkb_hidden"},t)),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : xs )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xs,schema:"vkb_hidden_xs"},t)),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : sm )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_sm,schema:"vkb_hidden_sm"},t)),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : md )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_md,schema:"vkb_hidden_md"},t)),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : lg )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_lg,schema:"vkb_hidden_lg"},t)),React.createElement(Ll,Ul({label:$l("Hidden ( Screen size : xl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xl,schema:"vkb_hidden_xl"},t)),React.createElement("p",null,$l("If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.","vk-blocks")))))):React.createElement(e,t)}}),"addHiddenSection")),wp.hooks.addFilter("blocks.getSaveElement","vk-blocks/hidden-extension",(function(e,t,n){var o=n.vkb_hidden,r=n.vkb_hidden_xl,l=n.vkb_hidden_lg,a=n.vkb_hidden_md,c=n.vkb_hidden_sm,i=n.vkb_hidden_xs;if(o||r||l||a||c||i){var s=o&&"vk_hidden",u=r&&"vk_hidden-xl",p=l&&"vk_hidden-lg",m=a&&"vk_hidden-md",b=c&&"vk_hidden-sm",v=i&&"vk_hidden-xs";e&&(e=Vl({},e,{},{props:Vl({},e.props,{},{className:ke()(e.props.className,s,u,p,m,b,v)})}))}return e})),wp.hooks.addFilter("editor.BlockListBlock","vk-blocks/hidden-extension",Zl((function(e){return function(t){var n=t.attributes.vkb_hidden_xl||t.attributes.vkb_hidden_lg||t.attributes.vkb_hidden_md||t.attributes.vkb_hidden_sm||t.attributes.vkb_hidden_xs||t.attributes.vkb_hidden?"vk_edit_hidden_warning":"",o=t.attributes.vkb_hidden?n+" vk_edit_hidden_all":n,r=ke()(o,t.className);return React.createElement(e,Ul({},t,{className:r}))}}),"addHiddenWarning")));var ea=i.InnerBlocks,ta=i.RichText,na=wp.i18n.__,oa=function(e){var t,n,o=e.setAttributes,r=e.attributes,l=e.for_,a=e.className,c=r.heading,i=r.color,s=r.faIcon;"edit"===l?(t=React.createElement(ea,null),n=React.createElement(ta,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return o({heading:e})},value:c,placeholder:na("Please enter a title.","vk-blocks")})):(t=React.createElement(ea.Content,null),n=React.createElement(ta.Content,{tagName:"h4",className:"vk_borderBox_title",value:c}));var u=a;return-1===a.indexOf("is-style-")&&(u=ke()(a,"is-style-vk_borderBox-style-solid-kado-tit-tab")),React.createElement("div",{className:"vk_borderBox vk_borderBox-color-".concat(i," ").concat(u)},React.createElement("div",{className:"vk_borderBox_title_container"},React.createElement("i",{className:"".concat(s)}),n),React.createElement("div",{className:"vk_borderBox_body"},t))};function ra(e){return(ra="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function la(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function aa(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function ca(e,t){return!t||"object"!==ra(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ia(e){return(ia=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function sa(e,t){return(sa=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var ua=wp.components.TextControl,pa=wp.i18n.__,ma={faIcon:{type:"string",default:""}},ba=function(e){function t(){return la(this,t),ca(this,ia(t).apply(this,arguments))}var n,o,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&sa(e,t)}(t,e),n=t,(o=[{key:"render",value:function(){var e=this.props.attributes.faIcon,t=this.props.setAttributes;return be.a.createElement("fragment",null,be.a.createElement(ua,{label:pa("Font Awesome","vk-blocks"),value:e,onChange:function(e){return t({faIcon:e})},placeholder:"fas fa-arrow-circle-right",className:"mb-0"}),be.a.createElement("p",{className:"mt-1"},pa("Enter Font Awesome Class.","vk-blocks"),be.a.createElement("br",null),pa("Ex) fas fa-arrow-circle-right","vk-blocks"),be.a.createElement("br",null),be.a.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},pa("Font Awesome icon list","vk-blocks"))))}}])&&aa(n.prototype,o),r&&aa(n,r),t}(be.a.Component),va={heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"}},ka=Object.assign(va,ma);function fa(){return(fa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}var da=wp.i18n.__,_a=wp.blocks.registerBlockType,ga=wp.components,ya=ga.PanelBody,ha=ga.BaseControl,wa=ga.SelectControl,xa=wp.element.Fragment,Ea=i.InspectorControls,Ca=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 576 576"},React.createElement("g",null,React.createElement("path",{d:"M121,142.6c0.1,1.4,1.2,2.5,2.7,2.5h10.7c1.4,0,2.6-1.1,2.7-2.5l1.6-30.1c0.1-1.5-1.1-2.8-2.7-2.8h-14 c-1.5,0-2.7,1.3-2.7,2.8L121,142.6z"}),React.createElement("path",{d:"M127.5,149.2c5.6-0.9,10.8,2.9,11.7,8.4c0.9,5.6-2.9,10.8-8.4,11.7s-10.8-2.9-11.7-8.4 C118.1,155.4,121.9,150.1,127.5,149.2z"}),React.createElement("path",{d:"M528,171.9H384.1V98.6c0-26.8-21.7-48.5-48.5-48.5H48.5C21.7,50.1,0,71.8,0,98.6v119.3h0.1c0,0.7-0.1,1.3-0.1,2v267 c0,26.5,21.5,48,48,48h480c26.5,0,48-21.5,48-48v-267C576,193.4,554.5,171.9,528,171.9z M129.1,83.2c30.3,0,54.9,24.6,54.9,54.9 c0,12.8-4.4,24.5-11.7,33.8c-10,12.8-25.6,21-43.2,21c-17.5,0-33.1-8.2-43.2-21c-7.3-9.3-11.7-21.1-11.7-33.8 C74.2,107.8,98.8,83.2,129.1,83.2z M528,486.9H48v-267h480V486.9z"}),React.createElement("path",{className:"st0",d:"M442.4,308.7H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,302.2,450.4,308.7,442.4,308.7z"}),React.createElement("path",{className:"st0",d:"M442.4,373.5H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,367.1,450.4,373.5,442.4,373.5z"}),React.createElement("path",{className:"st0",d:"M442.4,438.3H133.6c-7.9,0-14.5-6.5-14.5-14.5c0-7.9,6.5-14.5,14.5-14.5h308.9c7.9,0,14.5,6.5,14.5,14.5 C456.9,431.8,450.4,438.3,442.4,438.3z"})));_a("vk-blocks/border-box",{title:da("Border Box","vk-blocks"),icon:Ca,category:"vk-blocks-cat",attributes:ka,supports:{className:!0},styles:[{name:"vk_borderBox-style-solid-kado-tit-tab",label:da("Solid Angle Tab","vk-blocks"),isDefault:!0},{name:"vk_borderBox-style-solid-round-tit-tab",label:da("Solid Round Tab","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-banner",label:da("Solid Angle Banner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-onborder",label:da("Solid Angle Onborder","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-inner",label:da("Solid Angle Inner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-iconFeature",label:da("Solid Angle iconFeature","vk-blocks")}],edit:function(e){var t=e.attributes,n=e.setAttributes,o=t.color;return React.createElement(xa,null,React.createElement(Ea,null,React.createElement(ya,{title:da("Color","vk-blocks")},React.createElement(wa,{value:o,onChange:function(e){return n({color:e})},options:[{value:"red",label:da("Red","vk-blocks")},{value:"orange",label:da("Orange","vk-blocks")},{value:"blue",label:da("Blue","vk-blocks")},{value:"green",label:da("Green","vk-blocks")},{value:"black",label:da("Black","vk-blocks")}]})),React.createElement(ya,{title:da("Icon","vk-blocks")},React.createElement(ha,{id:"dot-fa"},React.createElement(ba,{attributes:t,setAttributes:n})))),React.createElement(oa,fa({for_:"edit"},e)))},save:function(e){return React.createElement(oa,fa({for_:"save"},e))}});var Ra=wp.plugins.registerPlugin,Na=n(2),Sa=n.n(Na);function Ba(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Ta(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Oa=wp.blocks.parse,Ia=[{name:"Cover",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","outerWidth":"full","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4.5,"mobile":4.5} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4.5rem"></div><div class="vk_spacer-display-mobile" style="height:4.5rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonType":"1","buttonColorCustom":"#eeeeee","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:transparent;border:1px solid #eeeeee;color:#eeeeee" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\t\t\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Full Wide Title Set",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#0c7abb","outerWidth":"full","padding_top_and_bottom":"0","opacity":1} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(12, 122, 187, 1), rgba(12, 122, 187, 1));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#ffffff","titleMarginBottom":0,"subTextColor":"#ffffff"} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#ffffff;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">Title test</h2><p style="color:#ffffff;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Sub title text</p></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Service",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","padding_top_and_bottom":"0"} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">サービスの特徴など</h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">提供しているサービスの特徴などを画像つきで紹介します</p></div></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card {"name":"vk-blocks/card"} --\x3e\n\t\t<div class="vk_posts wp-block-vk-blocks-card">\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/card --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"About",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full","padding_top_and_bottom":"0","upper_level":-60} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:none;border-radius:0px"><div class="vk_outer_separator vk_outer_separator-position-upper vk_outer_separator-type-tilt" style="padding-bottom:60px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" preserveaspectratio="none"><path d="m100,40 L0,100 L100,100 z" strokewidth="0" fill="#fff"></path></svg></div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/pr-content {"url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png","layout":"right"} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t</div></div>\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"PR Blocks Set",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":1} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/pr-blocks {"url1":"/service/","icon1":"far fa-file-alt","color1":"#337ab7","bgType1":"1","url2":"/company/","icon2":"far fa-building","color2":"#337ab7","bgType2":"1","url3":"/recruit/","icon3":"fas fa-users","color3":"#337ab7","bgType3":"1"} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-blocks vk_prBlocks row"><div class="vk_prBlocks_item col-sm-4"><a href="/service/" class="vk_prBlocks_item_link" target="_self" rel="noopener noreferrer"><div class="vk_prBlocks_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-file-alt vk_prBlocks_item_icon" style="color:#337ab7"></i></div><h3 class="vk_prBlocks_item_title vk_prBlocks_item_title-1"> サービス案内</h3><p class="vk_prBlocks_item_summary vk_prBlocks_item_summary-1">弊社が提供するサービス&ソリューションについてご紹介しています。経験豊富なスタッフがこだわりを持って取り組んでいます。</p></a></div><div class="vk_prBlocks_item col-sm-4"><a href="/company/" class="vk_prBlocks_item_link" target="_self" rel="noopener noreferrer"><div class="vk_prBlocks_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-building vk_prBlocks_item_icon" style="color:#337ab7"></i></div><h3 class="vk_prBlocks_item_title vk_prBlocks_item_title-2">会社案内</h3><p class="vk_prBlocks_item_summary vk_prBlocks_item_summary-2">弊社代表挨拶や会社の基本情報について記載しています。また、弊社の歴史なども紹介していますので是非ご覧ください。</p></a></div><div class="vk_prBlocks_item col-sm-4"><a href="/recruit/" class="vk_prBlocks_item_link" target="_self" rel="noopener noreferrer"><div class="vk_prBlocks_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="fas fa-users vk_prBlocks_item_icon" style="color:#337ab7"></i></div><h3 class="vk_prBlocks_item_title vk_prBlocks_item_title-3">採用情報</h3><p class="vk_prBlocks_item_summary vk_prBlocks_item_summary-3">株式会社サンプルでは一緒に働く仲間を募集しています。自分で考えていろいろな事にチャレンジできるやりがいのある仕事です。</p></a></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-blocks --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Information ( Text )",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full"} --\x3e\n\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":2,"titleMarginBottom":0} --\x3e\n\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:2rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div></div>\n\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","layout":"postListText"} /--\x3e\n\n\t\x3c!-- wp:vk-blocks/button {"buttonUrl":"/information/","buttonType":"2","buttonColorCustom":"#313131","buttonAlign":"right","fontAwesomeIconAfter":"fas fa-arrow-circle-right"} --\x3e\n\t<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-right"><a href="/information/" id="vk_button_link" style="color:#313131" class="vk_button_link vk_button_link-type-text btn-md" role="button" aria-pressed="true" rel="noopener noreferrer"><span class="vk_button_link_txt">お知らせ一覧</span><i class="fas fa-arrow-circle-right vk_button_link_after"></i></a></div>\n\t\x3c!-- /wp:vk-blocks/button --\x3e\n\n\t</div></div>\n\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Information ( Card )",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":0.9} --\x3e\n\t \t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t \t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div>\n\t \t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list"} /--\x3e\n\n\t \t\x3c!-- wp:vk-blocks/button {"buttonUrl":"https://example.com/","buttonSize":"sm","buttonAlign":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right"} --\x3e\n\t \t<div class="wp-block-vk-blocks-button vk_button vk_button-align-right"><a href="https://example.com/" id="vk_button_link" class="btn vk_button_link btn-sm btn-primary" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">一覧を見る</span></a></div>\n\t \t\x3c!-- /wp:vk-blocks/button --\x3e</div></div>\n\t \t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t \t'},{name:"Feature Posts",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#eeeeee","outerWidth":"full","padding_left_and_right":"1","padding_top_and_bottom":"0","clientId":"88b8ebeb-19b0-46cc-9690-90c26b4835c5"} --\x3e\n\t\t<div class="vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5 wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="border:0px none #000;border-radius:0px"><style>.vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5{background: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.5))}!important;</style><div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"pc":30} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:30px"></div><div class="vk_spacer-display-tablet" style="height:30px"></div><div class="vk_spacer-display-mobile" style="height:20px"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","col_xs":2,"col_sm":3,"col_xl":6,"display_date":false} /--\x3e</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Call To Action",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","bgPosition":"fixed","padding_left_and_right":"1","padding_top_and_bottom":"0","opacity":0.7,"borderRadius":8} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-normal vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:8px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">Call To Action Title</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t'},{name:"Contact",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#313131","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg","outerWidth":"full","bgPosition":"fixed","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t <div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#eeeeee","titleMarginBottom":0,"subTextColor":"#eeeeee"} --\x3e\n\t <div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#eeeeee;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">無料体験実施中!</h2><p style="color:#eeeeee;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">体験入会大歓迎です。お気軽にご連絡ください。</p></div>\n\t \x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1.5,"tablet":1.5,"mobile":1.5} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1.5rem"></div><div class="vk_spacer-display-tablet" style="height:1.5rem"></div><div class="vk_spacer-display-mobile" style="height:1.5rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:columns --\x3e\n\t <div class="wp-block-columns">\x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"お気軽にお問い合わせください","buttonUrl":"/contact/","buttonColor":"success","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"far fa-envelope"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="/contact/" id="vk_button_link" class="btn vk_button_link btn-md btn-success btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="far fa-envelope vk_button_link_before"></i><span class="vk_button_link_txt">メールでのお問い合わせ</span><p class="vk_button_link_subCaption">お気軽にお問い合わせください</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e\n\n\t \x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"電話でのお問い合わせはこちら","buttonUrl":"tel:000-000-0000","buttonColor":"danger","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"fas fa-phone-square-alt"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="tel:000-000-0000" id="vk_button_link" class="btn vk_button_link btn-md btn-danger btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-phone-square-alt vk_button_link_before"></i><span class="vk_button_link_txt">000-000-0000</span><p class="vk_button_link_subCaption">電話でのお問い合わせはこちら</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e</div>\n\t \x3c!-- /wp:columns --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1,"tablet":1,"mobile":1} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1rem"></div><div class="vk_spacer-display-tablet" style="height:1rem"></div><div class="vk_spacer-display-mobile" style="height:1rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t \x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Step set",icon:"",content:'\n\t\t\x3c!-- wp:group {"className":"is-style-default","color":"#eeeeee"} --\x3e\n\t\t<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":32,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:32rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step --\x3e\n\t\t<div class="wp-block-vk-blocks-step vk_step">\x3c!-- wp:vk-blocks/step-item --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>お問い合わせ</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>まずは<a>お問い合わせフォーム</a>または電話にてご連絡ください。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">1</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"dotNum":2} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>サービスのご提供</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>ご提案させていただいた内容にて業務を実施いたします。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">2</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"styleLine":"none","dotNum":3} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-none"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>ご入金</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>納品月の末締めで請求書を発行させていただきますので、翌月末にてご入金願います。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">3</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/step --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:group --\x3e\n\t\t'},{name:"List box",icon:"",content:'\n\t \x3c!-- wp:group {"customBackgroundColor":"#fffbee","className":"is-style-vk-group-solid-roundcorner vk-has-luminous-vivid-amber-color","color":"#fcb900"} --\x3e\n\t <div class="wp-block-group has-background is-style-vk-group-solid-roundcorner vk-has-luminous-vivid-amber-color" style="background-color:#fffbee"><div class="wp-block-group__inner-container">\x3c!-- wp:heading {"level":5,"className":"is-style-vk-heading-plain"} --\x3e\n\t <h5 class="is-style-vk-heading-plain">List Title Sample</h5>\n\t \x3c!-- /wp:heading --\x3e\n\n\t \x3c!-- wp:list {"className":"is-style-vk-check-mark vk-has-luminous-vivid-amber-color","color":"#fcb900"} --\x3e\n\t <ul class="is-style-vk-check-mark vk-has-luminous-vivid-amber-color"><li>There is list style sample there is list style sample.</li><li>There is list style sample there is list style sample.</li><li>There is list style sample there is list style sample.</li></ul>\n\t \x3c!-- /wp:list --\x3e</div></div>\n\t \x3c!-- /wp:group --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e'}],Aa=Sa()((function(){return Ia.map((function(e){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ba(Object(n),!0).forEach((function(t){Ta(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ba(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e,{blocks:Oa(e.content)})}))}));function ja(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],o=!0,r=!1,l=void 0;try{for(var a,c=e[Symbol.iterator]();!(o=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);o=!0);}catch(e){r=!0,l=e}finally{try{o||null==c.return||c.return()}finally{if(r)throw l}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Pa=window.lodash,za=Pa.first,Ma=Pa.last,Fa=wp.components.Spinner,La=(wp.blockEditor?wp.blockEditor:wp.editor).BlockPreview,Ua=wp.element.useState,Ha=wp.data,Va=Ha.dispatch,Da=Ha.select,$a=Va("core/editor"),qa=$a.insertBlocks,Wa=$a.replaceBlocks,Ja=$a.multiSelect,Ga=(wp.i18n.__,Da("core/block-editor")),Ya=Ga.getBlocks,Ka=Ga.getBlockCount,Za=Ga.getSelectedBlock,Qa=Ga.getBlockInsertionPoint,Xa=function(e){e.slug;if(!(5.3>parseFloat(wpVersion))){var t=ja(Ua(null),2),n=t[0],o=t[1],r=ja(Ua(null),2),l=r[0],a=r[1];return function(){if(!l&&(n||o(Aa),n)){var e=n.map((function(e,t){return React.createElement("li",{key:t},React.createElement("div",{className:"vkb-menu__template-part__button",onClick:function(){if(e.blocks.length){var t=Za();if(null===t){var n=Ma(Ya());void 0!==n&&null===n.rootClientId&&(!Ka(n.clientId)||"core/paragraph"===n.name&&""===n.attributes.content)?Wa(n.clientId,e.blocks):qa(e.blocks)}else{if("core/paragraph"===t.name&&""===t.attributes.content)Wa(t.clientId,e.blocks);else{var o=Qa();qa(e.blocks,o.index)}}Ja(za(e.blocks).clientId,Ma(e.blocks).clientId)}}},React.createElement("section",{className:"vkb-menu__template-part__card__container"},React.createElement("div",{id:"vkb-menu__template-part__card".concat(t),className:"card vkb-menu__template-part__card"},React.createElement("div",{className:"content"},React.createElement("h6",null,React.createElement("span",{className:"vkb-menu__template-part__header__icon"},e.icon),e.name),React.createElement("div",{className:"hover_content"},React.createElement("div",{className:"inner edit-post-visual-editor editor-styles-wrapper"},React.createElement(La,{viewportWidth:601,blocks:e.blocks}))))))))}));a(e.filter((function(e){return e})))}}(),l?React.createElement("ul",{className:"vkb-menu__template-part"},l):React.createElement("div",{className:"vkb-menu__template-part__loading"},React.createElement(Fa,null))}},ec=wp.element.Fragment,tc=wp.editPost,nc=tc.PluginSidebar,oc=tc.PluginSidebarMoreMenuItem,rc=wp.i18n.__,lc=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"19.31564",viewBox:"0 0 20 19.31564"},React.createElement("path",{d:"M19.801,3.465l-5.93675.01494a.19492.19492,0,0,0-.18428.12949l-.45323,1.26505a.19767.19767,0,0,0,.18428.264h2.311a.19794.19794,0,0,1,.14444.3337l-3.67562,3.83h.01494l1.8926,5.95668a.19867.19867,0,0,1-.18926.259H12.05132a.19722.19722,0,0,1-.18926-.13946l-.95626-3.058a.197.197,0,0,0-.37353-.01l-.777,2.14162a.19642.19642,0,0,0-.005.11953l.70225,2.6048a.19724.19724,0,0,0,.18926.14443h5.97162a.19866.19866,0,0,0,.18926-.259L14.41208,9.56607a.199.199,0,0,1,.0498-.19922l5.48354-5.5682A.19793.19793,0,0,0,19.801,3.465Z",transform:"translate(0 -0.34218)"}),React.createElement("path",{d:"M12.76851.34218l-3.61584.01a.18849.18849,0,0,0-.18428.12949L8.5052,1.74668a.19768.19768,0,0,0,.18428.264h1.51407a.19364.19364,0,0,1,.18428.264L6.0797,14.06845a.19878.19878,0,0,1-.37354,0L2.62323,5.56673a.19767.19767,0,0,1,.18428-.264H4.3664a.18849.18849,0,0,1,.18428.1295l1.11563,3.068a.19878.19878,0,0,0,.37354,0L7.77307,3.72892a.19767.19767,0,0,0-.18428-.264H.19772a.19364.19364,0,0,0-.18428.264L5.70118,19.52708a.19878.19878,0,0,0,.37354,0L12.94781.59619A.186.186,0,0,0,12.76851.34218Z",transform:"translate(0 -0.34218)"})),ac="vk-blocks",cc={icon:lc,render:function(){return React.createElement(ec,null,React.createElement(oc,{target:"vkbSidebar"},rc("VK Blocks Templates","vk-blocks")),React.createElement(nc,{name:"vkbSidebar",title:rc("VK Blocks Templates","vk-blocks")},React.createElement(Xa,null)))}};5.3<=parseFloat(wpVersion)&&function(e){if(e){var t=e.name,n=e.settings;Ra(t,n)}}(o)}]);
|
inc/vk-blocks/package/build/languages/vk-blocks-ja-vk-blocks-build-js.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0;","lang":"ja_JP"},"FontAwesome":["Font Awesome:"],"Enter Font Awesome Class. Ex) fas fa-arrow-circle-right ":["Font Awesome の class 名を入力してください。例) fas fa-arrow-circle-right"],"Font Awesome icon list":["Font Awesome アイコンリスト"],"Card Item":["カードアイテム"],"URL":["URL"],"https://example.com":["https://example.com"],"Delete Image":["画像を削除"],"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ":[""],"Title":["タイトルを入力"],"Select image":["画像を選択"],"Display item":["表示要素"],"Image":["画像"],"Button":["ボタン"],"Button option":["ボタンオプション"],"Click each card block to set the target url. You can find the url form at it's sidebar.":["ボタンのリンク先は各カードブロックをクリックすると、サイドバーにURL入力フォームが表示されます。"],"Button text":["ボタンの文字"],"Card":["カード"],"Exsist Already Page":[""],"Current Page":["現在のページ"],"Child page list":["子ページリスト"],"Display conditions":["表示条件"],"Parent":["親ページ"],"Background Setting":["背景設定"],"Color Setting":["色設定"],"Color will overcome background image. If you want to display image, clear background color or set opacity 0.":["色を指定すると画像よりも優先されます。画像を表示したい場合は、背景色をクリアするか、不透明度を0に設定します。"],"Opacity Setting":["透過設定"],"Background Image":["背景画像"],"Background image Position":["背景画像の位置"],"normal":["標準"],"Fixed":["固定"],"Parallax (It will not work in preview)":["パララックス(編集画面では反映されません)"],"Layout Setting":["レイアウト設定"],"Outer width":["アウターの幅"],"Normal":["標準"],"Full Wide":["全幅"],"Contents area padding (left and right)":["コンテンツエリアの余白 (左右)"],"Do not use padding":["余白なし"],"Use padding":["余白あり"],"Padding (top and bottom)":["余白 (上下)"],"Use default padding":["標準の余白を使用"],"Do not use default padding (Set it yourself using a spacer block etc.).":["標準の余白を使用しない(スペーサーブロックなどで独自に指定する)。"],"Divider Setting":["区切りの設定"],"Type":["タイプ"],"Tilt":["傾斜"],"Curve":["カーブ"],"Wave":["波状"],"Triangle":["三角"],"Upper Divider Level":["上部区切りレベル"],"Lower Divider Level":["下部区切りレベル"],"Border Setting":["枠線の設定"],"Border will disappear when divider effect is applied.":["枠線は区切りレベルを適用すると表示されなくなります。"],"Border type":["枠線の種類"],"None":["なし"],"Solid":["直線"],"Dotted":["点線"],"Dashed":["Dashed"],"Double":["二重線"],"Groove":["Groove"],"Ridge":["Ridge"],"Inset":["Inset"],"Outset":["Outset"],"Border width":["枠線の幅"],"Border radius":["枠線のRの大きさ"],"Outer":["Outer"],"Filter by PostTypes":["投稿タイプ"],"Filter by Taxonomy Terms":["分類"],"Number of Posts":["表示件数"],"Order by":["表示順"],"Published Date":["公開日"],"Modefied Date":["更新日"],"Random":["ランダム"],"offset":["オフセット数"],"Ignore this post":["表示中の投稿をリストから除外する"],"Post list":["投稿リスト"],"Outlined":["アウトライン"],"Default":["標準"],"Step Item":["ステップ要素"],"Step Mark":["ステップマーク"],"If FontAwesome class entered, it will overrides the number.":["Font Awesome の class 名が入力されている場合は数字は上書きされます。"],"Ex,6:00AM":["例) 午前 6:00"],"Color":["色"],"Style":["スタイル"],"First Dot Number":["ステップの開始番号"],"Step":["ステップ"],"Table of Contents":["目次"],"No frame":["枠無し"],"Default Display Status":["初期表示状態"],"OPEN":[""],"CLOSE":[""],"Timeline Item":["タイムライン要素"],"label":["ラベル"],"Timeline":["タイムライン"],"Alert":["アラート"],"Please select the type of balloon.":["吹き出しのタイプを指定してください。"],"Serif":["セリフ"],"Thinking":["吹き出し"],"Upload image":["画像をアップロード"],"Icon Name":["アイコンの名前"],"Input text":["文字を入力"],"Ballon":["フキダシ"],"Balloon setting":["フキダシ設定"],"Position":["位置"],"Please specify the layout of the balloon.":["吹き出しの配置を指定してください。"],"Left":["左"],"Right":["右"],"Button setting":["ボタン設定"],"Sub Caption":["サブテキスト"],"Open link new tab.":["リンクを別ウィンドウで開く"],"Button Size:":["ボタンサイズ:"],"Large":["大"],"Small":["小"],"Button Position:":["ボタンの位置:"],"Center":["中央"],"Wide":["幅広"],"Block":["全幅"],"Button Style:":["ボタンスタイル:"],"Solid color":["ベタ塗り"],"No background":["背景なし"],"Text only":["テキストのみ"],"If you select \"No background\", that you need to select a Custom Color.":["もし「背景なし」を選択した場合はカスタムカラーで色を指定してください。"],"Default Color:":["標準色:"],"Primary":["Primary"],"Secondary":["Secondary"],"Success":["Success"],"Info":["Info"],"Warning":["Warning"],"Danger":["Danger"],"Light":["Light"],"Dark":["Dark"],"Custom Color":["カスタムカラー"],"This custom color overrides the default color. If you want to use the default color, click the clear button.":["このカスタムカラーはデフォルトのカラーを上書きします。 デフォルトの色を使用したい場合は、クリアボタンをクリックしてください。"],"Font Awesome:":["Font Awesome:"],"Before text":["文字の前"],"Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right":["Font Awesome の class 名を入力してください。このアイコンは文字の前に表示されます。 例) fas fa-arrow-circle-right"],"After text":["文字の後"],"Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt":["Font Awesome の class 名を入力してください。このアイコンは文字の後に表示されます。 例) fas fa-external-link-alt"],"Apply":[""],"Please enter a answer.":["回答を入力してください。"],"FAQ":["質問と解答"],"Please enter a question.":["質問を入力してください。"],"Flow":["フロー"],"Display of arrow":["矢印の表示"],"Arrow display":["矢印を表示する"],"Arrow hidden":["矢印を表示しない"],"Input title":["タイトルを入力"],"Input content":["説明を入力"],"Stitch":["スティッチ"],"Border Top Bottom":["直線 上下"],"Shadow":["シャドウ"],"Border Color":["線の色"],"Solid Roundcorner":["直線 角丸"],"Dotted border bottom black":["点線 下線 黒"],"Both ends":["左右線"],"Brackets black":["括弧 黒"],"Plain":["装飾無し"],"Background fill lightgray":["背景塗り 灰色"],"Double border top and bottom black":["二重線 上下線 黒"],"Double border bottom black":["二重線 下線 黒"],"Solid border top and bottom black":["直線 上下 黒"],"Solid border bottom black":["直線 下線 黒"],"Style Settings":["スタイル設定"],"Heading style":["見出しスタイル"],"Margin bottom size (rem)":["下部の余白"],"Heading Settings":["見出し設定"],"Level":["レベル"],"Text Alignment":["テキストの水平位置"],"Heading margin bottom size (rem)":["見出し下部の余白 (rem)"],"Sub Text Settings":["サブテキスト設定"],"Display":["表示"],"Hide":["非表示"],"Text size (rem)":["文字サイズ (rem)"],"Heading":["見出し"],"Input sub text…":["サブテキストを入力"],"Input title…":["タイトルを入力"],"Heading %d":["見出し %d"],"Hidden ( Screen size : all )":["非表示 ( 画面サイズ : all )"],"Hidden ( Screen size : xs )":["非表示 ( 画面サイズ : xs )"],"Hidden ( Screen size : sm )":["非表示 ( 画面サイズ : sm )"],"Hidden ( Screen size : md )":["非表示 ( 画面サイズ : md )"],"Hidden ( Screen size : lg )":["非表示 ( 画面サイズ : lg )"],"Hidden ( Screen size : xl )":["非表示 ( 画面サイズ : xl )"],"If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.":["複数のブロックを非表示にする場合は、最初にグループブロックに設定し、そのグループブロックに対して非表示にします。"],"Hidden Settings":["非表示設定"],"Hidden at screel size":["非表示にする画面サイズ"],"Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.":["注意 : この機能はあくまでHTMLに出力される要素を非表示にするだけです。本当に見せてはいけない要素には使わないでください。"],"Highlight Color":["ハイライトカラー"],"Highlighter":["蛍光マーカー"],"Photo frame":["フォトフレーム"],"Border":["枠線"],"Arrow":["矢印"],"Check":["チェック"],"Check Square":["チェック-四角"],"Check Circle":["チェック-丸"],"Handpoint":["指"],"Pencil":["鉛筆"],"Smile":["笑顔"],"Frown":["不満顔"],"Numbered Circle":["数字-丸"],"Numbered Square":["数字-四角"],"List Icon Color":["リストアイコンの色"],"PR Block1 Setting":["PR Block1 設定"],"Icon 1":["アイコン 1"],"PR Image 1":["PR 画像 1"],"When you have an image. Image is displayed with priority":["画像を設定した場合は画像が優先して表示されます。"],"PR Block2 Setting":["PR Block2 設定"],"Icon 2":["アイコン 2"],"PR Image 2":["PR 画像 2"],"PR Block3 Setting":["PR Block3 設定"],"Link URL:":["リンクURL:"],"Icon 3":["アイコン 3"],"Class name of the Font Awesome icon font you want to use:":["アイコンを使う場合は Font Awesome のアイコンのclass名:"],"Icon Background:":["アイコン背景:"],"PR Image 3":["PR 画像 3"],"When you have an image. Image is displayed with priority.":["画像を設定した場合は画像が優先して表示されます。"],"PR Blocks":["PR Blocks"],"Input Title":["タイトルを入力"],"Input Content":["文章を入力してください"],"Title Color":["見出しの色"],"Content Color":["本文の色"],"Image Border Color":["画像の線の色"],"Button Setting":["ボタン設定"],"Button Text":["ボタンの文字"],"Link URL":["リンクURL"],"Button Type":["ボタンタイプ"],"Ghost":["ゴーストボタン"],"Button Color":["ボタンの色"],"Layout Type":["レイアウトタイプ"],"PR Content":["PR Content"],"Input title.":["タイトルを入力してください。"],"Input content.":["本文を入力してください。"],"Tablet":["タブレット"],"Mobile":["モバイル"],"Responsive Spacer":["レスポンシブスペーサー"],"Unit Type":["単位"],"px":["px"],"em":["em"],"rem":["rem"],"vw":["vw"],"Height for each device.":["デバイス毎の高さ"],"PC":["PC"],"Alt text":["画像の代替テキスト"],"Set the alt text for profile image":["プロフィール画像の代替テキストを設定します"],"Staff name":["名前"],"Name caption":["名前のキャプション"],"Role position":["役職"],"Profile title":["プロフィールタイトル"],"Profile text":["プロフィールテキスト"],"Staff":["スタッフ"],"Layout":["レイアウト"],"Image left":["画像 左"],"Image border":["画像の線"],"Your Name":["名前"],"Caption":["キャプション"],"Align":["表示位置"],"Card ( No border )":["カード(線なし)"],"Card Horizontal":["カード(水平)"],"Media":["メディア"],"Text 1 Column":["テキスト1カラム"],"Display type and columns":["表示タイプとカラム"],"Display type":["表示タイプ"],"Column ( Screen size : Extra small )":["カラム ( 画面サイズ : Extra small )"],"Column ( Screen size : Small )":["カラム ( 画面サイズ : Small )"],"Column ( Screen size : Medium )":["カラム ( 画面サイズ : Medium )"],"Column ( Screen size : Large )":["カラム ( 画面サイズ : Large )"],"Column ( Screen size : Extra large )":["カラム ( 画面サイズ : Extra large )"],"Term name":["分類名"],"Excerpt":["抜粋"],"Date":["日付"],"New mark":["新着表示"],"New mark option":["新着表示オプション"],"Number of days to display the new post mark":["新着表示日数"],"New post mark":["新着表示"],"Button align":["ボタンの位置"],"Link target":["リンクターゲット"],"Open in new tab":["リンクを別ウィンドウで開く"],"Link rel":["rel属性"],"VK Blocks Templates":[""],"Disabled Blocks module. Because VK-Blocks Plugin running.":["VK-Blocksと競合するため、VK All in One Expansion UnitのBlock機能を停止しました。"],"Deactivated VK-Blocks Plugin. Because VK-Blocks Pro running.":["Pro版VK-Blocksが起動しているため、VK-Blocksを停止しました。"]}}}
|
1 |
+
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0;","lang":"ja_JP"},"Font Awesome":["Font Awesome:"],"Enter Font Awesome Class.":["Font Awesome の class 名を入力してください。"],"Ex) fas fa-arrow-circle-right":["例) fas fa-arrow-circle-right"],"Font Awesome icon list":["Font Awesome アイコンリスト"],"Card Item":["カードアイテム"],"URL":["URL"],"https://example.com":["https://example.com"],"Delete Image":["画像を削除"],"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ":[""],"Title":["タイトルを入力"],"Select image":["画像を選択"],"Display item":["表示要素"],"Image":["画像"],"Button":["ボタン"],"Button option":["ボタンオプション"],"Click each card block to set the target url. You can find the url form at it's sidebar.":["ボタンのリンク先は各カードブロックをクリックすると、サイドバーにURL入力フォームが表示されます。"],"Button text":["ボタンの文字"],"Card":["カード"],"Exsist Already Page":[""],"Current Page":["現在のページ"],"Child page list":["子ページリスト"],"Display conditions":["表示条件"],"Parent":["親ページ"],"Ignore this post":["表示中の投稿をリストから除外する"],"Grid Column Item":["グリッドカラムアイテム"],"Grid Column":["グリッドカラム"],"Layout Columns":["カラムレイアウト"],"Background Setting":["背景設定"],"Color Setting":["色設定"],"Color will overcome background image. If you want to display image, clear background color or set opacity 0.":["色を指定すると画像よりも優先されます。画像を表示したい場合は、背景色をクリアするか、不透明度を0に設定します。"],"Opacity Setting":["透過設定"],"Background Image PC":["背景画像 ( PC )"],"Background Image Tablet":["背景画像 ( タブレット )"],"Background Image Mobile":["背景画像背景画像 ( モバイル )"],"Background image Position":["背景画像の位置"],"normal":["標準"],"Fixed (Not fixed on iPhone)":["固定(iPhoneでは固定されません)"],"Parallax (Non-guaranteed)":["パララックス(非保証)"],"Layout Setting":["レイアウト設定"],"Width":["幅"],"Normal":["標準"],"Full Wide":["全幅"],"Padding (Left and Right)":["余白 (左右)"],"Fit to the Content area":["コンテンツエリアに合わせる"],"Add padding to the Outer area":["アウターエリア内に余白を追加する"],"Padding (Top and Bottom)":["余白 (上下)"],"Use default padding":["標準の余白を使用"],"Do not use default padding":["標準の余白を使用しない"],"* If you select \"Do not use\" that, please set yourself it such as a spacer block.":["*「使用しない」を選択した場合はスペーサーブロックなどで任意に設定してください。"],"Divider Setting":["区切りの設定"],"Type":["タイプ"],"Tilt":["傾斜"],"Curve":["カーブ"],"Wave":["波状"],"Triangle":["三角"],"Upper Divider Level":["上部区切りレベル"],"Lower Divider Level":["下部区切りレベル"],"Border Setting":["枠線の設定"],"Border will disappear when divider effect is applied.":["枠線は区切りレベルを適用すると表示されなくなります。"],"Border type":["枠線の種類"],"None":["なし"],"Solid":["直線"],"Dotted":["点線"],"Dashed":["Dashed"],"Double":["二重線"],"Groove":["Groove"],"Ridge":["Ridge"],"Inset":["Inset"],"Outset":["Outset"],"Border width":["枠線の幅"],"Border radius":["枠線のRの大きさ"],"Outer":["Outer"],"Filter by PostTypes":["投稿タイプ"],"Filter by Taxonomy Terms":["分類"],"Number of Posts":["表示件数"],"Order by":["表示順"],"Published Date":["公開日"],"Modefied Date":["更新日"],"Random":["ランダム"],"offset":["オフセット数"],"Post list":["投稿リスト"],"Step Item":["ステップ要素"],"Step Mark":["ステップマーク"],"If FontAwesome class entered, it will overrides the number.":["Font Awesome の class 名が入力されている場合は数字は上書きされます。"],"Ex,6:00AM":["例) 午前 6:00"],"Color":["色"],"Style":["スタイル"],"Outlined":["アウトライン"],"Default":["標準"],"Step":["ステップ"],"First Dot Number":["ステップの開始番号"],"Table of Contents":["目次"],"No frame":["枠無し"],"Default Display Status":["初期表示状態"],"OPEN":[""],"CLOSE":[""],"Timeline Item":["タイムライン要素"],"label":["ラベル"],"Timeline":["タイムライン"],"Alert":["アラート"],"Style Settings":["スタイル設定"],"Success":["Success"],"Info":["Info"],"Warning":["Warning"],"Danger":["Danger"],"Upload image":["画像をアップロード"],"Icon Name":["アイコンの名前"],"Input text":["文字を入力"],"Ballon":["フキダシ"],"Balloon setting":["フキダシ設定"],"Position":["位置"],"Please specify the layout of the balloon.":["吹き出しの配置を指定してください。"],"Left":["左"],"Right":["右"],"Please select the type of balloon.":["吹き出しのタイプを指定してください。"],"Serif":["セリフ"],"Thinking":["吹き出し"],"Please enter a title.":["見出しを入力してください。"],"Blue":["青"],"Green":["緑"],"Black":["黒"],"Icon":["アイコン"],"Border Box":["枠線ボックス"],"Solid Angle Tab":["直線 ピン角 タブ"],"Solid Round Tab":["直線 角丸 タブ"],"Solid Angle Banner":["直線 ピン角 バナー"],"Solid Angle Onborder":["直線 ピンカド 線上"],"Solid Angle Inner":["直線 ピン角 内側"],"Solid Angle iconFeature":["直線 ピン角 アイコン"],"Red":["赤"],"Orange":["オレンジ"],"Button setting":["ボタン設定"],"Sub Caption":["サブテキスト"],"Open link new tab.":["リンクを別ウィンドウで開く"],"Button Size:":["ボタンサイズ:"],"Large":["大"],"Small":["小"],"Button Position:":["ボタンの位置:"],"Center":["中央"],"Wide":["幅広"],"Block":["全幅"],"Button Style:":["ボタンスタイル:"],"Solid color":["ベタ塗り"],"No background":["背景なし"],"Text only":["テキストのみ"],"If you select \"No background\", that you need to select a Custom Color.":["もし「背景なし」を選択した場合はカスタムカラーで色を指定してください。"],"Default Color:":["標準色:"],"Primary":["Primary"],"Secondary":["Secondary"],"Light":["Light"],"Dark":["Dark"],"Custom Color":["カスタムカラー"],"This custom color overrides the default color. If you want to use the default color, click the clear button.":["このカスタムカラーはデフォルトのカラーを上書きします。 デフォルトの色を使用したい場合は、クリアボタンをクリックしてください。"],"Font Awesome:":["Font Awesome:"],"Before text":["文字の前"],"Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-circle-right":["Font Awesome の class 名を入力してください。このアイコンは文字の前に表示されます。 例) fas fa-arrow-circle-right"],"After text":["文字の後"],"Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-external-link-alt":["Font Awesome の class 名を入力してください。このアイコンは文字の後に表示されます。 例) fas fa-external-link-alt"],"Apply":[""],"Please enter a answer.":["回答を入力してください。"],"FAQ":["質問と解答"],"Please enter a question.":["質問を入力してください。"],"Flow":["フロー"],"Display of arrow":["矢印の表示"],"Arrow display":["矢印を表示する"],"Arrow hidden":["矢印を表示しない"],"Input title":["タイトルを入力"],"Input content":["説明を入力"],"Stitch":["スティッチ"],"Border Top Bottom":["直線 上下"],"Shadow":["シャドウ"],"Border Color":["線の色"],"Solid Roundcorner":["直線 角丸"],"Dotted border bottom black":["点線 下線 黒"],"Both ends":["左右線"],"Brackets black":["括弧 黒"],"Plain":["装飾無し"],"Background fill lightgray":["背景塗り 灰色"],"Double border top and bottom black":["二重線 上下線 黒"],"Double border bottom black":["二重線 下線 黒"],"Solid border top and bottom black":["直線 上下 黒"],"Solid border bottom black":["直線 下線 黒"],"Heading style":["見出しスタイル"],"Margin bottom size (rem)":["下部の余白"],"Heading Settings":["見出し設定"],"Level":["レベル"],"Text Alignment":["テキストの水平位置"],"Heading margin bottom size (rem)":["見出し下部の余白 (rem)"],"Sub Text Settings":["サブテキスト設定"],"Display":["表示"],"Hide":["非表示"],"Text size (rem)":["文字サイズ (rem)"],"Heading":["見出し"],"Input sub text…":["サブテキストを入力"],"Input title…":["タイトルを入力"],"Heading %d":["見出し %d"],"Hidden at screel size":["非表示にする画面サイズ"],"Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.":["注意 : この機能はあくまでHTMLに出力される要素を非表示にするだけです。本当に見せてはいけない要素には使わないでください。"],"Hidden ( Screen size : all )":["非表示 ( 画面サイズ : all )"],"Hidden ( Screen size : xs )":["非表示 ( 画面サイズ : xs )"],"Hidden ( Screen size : sm )":["非表示 ( 画面サイズ : sm )"],"Hidden ( Screen size : md )":["非表示 ( 画面サイズ : md )"],"Hidden ( Screen size : lg )":["非表示 ( 画面サイズ : lg )"],"Hidden ( Screen size : xl )":["非表示 ( 画面サイズ : xl )"],"If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.":["複数のブロックを非表示にする場合は、最初にグループブロックに設定し、そのグループブロックに対して非表示にします。"],"Hidden Settings":["非表示設定"],"Highlight Color":["ハイライトカラー"],"Highlighter":["蛍光マーカー"],"Photo frame":["フォトフレーム"],"Border":["枠線"],"Arrow":["矢印"],"Check":["チェック"],"Check Square":["チェック-四角"],"Check Circle":["チェック-丸"],"Handpoint":["指"],"Pencil":["鉛筆"],"Smile":["笑顔"],"Frown":["不満顔"],"Numbered Circle":["数字-丸"],"Numbered Square":["数字-四角"],"List Icon Color":["リストアイコンの色"],"PR Block1 Setting":["PR Block1 設定"],"Icon 1":["アイコン 1"],"When you have an image. Image is displayed with priority":["画像を設定した場合は画像が優先して表示されます。"],"PR Image 1":["PR 画像 1"],"PR Block2 Setting":["PR Block2 設定"],"Icon 2":["アイコン 2"],"PR Image 2":["PR 画像 2"],"PR Block3 Setting":["PR Block3 設定"],"Link URL:":["リンクURL:"],"Icon 3":["アイコン 3"],"Class name of the Font Awesome icon font you want to use:":["アイコンを使う場合は Font Awesome のアイコンのclass名:"],"Icon Background:":["アイコン背景:"],"When you have an image. Image is displayed with priority.":["画像を設定した場合は画像が優先して表示されます。"],"PR Image 3":["PR 画像 3"],"PR Blocks":["PR Blocks"],"Input Title":["タイトルを入力"],"Input Content":["文章を入力してください"],"Title Color":["見出しの色"],"Content Color":["本文の色"],"Image Border Color":["画像の線の色"],"Button Setting":["ボタン設定"],"Button Text":["ボタンの文字"],"Link URL":["リンクURL"],"Button Type":["ボタンタイプ"],"Ghost":["ゴーストボタン"],"Button Color":["ボタンの色"],"Layout Type":["レイアウトタイプ"],"PR Content":["PR Content"],"Input title.":["タイトルを入力してください。"],"Input content.":["本文を入力してください。"],"Tablet":["タブレット"],"Mobile":["モバイル"],"Responsive Spacer":["レスポンシブスペーサー"],"Unit Type":["単位"],"px":["px"],"em":["em"],"rem":["rem"],"vw":["vw"],"Height for each device.":["デバイス毎の高さ"],"PC":["PC"],"Staff name":["名前"],"Name caption":["名前のキャプション"],"Role position":["役職"],"Profile title":["プロフィールタイトル"],"Profile text":["プロフィールテキスト"],"Staff":["スタッフ"],"Layout":["レイアウト"],"Image left":["画像 左"],"Image border":["画像の線"],"Alt text":["画像の代替テキスト"],"Set the alt text for profile image":["プロフィール画像の代替テキストを設定します"],"Your Name":["名前"],"Caption":["キャプション"],"Align":["表示位置"],"Card ( No border )":["カード(線なし)"],"Card Horizontal":["カード(水平)"],"Media":["メディア"],"Text 1 Column":["テキスト1カラム"],"Display type and columns":["表示タイプとカラム"],"Display type":["表示タイプ"],"Column ( Screen size : Extra small )":["カラム ( 画面サイズ : Extra small )"],"Column ( Screen size : Small )":["カラム ( 画面サイズ : Small )"],"Column ( Screen size : Medium )":["カラム ( 画面サイズ : Medium )"],"Column ( Screen size : Large )":["カラム ( 画面サイズ : Large )"],"Column ( Screen size : Extra large )":["カラム ( 画面サイズ : Extra large )"],"Term name":["分類名"],"Excerpt":["抜粋"],"Date":["日付"],"New mark":["新着表示"],"New mark option":["新着表示オプション"],"Number of days to display the new post mark":["新着表示日数"],"New post mark":["新着表示"],"Button align":["ボタンの位置"],"Link target":["リンクターゲット"],"Open in new tab":["リンクを別ウィンドウで開く"],"Link rel":["rel属性"],"VK Blocks Templates":["VK Blocks テンプレート"],"Disabled Blocks module. Because VK-Blocks Plugin running.":["VK-Blocksと競合するため、VK All in One Expansion UnitのBlock機能を停止しました。"],"Deactivated VK-Blocks Plugin. Because VK-Blocks Pro running.":["Pro版VK-Blocksが起動しているため、VK-Blocksを停止しました。"]}}}
|
inc/vk-blocks/package/build/languages/vk-blocks-ja.mo
CHANGED
Binary file
|
inc/vk-blocks/package/build/languages/vk-blocks-ja.po
CHANGED
@@ -9,23 +9,26 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit
|
13 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-KeywordsList: __\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: src/blocks/_helper/font-awesome.js:
|
19 |
-
msgid "
|
20 |
msgstr "Font Awesome:"
|
21 |
|
22 |
-
#: src/blocks/_helper/font-awesome.js:
|
23 |
-
msgid "Enter Font Awesome Class.
|
24 |
-
msgstr ""
|
25 |
-
|
|
|
|
|
|
|
26 |
|
27 |
-
#: src/blocks/_helper/font-awesome.js:
|
28 |
-
#: src/blocks/pr-blocks/block.js:
|
29 |
msgid "Font Awesome icon list"
|
30 |
msgstr "Font Awesome アイコンリスト"
|
31 |
|
@@ -33,16 +36,16 @@ msgstr "Font Awesome アイコンリスト"
|
|
33 |
msgid "Card Item"
|
34 |
msgstr "カードアイテム"
|
35 |
|
36 |
-
#: src/blocks/_pro/card-item/block.js:
|
37 |
msgid "URL"
|
38 |
msgstr "URL"
|
39 |
|
40 |
-
#: src/blocks/_pro/card-item/block.js:
|
41 |
msgid "https://example.com"
|
42 |
msgstr "https://example.com"
|
43 |
|
44 |
#: src/blocks/_pro/card-item/component.js:103
|
45 |
-
#: src/
|
46 |
msgid "Delete Image"
|
47 |
msgstr "画像を削除"
|
48 |
|
@@ -56,37 +59,38 @@ msgstr ""
|
|
56 |
msgid "Title"
|
57 |
msgstr "タイトルを入力"
|
58 |
|
59 |
-
#: src/blocks/_pro/card-item/component.js:90 src/blocks/
|
60 |
-
#: src/blocks/
|
61 |
-
#: src/blocks/pr-
|
62 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:102
|
63 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:116
|
64 |
#: src/blocks/staff/component.js:88
|
|
|
65 |
msgid "Select image"
|
66 |
msgstr "画像を選択"
|
67 |
|
68 |
-
#: src/blocks/_pro/card/block.js:
|
69 |
-
#: src/components/display-items-control/index.js:
|
70 |
msgid "Display item"
|
71 |
msgstr "表示要素"
|
72 |
|
73 |
-
#: src/blocks/_pro/card/block.js:
|
74 |
-
#: src/components/display-items-control/index.js:
|
75 |
msgid "Image"
|
76 |
msgstr "画像"
|
77 |
|
78 |
-
#: src/blocks/_pro/card/block.js:
|
79 |
-
#: src/components/display-items-control/index.js:
|
80 |
msgid "Button"
|
81 |
msgstr "ボタン"
|
82 |
|
83 |
-
#: src/blocks/_pro/card/block.js:
|
84 |
-
#: src/components/display-items-control/index.js:
|
85 |
msgid "Button option"
|
86 |
msgstr "ボタンオプション"
|
87 |
|
88 |
-
#: src/blocks/_pro/card/block.js:
|
89 |
-
#: src/components/display-items-control/index.js:
|
90 |
msgid ""
|
91 |
"Click each card block to set the target url. You can find the url form at "
|
92 |
"it's sidebar."
|
@@ -94,46 +98,63 @@ msgstr ""
|
|
94 |
"ボタンのリンク先は各カードブロックをクリックすると、サイドバーにURL入力フォー"
|
95 |
"ムが表示されます。"
|
96 |
|
97 |
-
#: src/blocks/_pro/card/block.js:
|
98 |
-
#: src/components/display-items-control/index.js:
|
99 |
msgid "Button text"
|
100 |
msgstr "ボタンの文字"
|
101 |
|
102 |
-
#: src/blocks/_pro/card/block.js:
|
103 |
-
#: src/components/column-layout-control/index.js:
|
104 |
msgid "Card"
|
105 |
msgstr "カード"
|
106 |
|
107 |
-
#: src/blocks/_pro/child-page/block.js:
|
108 |
msgid "Exsist Already Page"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: src/blocks/_pro/child-page/block.js:
|
112 |
msgid "Current Page"
|
113 |
msgstr "現在のページ"
|
114 |
|
115 |
-
#: src/blocks/_pro/child-page/block.js:
|
116 |
msgid "Child page list"
|
117 |
msgstr "子ページリスト"
|
118 |
|
119 |
-
#: src/blocks/_pro/child-page/block.js:
|
120 |
-
#: src/blocks/_pro/post-list/block.js:
|
121 |
msgid "Display conditions"
|
122 |
msgstr "表示条件"
|
123 |
|
124 |
-
#: src/blocks/_pro/child-page/block.js:
|
125 |
msgid "Parent"
|
126 |
msgstr "親ページ"
|
127 |
|
128 |
-
#: src/blocks/_pro/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
msgid "Background Setting"
|
130 |
msgstr "背景設定"
|
131 |
|
132 |
-
#: src/blocks/_pro/outer/block.js:
|
133 |
msgid "Color Setting"
|
134 |
msgstr "色設定"
|
135 |
|
136 |
-
#: src/blocks/_pro/outer/block.js:
|
137 |
msgid ""
|
138 |
"Color will overcome background image. If you want to display image, clear "
|
139 |
"background color or set opacity 0."
|
@@ -141,60 +162,68 @@ msgstr ""
|
|
141 |
"色を指定すると画像よりも優先されます。画像を表示したい場合は、背景色をクリア"
|
142 |
"するか、不透明度を0に設定します。"
|
143 |
|
144 |
-
#: src/blocks/_pro/outer/block.js:
|
145 |
msgid "Opacity Setting"
|
146 |
msgstr "透過設定"
|
147 |
|
148 |
-
#: src/blocks/_pro/outer/block.js:
|
149 |
-
msgid "Background Image"
|
150 |
-
msgstr "背景画像"
|
|
|
|
|
|
|
|
|
151 |
|
152 |
-
#: src/blocks/_pro/outer/block.js:
|
|
|
|
|
|
|
|
|
153 |
msgid "Background image Position"
|
154 |
msgstr "背景画像の位置"
|
155 |
|
156 |
-
#: src/blocks/_pro/outer/block.js:
|
157 |
msgid "normal"
|
158 |
msgstr "標準"
|
159 |
|
160 |
-
#: src/blocks/_pro/outer/block.js:
|
161 |
-
msgid "Fixed"
|
162 |
-
msgstr "
|
163 |
|
164 |
-
#: src/blocks/_pro/outer/block.js:
|
165 |
-
msgid "Parallax (
|
166 |
-
msgstr "
|
167 |
|
168 |
-
#: src/blocks/_pro/outer/block.js:
|
169 |
msgid "Layout Setting"
|
170 |
msgstr "レイアウト設定"
|
171 |
|
172 |
-
#: src/blocks/_pro/outer/block.js:
|
173 |
-
msgid "
|
174 |
-
msgstr "
|
175 |
|
176 |
-
#: src/blocks/_pro/outer/block.js:
|
177 |
msgid "Normal"
|
178 |
msgstr "標準"
|
179 |
|
180 |
-
#: src/blocks/_pro/outer/block.js:
|
181 |
msgid "Full Wide"
|
182 |
msgstr "全幅"
|
183 |
|
184 |
-
#: src/blocks/_pro/outer/block.js:
|
185 |
-
msgid "
|
186 |
-
msgstr "
|
187 |
|
188 |
-
#: src/blocks/_pro/outer/block.js:
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
|
192 |
-
#: src/blocks/_pro/outer/block.js:
|
193 |
-
msgid "
|
194 |
-
msgstr "
|
195 |
|
196 |
-
#: src/blocks/_pro/outer/block.js:
|
197 |
-
msgid "Padding (
|
198 |
msgstr "余白 (上下)"
|
199 |
|
200 |
#: src/blocks/_pro/outer/block.js:219
|
@@ -202,211 +231,224 @@ msgid "Use default padding"
|
|
202 |
msgstr "標準の余白を使用"
|
203 |
|
204 |
#: src/blocks/_pro/outer/block.js:221
|
205 |
-
msgid "Do not use default padding
|
206 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
|
208 |
-
#: src/blocks/_pro/outer/block.js:
|
209 |
msgid "Divider Setting"
|
210 |
msgstr "区切りの設定"
|
211 |
|
212 |
-
#: src/blocks/_pro/outer/block.js:
|
213 |
msgid "Type"
|
214 |
msgstr "タイプ"
|
215 |
|
216 |
-
#: src/blocks/_pro/outer/block.js:
|
217 |
msgid "Tilt"
|
218 |
msgstr "傾斜"
|
219 |
|
220 |
-
#: src/blocks/_pro/outer/block.js:
|
221 |
msgid "Curve"
|
222 |
msgstr "カーブ"
|
223 |
|
224 |
-
#: src/blocks/_pro/outer/block.js:
|
225 |
msgid "Wave"
|
226 |
msgstr "波状"
|
227 |
|
228 |
-
#: src/blocks/_pro/outer/block.js:
|
229 |
msgid "Triangle"
|
230 |
msgstr "三角"
|
231 |
|
232 |
-
#: src/blocks/_pro/outer/block.js:
|
233 |
msgid "Upper Divider Level"
|
234 |
msgstr "上部区切りレベル"
|
235 |
|
236 |
-
#: src/blocks/_pro/outer/block.js:
|
237 |
msgid "Lower Divider Level"
|
238 |
msgstr "下部区切りレベル"
|
239 |
|
240 |
-
#: src/blocks/_pro/outer/block.js:
|
241 |
msgid "Border Setting"
|
242 |
msgstr "枠線の設定"
|
243 |
|
244 |
-
#: src/blocks/_pro/outer/block.js:
|
245 |
msgid "Border will disappear when divider effect is applied."
|
246 |
msgstr "枠線は区切りレベルを適用すると表示されなくなります。"
|
247 |
|
248 |
-
#: src/blocks/_pro/outer/block.js:
|
249 |
msgid "Border type"
|
250 |
msgstr "枠線の種類"
|
251 |
|
252 |
-
#: src/blocks/_pro/outer/block.js:
|
253 |
-
#: src/blocks/_pro/timeline-item/block.js:103 src/blocks/staff/block.js:
|
254 |
msgid "None"
|
255 |
msgstr "なし"
|
256 |
|
257 |
-
#: src/blocks/_pro/outer/block.js:
|
258 |
#: src/blocks/_pro/timeline-item/block.js:84 src/blocks/group-style/block.js:95
|
259 |
#: src/blocks/pr-content/block.js:168
|
260 |
msgid "Solid"
|
261 |
msgstr "直線"
|
262 |
|
263 |
-
#: src/blocks/_pro/outer/block.js:
|
264 |
msgid "Dotted"
|
265 |
msgstr "点線"
|
266 |
|
267 |
-
#: src/blocks/_pro/outer/block.js:
|
268 |
msgid "Dashed"
|
269 |
msgstr "Dashed"
|
270 |
|
271 |
-
#: src/blocks/_pro/outer/block.js:
|
272 |
msgid "Double"
|
273 |
msgstr "二重線"
|
274 |
|
275 |
-
#: src/blocks/_pro/outer/block.js:
|
276 |
msgid "Groove"
|
277 |
msgstr "Groove"
|
278 |
|
279 |
-
#: src/blocks/_pro/outer/block.js:
|
280 |
msgid "Ridge"
|
281 |
msgstr "Ridge"
|
282 |
|
283 |
-
#: src/blocks/_pro/outer/block.js:
|
284 |
msgid "Inset"
|
285 |
msgstr "Inset"
|
286 |
|
287 |
-
#: src/blocks/_pro/outer/block.js:
|
288 |
msgid "Outset"
|
289 |
msgstr "Outset"
|
290 |
|
291 |
-
#: src/blocks/_pro/outer/block.js:
|
292 |
msgid "Border width"
|
293 |
msgstr "枠線の幅"
|
294 |
|
295 |
-
#: src/blocks/_pro/outer/block.js:
|
296 |
msgid "Border radius"
|
297 |
msgstr "枠線のRの大きさ"
|
298 |
|
299 |
-
#: src/blocks/_pro/outer/block.js:
|
300 |
msgid "Outer"
|
301 |
msgstr "Outer"
|
302 |
|
303 |
-
#: src/blocks/_pro/post-list/block.js:
|
304 |
msgid "Filter by PostTypes"
|
305 |
msgstr "投稿タイプ"
|
306 |
|
307 |
-
#: src/blocks/_pro/post-list/block.js:
|
308 |
msgid "Filter by Taxonomy Terms"
|
309 |
msgstr "分類"
|
310 |
|
311 |
-
#: src/blocks/_pro/post-list/block.js:
|
312 |
msgid "Number of Posts"
|
313 |
msgstr "表示件数"
|
314 |
|
315 |
-
#: src/blocks/_pro/post-list/block.js:
|
316 |
msgid "Order by"
|
317 |
msgstr "表示順"
|
318 |
|
319 |
-
#: src/blocks/_pro/post-list/block.js:
|
320 |
msgid "Published Date"
|
321 |
msgstr "公開日"
|
322 |
|
323 |
-
#: src/blocks/_pro/post-list/block.js:
|
324 |
msgid "Modefied Date"
|
325 |
msgstr "更新日"
|
326 |
|
327 |
-
#: src/blocks/_pro/post-list/block.js:
|
328 |
msgid "Random"
|
329 |
msgstr "ランダム"
|
330 |
|
331 |
-
#: src/blocks/_pro/post-list/block.js:
|
332 |
msgid "offset"
|
333 |
msgstr "オフセット数"
|
334 |
|
335 |
-
#: src/blocks/_pro/post-list/block.js:
|
336 |
-
msgid "Ignore this post"
|
337 |
-
msgstr "表示中の投稿をリストから除外する"
|
338 |
-
|
339 |
-
#: src/blocks/_pro/post-list/block.js:66
|
340 |
msgid "Post list"
|
341 |
msgstr "投稿リスト"
|
342 |
|
343 |
-
#: src/blocks/_pro/step-item/block.js:
|
344 |
-
#: src/blocks/_pro/timeline-item/block.js:80
|
345 |
-
msgid "Outlined"
|
346 |
-
msgstr "アウトライン"
|
347 |
-
|
348 |
-
#: src/blocks/_pro/step-item/block.js:116
|
349 |
-
#: src/blocks/_pro/table-of-contents/block.js:50
|
350 |
-
#: src/blocks/_pro/timeline-item/block.js:99
|
351 |
-
#: src/blocks/heading-style/block.js:33 src/blocks/heading/block.js:153
|
352 |
-
#: src/blocks/list-style/block.js:104 src/blocks/staff/block.js:105
|
353 |
-
msgid "Default"
|
354 |
-
msgstr "標準"
|
355 |
-
|
356 |
-
#: src/blocks/_pro/step-item/block.js:33
|
357 |
msgid "Step Item"
|
358 |
msgstr "ステップ要素"
|
359 |
|
360 |
-
#: src/blocks/_pro/step-item/block.js:
|
361 |
msgid "Step Mark"
|
362 |
msgstr "ステップマーク"
|
363 |
|
364 |
-
#: src/blocks/_pro/step-item/block.js:
|
365 |
msgid "If FontAwesome class entered, it will overrides the number."
|
366 |
msgstr "Font Awesome の class 名が入力されている場合は数字は上書きされます。"
|
367 |
|
368 |
-
#: src/blocks/_pro/step-item/block.js:
|
369 |
#: src/blocks/_pro/timeline-item/block.js:60
|
370 |
msgid "Ex,6:00AM"
|
371 |
msgstr "例) 午前 6:00"
|
372 |
|
373 |
-
#: src/blocks/_pro/step-item/block.js:
|
374 |
-
#: src/blocks/_pro/timeline-item/block.js:63 src/blocks/
|
|
|
375 |
msgid "Color"
|
376 |
msgstr "色"
|
377 |
|
378 |
-
#: src/blocks/_pro/step-item/block.js:
|
379 |
-
#: src/blocks/_pro/table-of-contents/block.js:
|
|
|
380 |
#: src/blocks/_pro/timeline-item/block.js:69
|
381 |
msgid "Style"
|
382 |
msgstr "スタイル"
|
383 |
|
384 |
-
#: src/blocks/_pro/step/block.js:
|
385 |
-
|
386 |
-
|
|
|
387 |
|
388 |
-
#: src/blocks/_pro/step/block.js:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
msgid "Step"
|
390 |
msgstr "ステップ"
|
391 |
|
392 |
-
#: src/blocks/_pro/
|
393 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
msgid "Table of Contents"
|
395 |
msgstr "目次"
|
396 |
|
397 |
-
#: src/blocks/_pro/table-of-contents/block.js:
|
|
|
398 |
msgid "No frame"
|
399 |
msgstr "枠無し"
|
400 |
|
401 |
-
#: src/blocks/_pro/table-of-contents/block.js:
|
|
|
402 |
msgid "Default Display Status"
|
403 |
msgstr "初期表示状態"
|
404 |
|
405 |
-
#: src/blocks/_pro/table-of-contents/block.js:
|
|
|
406 |
msgid "OPEN"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: src/blocks/_pro/table-of-contents/block.js:
|
|
|
410 |
msgid "CLOSE"
|
411 |
msgstr ""
|
412 |
|
@@ -418,173 +460,237 @@ msgstr "タイムライン要素"
|
|
418 |
msgid "label"
|
419 |
msgstr "ラベル"
|
420 |
|
421 |
-
#: src/blocks/_pro/timeline/block.js:
|
422 |
msgid "Timeline"
|
423 |
msgstr "タイムライン"
|
424 |
|
425 |
-
#: src/blocks/alert/block.js:
|
426 |
msgid "Alert"
|
427 |
msgstr "アラート"
|
428 |
|
429 |
-
#: src/blocks/
|
430 |
-
msgid "
|
431 |
-
msgstr "
|
432 |
|
433 |
-
#: src/blocks/
|
434 |
-
|
435 |
-
|
|
|
436 |
|
437 |
-
#: src/blocks/
|
438 |
-
|
439 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
|
441 |
-
#: src/blocks/
|
442 |
-
#: src/blocks/pr-
|
|
|
|
|
|
|
|
|
|
|
443 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:106
|
444 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:120
|
445 |
msgid "Upload image"
|
446 |
msgstr "画像をアップロード"
|
447 |
|
448 |
-
#: src/blocks/balloon/block.js:
|
449 |
msgid "Icon Name"
|
450 |
msgstr "アイコンの名前"
|
451 |
|
452 |
-
#: src/blocks/balloon/block.js:
|
453 |
msgid "Input text"
|
454 |
msgstr "文字を入力"
|
455 |
|
456 |
-
#: src/blocks/balloon/block.js:
|
457 |
msgid "Ballon"
|
458 |
msgstr "フキダシ"
|
459 |
|
460 |
-
#: src/blocks/balloon/block.js:
|
461 |
msgid "Balloon setting"
|
462 |
msgstr "フキダシ設定"
|
463 |
|
464 |
-
#: src/blocks/balloon/block.js:
|
465 |
msgid "Position"
|
466 |
msgstr "位置"
|
467 |
|
468 |
-
#: src/blocks/balloon/block.js:
|
469 |
msgid "Please specify the layout of the balloon."
|
470 |
msgstr "吹き出しの配置を指定してください。"
|
471 |
|
472 |
-
#: src/blocks/balloon/block.js:
|
473 |
#: src/blocks/pr-content/block.js:241
|
474 |
-
#: src/components/display-items-control/index.js:
|
475 |
msgid "Left"
|
476 |
msgstr "左"
|
477 |
|
478 |
-
#: src/blocks/balloon/block.js:
|
479 |
#: src/blocks/pr-content/block.js:240
|
480 |
-
#: src/components/display-items-control/index.js:
|
481 |
msgid "Right"
|
482 |
msgstr "右"
|
483 |
|
484 |
-
#: src/blocks/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
msgid "Button setting"
|
486 |
msgstr "ボタン設定"
|
487 |
|
488 |
-
#: src/blocks/button/block.js:
|
489 |
msgid "Sub Caption"
|
490 |
msgstr "サブテキスト"
|
491 |
|
492 |
-
#: src/blocks/button/block.js:
|
493 |
#: src/blocks/pr-content/block.js:160
|
494 |
msgid "Open link new tab."
|
495 |
msgstr "リンクを別ウィンドウで開く"
|
496 |
|
497 |
-
#: src/blocks/button/block.js:
|
498 |
msgid "Button Size:"
|
499 |
msgstr "ボタンサイズ:"
|
500 |
|
501 |
-
#: src/blocks/button/block.js:
|
502 |
msgid "Large"
|
503 |
msgstr "大"
|
504 |
|
505 |
-
#: src/blocks/button/block.js:
|
506 |
msgid "Small"
|
507 |
msgstr "小"
|
508 |
|
509 |
-
#: src/blocks/button/block.js:
|
510 |
msgid "Button Position:"
|
511 |
msgstr "ボタンの位置:"
|
512 |
|
513 |
-
#: src/blocks/button/block.js:
|
514 |
-
#: src/components/display-items-control/index.js:
|
515 |
msgid "Center"
|
516 |
msgstr "中央"
|
517 |
|
518 |
-
#: src/blocks/button/block.js:
|
519 |
msgid "Wide"
|
520 |
msgstr "幅広"
|
521 |
|
522 |
-
#: src/blocks/button/block.js:
|
523 |
msgid "Block"
|
524 |
msgstr "全幅"
|
525 |
|
526 |
-
#: src/blocks/button/block.js:
|
527 |
msgid "Button Style:"
|
528 |
msgstr "ボタンスタイル:"
|
529 |
|
530 |
-
#: src/blocks/button/block.js:
|
531 |
msgid "Solid color"
|
532 |
msgstr "ベタ塗り"
|
533 |
|
534 |
-
#: src/blocks/button/block.js:
|
535 |
msgid "No background"
|
536 |
msgstr "背景なし"
|
537 |
|
538 |
-
#: src/blocks/button/block.js:
|
539 |
msgid "Text only"
|
540 |
msgstr "テキストのみ"
|
541 |
|
542 |
-
#: src/blocks/button/block.js:
|
543 |
msgid ""
|
544 |
"If you select \"No background\", that you need to select a Custom Color."
|
545 |
msgstr "もし「背景なし」を選択した場合はカスタムカラーで色を指定してください。"
|
546 |
|
547 |
-
#: src/blocks/button/block.js:
|
548 |
msgid "Default Color:"
|
549 |
msgstr "標準色:"
|
550 |
|
551 |
-
#: src/blocks/button/block.js:
|
552 |
msgid "Primary"
|
553 |
msgstr "Primary"
|
554 |
|
555 |
-
#: src/blocks/button/block.js:
|
556 |
msgid "Secondary"
|
557 |
msgstr "Secondary"
|
558 |
|
559 |
-
#: src/blocks/button/block.js:
|
560 |
-
msgid "Success"
|
561 |
-
msgstr "Success"
|
562 |
-
|
563 |
-
#: src/blocks/button/block.js:270 src/blocks/pr-content/block.js:181
|
564 |
-
msgid "Info"
|
565 |
-
msgstr "Info"
|
566 |
-
|
567 |
-
#: src/blocks/button/block.js:271 src/blocks/pr-content/block.js:182
|
568 |
-
msgid "Warning"
|
569 |
-
msgstr "Warning"
|
570 |
-
|
571 |
-
#: src/blocks/button/block.js:272 src/blocks/pr-content/block.js:183
|
572 |
-
msgid "Danger"
|
573 |
-
msgstr "Danger"
|
574 |
-
|
575 |
-
#: src/blocks/button/block.js:273 src/blocks/pr-content/block.js:184
|
576 |
msgid "Light"
|
577 |
msgstr "Light"
|
578 |
|
579 |
-
#: src/blocks/button/block.js:
|
580 |
msgid "Dark"
|
581 |
msgstr "Dark"
|
582 |
|
583 |
-
#: src/blocks/button/block.js:
|
584 |
msgid "Custom Color"
|
585 |
msgstr "カスタムカラー"
|
586 |
|
587 |
-
#: src/blocks/button/block.js:
|
588 |
msgid ""
|
589 |
"This custom color overrides the default color. If you want to use the "
|
590 |
"default color, click the clear button."
|
@@ -592,15 +698,15 @@ msgstr ""
|
|
592 |
"このカスタムカラーはデフォルトのカラーを上書きします。 デフォルトの色を使用し"
|
593 |
"たい場合は、クリアボタンをクリックしてください。"
|
594 |
|
595 |
-
#: src/blocks/button/block.js:
|
596 |
msgid "Font Awesome:"
|
597 |
msgstr "Font Awesome:"
|
598 |
|
599 |
-
#: src/blocks/button/block.js:
|
600 |
msgid "Before text"
|
601 |
msgstr "文字の前"
|
602 |
|
603 |
-
#: src/blocks/button/block.js:
|
604 |
msgid ""
|
605 |
"Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-"
|
606 |
"circle-right"
|
@@ -608,11 +714,11 @@ msgstr ""
|
|
608 |
"Font Awesome の class 名を入力してください。このアイコンは文字の前に表示され"
|
609 |
"ます。 例) fas fa-arrow-circle-right"
|
610 |
|
611 |
-
#: src/blocks/button/block.js:
|
612 |
msgid "After text"
|
613 |
msgstr "文字の後"
|
614 |
|
615 |
-
#: src/blocks/button/block.js:
|
616 |
msgid ""
|
617 |
"Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-"
|
618 |
"external-link-alt"
|
@@ -620,7 +726,7 @@ msgstr ""
|
|
620 |
"Font Awesome の class 名を入力してください。このアイコンは文字の後に表示され"
|
621 |
"ます。 例) fas fa-external-link-alt"
|
622 |
|
623 |
-
#: src/blocks/button/block.js:
|
624 |
msgid "Apply"
|
625 |
msgstr ""
|
626 |
|
@@ -636,27 +742,27 @@ msgstr "質問と解答"
|
|
636 |
msgid "Please enter a question."
|
637 |
msgstr "質問を入力してください。"
|
638 |
|
639 |
-
#: src/blocks/flow/block.js:
|
640 |
msgid "Flow"
|
641 |
msgstr "フロー"
|
642 |
|
643 |
-
#: src/blocks/flow/block.js:
|
644 |
msgid "Display of arrow"
|
645 |
msgstr "矢印の表示"
|
646 |
|
647 |
-
#: src/blocks/flow/block.js:
|
648 |
msgid "Arrow display"
|
649 |
msgstr "矢印を表示する"
|
650 |
|
651 |
-
#: src/blocks/flow/block.js:
|
652 |
msgid "Arrow hidden"
|
653 |
msgstr "矢印を表示しない"
|
654 |
|
655 |
-
#: src/blocks/flow/block.js:
|
656 |
msgid "Input title"
|
657 |
msgstr "タイトルを入力"
|
658 |
|
659 |
-
#: src/blocks/flow/block.js:
|
660 |
msgid "Input content"
|
661 |
msgstr "説明を入力"
|
662 |
|
@@ -692,7 +798,7 @@ msgstr "左右線"
|
|
692 |
msgid "Brackets black"
|
693 |
msgstr "括弧 黒"
|
694 |
|
695 |
-
#: src/blocks/heading-style/block.js:38 src/blocks/heading/block.js:
|
696 |
msgid "Plain"
|
697 |
msgstr "装飾無し"
|
698 |
|
@@ -716,95 +822,106 @@ msgstr "直線 上下 黒"
|
|
716 |
msgid "Solid border bottom black"
|
717 |
msgstr "直線 下線 黒"
|
718 |
|
719 |
-
#: src/blocks/heading/block.js:
|
720 |
-
msgid "Style Settings"
|
721 |
-
msgstr "スタイル設定"
|
722 |
-
|
723 |
-
#: src/blocks/heading/block.js:149
|
724 |
msgid "Heading style"
|
725 |
msgstr "見出しスタイル"
|
726 |
|
727 |
-
#: src/blocks/heading/block.js:
|
728 |
msgid "Margin bottom size (rem)"
|
729 |
msgstr "下部の余白"
|
730 |
|
731 |
-
#: src/blocks/heading/block.js:
|
732 |
msgid "Heading Settings"
|
733 |
msgstr "見出し設定"
|
734 |
|
735 |
-
#: src/blocks/heading/block.js:
|
736 |
msgid "Level"
|
737 |
msgstr "レベル"
|
738 |
|
739 |
-
#: src/blocks/heading/block.js:
|
740 |
msgid "Text Alignment"
|
741 |
msgstr "テキストの水平位置"
|
742 |
|
743 |
-
#: src/blocks/heading/block.js:
|
744 |
msgid "Heading margin bottom size (rem)"
|
745 |
msgstr "見出し下部の余白 (rem)"
|
746 |
|
747 |
-
#: src/blocks/heading/block.js:
|
748 |
msgid "Sub Text Settings"
|
749 |
msgstr "サブテキスト設定"
|
750 |
|
751 |
-
#: src/blocks/heading/block.js:
|
752 |
msgid "Display"
|
753 |
msgstr "表示"
|
754 |
|
755 |
-
#: src/blocks/heading/block.js:
|
756 |
msgid "Hide"
|
757 |
msgstr "非表示"
|
758 |
|
759 |
-
#: src/blocks/heading/block.js:
|
760 |
msgid "Text size (rem)"
|
761 |
msgstr "文字サイズ (rem)"
|
762 |
|
763 |
-
#: src/blocks/heading/block.js:
|
764 |
msgid "Heading"
|
765 |
msgstr "見出し"
|
766 |
|
767 |
-
#: src/blocks/heading/component.js:
|
768 |
-
#: src/blocks/heading/deprecated/block.js:
|
|
|
769 |
msgid "Input sub text…"
|
770 |
msgstr "サブテキストを入力"
|
771 |
|
772 |
-
#: src/blocks/heading/component.js:
|
773 |
-
#: src/blocks/heading/deprecated/block.js:
|
|
|
774 |
msgid "Input title…"
|
775 |
msgstr "タイトルを入力"
|
776 |
|
777 |
# %s: heading level e.g: "1", "2", "3"
|
778 |
#. %s: heading level e.g: "1", "2", "3"
|
779 |
-
#: src/blocks/heading/heading-toolbar.js:
|
780 |
msgid "Heading %d"
|
781 |
msgstr "見出し %d"
|
782 |
|
783 |
-
#: src/blocks/hidden-extension/index.js:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
msgid "Hidden ( Screen size : all )"
|
785 |
msgstr "非表示 ( 画面サイズ : all )"
|
786 |
|
787 |
-
#: src/blocks/hidden-extension/index.js:
|
788 |
msgid "Hidden ( Screen size : xs )"
|
789 |
msgstr "非表示 ( 画面サイズ : xs )"
|
790 |
|
791 |
-
#: src/blocks/hidden-extension/index.js:
|
792 |
msgid "Hidden ( Screen size : sm )"
|
793 |
msgstr "非表示 ( 画面サイズ : sm )"
|
794 |
|
795 |
-
#: src/blocks/hidden-extension/index.js:
|
796 |
msgid "Hidden ( Screen size : md )"
|
797 |
msgstr "非表示 ( 画面サイズ : md )"
|
798 |
|
799 |
-
#: src/blocks/hidden-extension/index.js:
|
800 |
msgid "Hidden ( Screen size : lg )"
|
801 |
msgstr "非表示 ( 画面サイズ : lg )"
|
802 |
|
803 |
-
#: src/blocks/hidden-extension/index.js:
|
804 |
msgid "Hidden ( Screen size : xl )"
|
805 |
msgstr "非表示 ( 画面サイズ : xl )"
|
806 |
|
807 |
-
#: src/blocks/hidden-extension/index.js:
|
808 |
msgid ""
|
809 |
"If you want to hide multiple blocks, that first you set to group block and "
|
810 |
"the next, hide for the that group block."
|
@@ -812,23 +929,10 @@ msgstr ""
|
|
812 |
"複数のブロックを非表示にする場合は、最初にグループブロックに設定し、そのグ"
|
813 |
"ループブロックに対して非表示にします。"
|
814 |
|
815 |
-
#: src/blocks/hidden-extension/index.js:
|
816 |
msgid "Hidden Settings"
|
817 |
msgstr "非表示設定"
|
818 |
|
819 |
-
#: src/blocks/hidden-extension/index.js:96
|
820 |
-
msgid "Hidden at screel size"
|
821 |
-
msgstr "非表示にする画面サイズ"
|
822 |
-
|
823 |
-
#: src/blocks/hidden-extension/index.js:98
|
824 |
-
msgid ""
|
825 |
-
"Note : This function is display hidden only. Actually Block is output to "
|
826 |
-
"HTML.Pleade don't use you must not bisible item.Don't use it for blocks you "
|
827 |
-
"really don't want to display."
|
828 |
-
msgstr ""
|
829 |
-
"注意 : この機能はあくまでHTMLに出力される要素を非表示にするだけです。本当に見"
|
830 |
-
"せてはいけない要素には使わないでください。"
|
831 |
-
|
832 |
#: src/blocks/highlighter/block.js:81
|
833 |
msgid "Highlight Color"
|
834 |
msgstr "ハイライトカラー"
|
@@ -889,63 +993,63 @@ msgstr "数字-四角"
|
|
889 |
msgid "List Icon Color"
|
890 |
msgstr "リストアイコンの色"
|
891 |
|
892 |
-
#: src/blocks/pr-blocks/block.js:
|
893 |
msgid "PR Block1 Setting"
|
894 |
msgstr "PR Block1 設定"
|
895 |
|
896 |
-
#: src/blocks/pr-blocks/block.js:
|
897 |
msgid "Icon 1"
|
898 |
msgstr "アイコン 1"
|
899 |
|
900 |
-
#: src/blocks/pr-blocks/block.js:
|
901 |
-
msgid "PR Image 1"
|
902 |
-
msgstr "PR 画像 1"
|
903 |
-
|
904 |
-
#: src/blocks/pr-blocks/block.js:239
|
905 |
msgid "When you have an image. Image is displayed with priority"
|
906 |
msgstr "画像を設定した場合は画像が優先して表示されます。"
|
907 |
|
908 |
-
#: src/blocks/pr-blocks/block.js:
|
|
|
|
|
|
|
|
|
909 |
msgid "PR Block2 Setting"
|
910 |
msgstr "PR Block2 設定"
|
911 |
|
912 |
-
#: src/blocks/pr-blocks/block.js:
|
913 |
msgid "Icon 2"
|
914 |
msgstr "アイコン 2"
|
915 |
|
916 |
-
#: src/blocks/pr-blocks/block.js:
|
917 |
msgid "PR Image 2"
|
918 |
msgstr "PR 画像 2"
|
919 |
|
920 |
-
#: src/blocks/pr-blocks/block.js:
|
921 |
msgid "PR Block3 Setting"
|
922 |
msgstr "PR Block3 設定"
|
923 |
|
924 |
-
#: src/blocks/pr-blocks/block.js:
|
925 |
msgid "Link URL:"
|
926 |
msgstr "リンクURL:"
|
927 |
|
928 |
-
#: src/blocks/pr-blocks/block.js:
|
929 |
msgid "Icon 3"
|
930 |
msgstr "アイコン 3"
|
931 |
|
932 |
-
#: src/blocks/pr-blocks/block.js:
|
933 |
msgid "Class name of the Font Awesome icon font you want to use:"
|
934 |
msgstr "アイコンを使う場合は Font Awesome のアイコンのclass名:"
|
935 |
|
936 |
-
#: src/blocks/pr-blocks/block.js:
|
937 |
msgid "Icon Background:"
|
938 |
msgstr "アイコン背景:"
|
939 |
|
940 |
-
#: src/blocks/pr-blocks/block.js:
|
941 |
-
msgid "PR Image 3"
|
942 |
-
msgstr "PR 画像 3"
|
943 |
-
|
944 |
-
#: src/blocks/pr-blocks/block.js:369
|
945 |
msgid "When you have an image. Image is displayed with priority."
|
946 |
msgstr "画像を設定した場合は画像が優先して表示されます。"
|
947 |
|
948 |
-
#: src/blocks/pr-blocks/block.js:
|
|
|
|
|
|
|
|
|
949 |
msgid "PR Blocks"
|
950 |
msgstr "PR Blocks"
|
951 |
|
@@ -1003,102 +1107,102 @@ msgstr "レイアウトタイプ"
|
|
1003 |
msgid "PR Content"
|
1004 |
msgstr "PR Content"
|
1005 |
|
1006 |
-
#: src/blocks/pr-content/component.js:
|
1007 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:122
|
1008 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:136
|
1009 |
msgid "Input title."
|
1010 |
msgstr "タイトルを入力してください。"
|
1011 |
|
1012 |
-
#: src/blocks/pr-content/component.js:
|
1013 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:130
|
1014 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:144
|
1015 |
msgid "Input content."
|
1016 |
msgstr "本文を入力してください。"
|
1017 |
|
1018 |
-
#: src/blocks/spacer/block.js:
|
1019 |
msgid "Tablet"
|
1020 |
msgstr "タブレット"
|
1021 |
|
1022 |
-
#: src/blocks/spacer/block.js:
|
1023 |
msgid "Mobile"
|
1024 |
msgstr "モバイル"
|
1025 |
|
1026 |
-
#: src/blocks/spacer/block.js:
|
1027 |
msgid "Responsive Spacer"
|
1028 |
msgstr "レスポンシブスペーサー"
|
1029 |
|
1030 |
-
#: src/blocks/spacer/block.js:
|
1031 |
msgid "Unit Type"
|
1032 |
msgstr "単位"
|
1033 |
|
1034 |
-
#: src/blocks/spacer/block.js:
|
1035 |
msgid "px"
|
1036 |
msgstr "px"
|
1037 |
|
1038 |
-
#: src/blocks/spacer/block.js:
|
1039 |
msgid "em"
|
1040 |
msgstr "em"
|
1041 |
|
1042 |
-
#: src/blocks/spacer/block.js:
|
1043 |
msgid "rem"
|
1044 |
msgstr "rem"
|
1045 |
|
1046 |
-
#: src/blocks/spacer/block.js:
|
1047 |
msgid "vw"
|
1048 |
msgstr "vw"
|
1049 |
|
1050 |
-
#: src/blocks/spacer/block.js:
|
1051 |
msgid "Height for each device."
|
1052 |
msgstr "デバイス毎の高さ"
|
1053 |
|
1054 |
-
#: src/blocks/spacer/block.js:
|
1055 |
msgid "PC"
|
1056 |
msgstr "PC"
|
1057 |
|
1058 |
-
#: src/blocks/staff/block.js:
|
1059 |
-
msgid "Alt text"
|
1060 |
-
msgstr "画像の代替テキスト"
|
1061 |
-
|
1062 |
-
#: src/blocks/staff/block.js:116
|
1063 |
-
msgid "Set the alt text for profile image"
|
1064 |
-
msgstr "プロフィール画像の代替テキストを設定します"
|
1065 |
-
|
1066 |
-
#: src/blocks/staff/block.js:126
|
1067 |
msgid "Staff name"
|
1068 |
msgstr "名前"
|
1069 |
|
1070 |
-
#: src/blocks/staff/block.js:
|
1071 |
msgid "Name caption"
|
1072 |
msgstr "名前のキャプション"
|
1073 |
|
1074 |
-
#: src/blocks/staff/block.js:
|
1075 |
msgid "Role position"
|
1076 |
msgstr "役職"
|
1077 |
|
1078 |
-
#: src/blocks/staff/block.js:
|
1079 |
msgid "Profile title"
|
1080 |
msgstr "プロフィールタイトル"
|
1081 |
|
1082 |
-
#: src/blocks/staff/block.js:
|
1083 |
msgid "Profile text"
|
1084 |
msgstr "プロフィールテキスト"
|
1085 |
|
1086 |
-
#: src/blocks/staff/block.js:
|
1087 |
msgid "Staff"
|
1088 |
msgstr "スタッフ"
|
1089 |
|
1090 |
-
#: src/blocks/staff/block.js:
|
1091 |
msgid "Layout"
|
1092 |
msgstr "レイアウト"
|
1093 |
|
1094 |
-
#: src/blocks/staff/block.js:
|
1095 |
msgid "Image left"
|
1096 |
msgstr "画像 左"
|
1097 |
|
1098 |
-
#: src/blocks/staff/block.js:
|
1099 |
msgid "Image border"
|
1100 |
msgstr "画像の線"
|
1101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1102 |
#: src/blocks/staff/component.js:42
|
1103 |
msgid "Your Name"
|
1104 |
msgstr "名前"
|
@@ -1111,19 +1215,19 @@ msgstr "キャプション"
|
|
1111 |
msgid "Align"
|
1112 |
msgstr "表示位置"
|
1113 |
|
1114 |
-
#: src/components/column-layout-control/index.js:
|
1115 |
msgid "Card ( No border )"
|
1116 |
msgstr "カード(線なし)"
|
1117 |
|
1118 |
-
#: src/components/column-layout-control/index.js:
|
1119 |
msgid "Card Horizontal"
|
1120 |
msgstr "カード(水平)"
|
1121 |
|
1122 |
-
#: src/components/column-layout-control/index.js:
|
1123 |
msgid "Media"
|
1124 |
msgstr "メディア"
|
1125 |
|
1126 |
-
#: src/components/column-layout-control/index.js:
|
1127 |
msgid "Text 1 Column"
|
1128 |
msgstr "テキスト1カラム"
|
1129 |
|
@@ -1135,55 +1239,55 @@ msgstr "表示タイプとカラム"
|
|
1135 |
msgid "Display type"
|
1136 |
msgstr "表示タイプ"
|
1137 |
|
1138 |
-
#: src/components/column-layout
|
1139 |
msgid "Column ( Screen size : Extra small )"
|
1140 |
msgstr "カラム ( 画面サイズ : Extra small )"
|
1141 |
|
1142 |
-
#: src/components/column-layout
|
1143 |
msgid "Column ( Screen size : Small )"
|
1144 |
msgstr "カラム ( 画面サイズ : Small )"
|
1145 |
|
1146 |
-
#: src/components/column-layout
|
1147 |
msgid "Column ( Screen size : Medium )"
|
1148 |
msgstr "カラム ( 画面サイズ : Medium )"
|
1149 |
|
1150 |
-
#: src/components/column-layout
|
1151 |
msgid "Column ( Screen size : Large )"
|
1152 |
msgstr "カラム ( 画面サイズ : Large )"
|
1153 |
|
1154 |
-
#: src/components/column-layout
|
1155 |
msgid "Column ( Screen size : Extra large )"
|
1156 |
msgstr "カラム ( 画面サイズ : Extra large )"
|
1157 |
|
1158 |
-
#: src/components/display-items-control/index.js:
|
1159 |
msgid "Term name"
|
1160 |
msgstr "分類名"
|
1161 |
|
1162 |
-
#: src/components/display-items-control/index.js:
|
1163 |
msgid "Excerpt"
|
1164 |
msgstr "抜粋"
|
1165 |
|
1166 |
-
#: src/components/display-items-control/index.js:
|
1167 |
msgid "Date"
|
1168 |
msgstr "日付"
|
1169 |
|
1170 |
-
#: src/components/display-items-control/index.js:
|
1171 |
msgid "New mark"
|
1172 |
msgstr "新着表示"
|
1173 |
|
1174 |
-
#: src/components/display-items-control/index.js:
|
1175 |
msgid "New mark option"
|
1176 |
msgstr "新着表示オプション"
|
1177 |
|
1178 |
-
#: src/components/display-items-control/index.js:
|
1179 |
msgid "Number of days to display the new post mark"
|
1180 |
msgstr "新着表示日数"
|
1181 |
|
1182 |
-
#: src/components/display-items-control/index.js:
|
1183 |
msgid "New post mark"
|
1184 |
msgstr "新着表示"
|
1185 |
|
1186 |
-
#: src/components/display-items-control/index.js:
|
1187 |
msgid "Button align"
|
1188 |
msgstr "ボタンの位置"
|
1189 |
|
@@ -1201,16 +1305,61 @@ msgstr "rel属性"
|
|
1201 |
|
1202 |
#: src/plugin/menu/sidebar.js:17
|
1203 |
msgid "VK Blocks Templates"
|
1204 |
-
msgstr ""
|
1205 |
|
|
|
1206 |
msgid "Disabled Blocks module. Because VK-Blocks Plugin running."
|
1207 |
msgstr ""
|
1208 |
"VK-Blocksと競合するため、VK All in One Expansion UnitのBlock機能を停止しまし"
|
1209 |
"た。"
|
1210 |
|
|
|
1211 |
msgid "Deactivated VK-Blocks Plugin. Because VK-Blocks Pro running."
|
1212 |
msgstr "Pro版VK-Blocksが起動しているため、VK-Blocksを停止しました。"
|
1213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1214 |
#, fuzzy
|
1215 |
#~| msgid "Icon setting"
|
1216 |
#~ msgid "Link settings"
|
@@ -1219,18 +1368,9 @@ msgstr "Pro版VK-Blocksが起動しているため、VK-Blocksを停止しまし
|
|
1219 |
#~ msgid "This block is only for users who bought Lightning Pro."
|
1220 |
#~ msgstr "このブロックは Lightning Pro 専用です。"
|
1221 |
|
1222 |
-
#~ msgid "top-bottom-border"
|
1223 |
-
#~ msgstr "上下線"
|
1224 |
-
|
1225 |
-
#~ msgid "Solid black"
|
1226 |
-
#~ msgstr "直線 黒"
|
1227 |
-
|
1228 |
#~ msgid "Double black"
|
1229 |
#~ msgstr "二重線 黒"
|
1230 |
|
1231 |
-
#~ msgid "Solid border-bottom"
|
1232 |
-
#~ msgstr "直線 下線"
|
1233 |
-
|
1234 |
#, fuzzy
|
1235 |
#~| msgid "top-bottom-border"
|
1236 |
#~ msgid "Solid border-bottom leftkeycolor"
|
@@ -1351,9 +1491,6 @@ msgstr "Pro版VK-Blocksが起動しているため、VK-Blocksを停止しまし
|
|
1351 |
#~ msgid "Name"
|
1352 |
#~ msgstr "アイコンの名前"
|
1353 |
|
1354 |
-
#~ msgid "Use contents area default padding"
|
1355 |
-
#~ msgstr "コンテンツエリアの左右に標準の余白を使用"
|
1356 |
-
|
1357 |
#~ msgid "Open url in new window"
|
1358 |
#~ msgstr "リンクを別ウィンドウで開く"
|
1359 |
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.3\n"
|
13 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-KeywordsList: __\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: src/blocks/_helper/font-awesome.js:22
|
19 |
+
msgid "Font Awesome"
|
20 |
msgstr "Font Awesome:"
|
21 |
|
22 |
+
#: src/blocks/_helper/font-awesome.js:28
|
23 |
+
msgid "Enter Font Awesome Class."
|
24 |
+
msgstr "Font Awesome の class 名を入力してください。"
|
25 |
+
|
26 |
+
#: src/blocks/_helper/font-awesome.js:29
|
27 |
+
msgid "Ex) fas fa-arrow-circle-right"
|
28 |
+
msgstr "例) fas fa-arrow-circle-right"
|
29 |
|
30 |
+
#: src/blocks/_helper/font-awesome.js:31 src/blocks/button/block.js:267
|
31 |
+
#: src/blocks/pr-blocks/block.js:325 src/blocks/pr-content/block.js:202
|
32 |
msgid "Font Awesome icon list"
|
33 |
msgstr "Font Awesome アイコンリスト"
|
34 |
|
36 |
msgid "Card Item"
|
37 |
msgstr "カードアイテム"
|
38 |
|
39 |
+
#: src/blocks/_pro/card-item/block.js:58
|
40 |
msgid "URL"
|
41 |
msgstr "URL"
|
42 |
|
43 |
+
#: src/blocks/_pro/card-item/block.js:63
|
44 |
msgid "https://example.com"
|
45 |
msgstr "https://example.com"
|
46 |
|
47 |
#: src/blocks/_pro/card-item/component.js:103
|
48 |
+
#: src/components/advanced-media-upload/index.js:32
|
49 |
msgid "Delete Image"
|
50 |
msgstr "画像を削除"
|
51 |
|
59 |
msgid "Title"
|
60 |
msgstr "タイトルを入力"
|
61 |
|
62 |
+
#: src/blocks/_pro/card-item/component.js:90 src/blocks/balloon/block.js:114
|
63 |
+
#: src/blocks/flow/block.js:96 src/blocks/pr-blocks/block.js:158
|
64 |
+
#: src/blocks/pr-content/component.js:157
|
65 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:102
|
66 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:116
|
67 |
#: src/blocks/staff/component.js:88
|
68 |
+
#: src/components/advanced-media-upload/index.js:42
|
69 |
msgid "Select image"
|
70 |
msgstr "画像を選択"
|
71 |
|
72 |
+
#: src/blocks/_pro/card/block.js:125
|
73 |
+
#: src/components/display-items-control/index.js:27
|
74 |
msgid "Display item"
|
75 |
msgstr "表示要素"
|
76 |
|
77 |
+
#: src/blocks/_pro/card/block.js:127
|
78 |
+
#: src/components/display-items-control/index.js:29
|
79 |
msgid "Image"
|
80 |
msgstr "画像"
|
81 |
|
82 |
+
#: src/blocks/_pro/card/block.js:132 src/blocks/button/block.js:45
|
83 |
+
#: src/components/display-items-control/index.js:58
|
84 |
msgid "Button"
|
85 |
msgstr "ボタン"
|
86 |
|
87 |
+
#: src/blocks/_pro/card/block.js:137
|
88 |
+
#: src/components/display-items-control/index.js:75
|
89 |
msgid "Button option"
|
90 |
msgstr "ボタンオプション"
|
91 |
|
92 |
+
#: src/blocks/_pro/card/block.js:140
|
93 |
+
#: src/components/display-items-control/index.js:78
|
94 |
msgid ""
|
95 |
"Click each card block to set the target url. You can find the url form at "
|
96 |
"it's sidebar."
|
98 |
"ボタンのリンク先は各カードブロックをクリックすると、サイドバーにURL入力フォー"
|
99 |
"ムが表示されます。"
|
100 |
|
101 |
+
#: src/blocks/_pro/card/block.js:146
|
102 |
+
#: src/components/display-items-control/index.js:84
|
103 |
msgid "Button text"
|
104 |
msgstr "ボタンの文字"
|
105 |
|
106 |
+
#: src/blocks/_pro/card/block.js:50
|
107 |
+
#: src/components/column-layout-control/index.js:22
|
108 |
msgid "Card"
|
109 |
msgstr "カード"
|
110 |
|
111 |
+
#: src/blocks/_pro/child-page/block.js:127
|
112 |
msgid "Exsist Already Page"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: src/blocks/_pro/child-page/block.js:144
|
116 |
msgid "Current Page"
|
117 |
msgstr "現在のページ"
|
118 |
|
119 |
+
#: src/blocks/_pro/child-page/block.js:45
|
120 |
msgid "Child page list"
|
121 |
msgstr "子ページリスト"
|
122 |
|
123 |
+
#: src/blocks/_pro/child-page/block.js:68
|
124 |
+
#: src/blocks/_pro/post-list/block.js:109
|
125 |
msgid "Display conditions"
|
126 |
msgstr "表示条件"
|
127 |
|
128 |
+
#: src/blocks/_pro/child-page/block.js:71
|
129 |
msgid "Parent"
|
130 |
msgstr "親ページ"
|
131 |
|
132 |
+
#: src/blocks/_pro/child-page/block.js:82
|
133 |
+
#: src/blocks/_pro/post-list/block.js:159
|
134 |
+
msgid "Ignore this post"
|
135 |
+
msgstr "表示中の投稿をリストから除外する"
|
136 |
+
|
137 |
+
#: src/blocks/_pro/grid-column-item/block.js:18
|
138 |
+
msgid "Grid Column Item"
|
139 |
+
msgstr "グリッドカラムアイテム"
|
140 |
+
|
141 |
+
#: src/blocks/_pro/grid-column/block.js:40
|
142 |
+
msgid "Grid Column"
|
143 |
+
msgstr "グリッドカラム"
|
144 |
+
|
145 |
+
#: src/blocks/_pro/grid-column/block.js:84
|
146 |
+
msgid "Layout Columns"
|
147 |
+
msgstr "カラムレイアウト"
|
148 |
+
|
149 |
+
#: src/blocks/_pro/outer/block.js:101
|
150 |
msgid "Background Setting"
|
151 |
msgstr "背景設定"
|
152 |
|
153 |
+
#: src/blocks/_pro/outer/block.js:105 src/blocks/pr-content/block.js:119
|
154 |
msgid "Color Setting"
|
155 |
msgstr "色設定"
|
156 |
|
157 |
+
#: src/blocks/_pro/outer/block.js:106
|
158 |
msgid ""
|
159 |
"Color will overcome background image. If you want to display image, clear "
|
160 |
"background color or set opacity 0."
|
162 |
"色を指定すると画像よりも優先されます。画像を表示したい場合は、背景色をクリア"
|
163 |
"するか、不透明度を0に設定します。"
|
164 |
|
165 |
+
#: src/blocks/_pro/outer/block.js:116
|
166 |
msgid "Opacity Setting"
|
167 |
msgstr "透過設定"
|
168 |
|
169 |
+
#: src/blocks/_pro/outer/block.js:128
|
170 |
+
msgid "Background Image PC"
|
171 |
+
msgstr "背景画像 ( PC )"
|
172 |
+
|
173 |
+
#: src/blocks/_pro/outer/block.js:136
|
174 |
+
msgid "Background Image Tablet"
|
175 |
+
msgstr "背景画像 ( タブレット )"
|
176 |
|
177 |
+
#: src/blocks/_pro/outer/block.js:142
|
178 |
+
msgid "Background Image Mobile"
|
179 |
+
msgstr "背景画像背景画像 ( モバイル )"
|
180 |
+
|
181 |
+
#: src/blocks/_pro/outer/block.js:148
|
182 |
msgid "Background image Position"
|
183 |
msgstr "背景画像の位置"
|
184 |
|
185 |
+
#: src/blocks/_pro/outer/block.js:154
|
186 |
msgid "normal"
|
187 |
msgstr "標準"
|
188 |
|
189 |
+
#: src/blocks/_pro/outer/block.js:155
|
190 |
+
msgid "Fixed (Not fixed on iPhone)"
|
191 |
+
msgstr "固定(iPhoneでは固定されません)"
|
192 |
|
193 |
+
#: src/blocks/_pro/outer/block.js:157
|
194 |
+
msgid "Parallax (Non-guaranteed)"
|
195 |
+
msgstr "パララックス(非保証)"
|
196 |
|
197 |
+
#: src/blocks/_pro/outer/block.js:170 src/blocks/pr-content/block.js:233
|
198 |
msgid "Layout Setting"
|
199 |
msgstr "レイアウト設定"
|
200 |
|
201 |
+
#: src/blocks/_pro/outer/block.js:173
|
202 |
+
msgid "Width"
|
203 |
+
msgstr "幅"
|
204 |
|
205 |
+
#: src/blocks/_pro/outer/block.js:182 src/blocks/button/block.js:156
|
206 |
msgid "Normal"
|
207 |
msgstr "標準"
|
208 |
|
209 |
+
#: src/blocks/_pro/outer/block.js:190
|
210 |
msgid "Full Wide"
|
211 |
msgstr "全幅"
|
212 |
|
213 |
+
#: src/blocks/_pro/outer/block.js:195
|
214 |
+
msgid "Padding (Left and Right)"
|
215 |
+
msgstr "余白 (左右)"
|
216 |
|
217 |
+
#: src/blocks/_pro/outer/block.js:202
|
218 |
+
msgid "Fit to the Content area"
|
219 |
+
msgstr "コンテンツエリアに合わせる"
|
220 |
|
221 |
+
#: src/blocks/_pro/outer/block.js:206
|
222 |
+
msgid "Add padding to the Outer area"
|
223 |
+
msgstr "アウターエリア内に余白を追加する"
|
224 |
|
225 |
+
#: src/blocks/_pro/outer/block.js:215
|
226 |
+
msgid "Padding (Top and Bottom)"
|
227 |
msgstr "余白 (上下)"
|
228 |
|
229 |
#: src/blocks/_pro/outer/block.js:219
|
231 |
msgstr "標準の余白を使用"
|
232 |
|
233 |
#: src/blocks/_pro/outer/block.js:221
|
234 |
+
msgid "Do not use default padding"
|
235 |
+
msgstr "標準の余白を使用しない"
|
236 |
+
|
237 |
+
#: src/blocks/_pro/outer/block.js:232
|
238 |
+
msgid ""
|
239 |
+
"* If you select \"Do not use\" that, please set yourself it such as a spacer "
|
240 |
+
"block."
|
241 |
+
msgstr ""
|
242 |
+
"*「使用しない」を選択した場合はスペーサーブロックなどで任意に設定してくださ"
|
243 |
+
"い。"
|
244 |
|
245 |
+
#: src/blocks/_pro/outer/block.js:236
|
246 |
msgid "Divider Setting"
|
247 |
msgstr "区切りの設定"
|
248 |
|
249 |
+
#: src/blocks/_pro/outer/block.js:241 src/blocks/balloon/block.js:81
|
250 |
msgid "Type"
|
251 |
msgstr "タイプ"
|
252 |
|
253 |
+
#: src/blocks/_pro/outer/block.js:247
|
254 |
msgid "Tilt"
|
255 |
msgstr "傾斜"
|
256 |
|
257 |
+
#: src/blocks/_pro/outer/block.js:251
|
258 |
msgid "Curve"
|
259 |
msgstr "カーブ"
|
260 |
|
261 |
+
#: src/blocks/_pro/outer/block.js:255
|
262 |
msgid "Wave"
|
263 |
msgstr "波状"
|
264 |
|
265 |
+
#: src/blocks/_pro/outer/block.js:259 src/blocks/list-style/block.js:113
|
266 |
msgid "Triangle"
|
267 |
msgstr "三角"
|
268 |
|
269 |
+
#: src/blocks/_pro/outer/block.js:264
|
270 |
msgid "Upper Divider Level"
|
271 |
msgstr "上部区切りレベル"
|
272 |
|
273 |
+
#: src/blocks/_pro/outer/block.js:282
|
274 |
msgid "Lower Divider Level"
|
275 |
msgstr "下部区切りレベル"
|
276 |
|
277 |
+
#: src/blocks/_pro/outer/block.js:302
|
278 |
msgid "Border Setting"
|
279 |
msgstr "枠線の設定"
|
280 |
|
281 |
+
#: src/blocks/_pro/outer/block.js:307
|
282 |
msgid "Border will disappear when divider effect is applied."
|
283 |
msgstr "枠線は区切りレベルを適用すると表示されなくなります。"
|
284 |
|
285 |
+
#: src/blocks/_pro/outer/block.js:313
|
286 |
msgid "Border type"
|
287 |
msgstr "枠線の種類"
|
288 |
|
289 |
+
#: src/blocks/_pro/outer/block.js:319 src/blocks/_pro/step-item/block.js:98
|
290 |
+
#: src/blocks/_pro/timeline-item/block.js:103 src/blocks/staff/block.js:88
|
291 |
msgid "None"
|
292 |
msgstr "なし"
|
293 |
|
294 |
+
#: src/blocks/_pro/outer/block.js:323 src/blocks/_pro/step-item/block.js:75
|
295 |
#: src/blocks/_pro/timeline-item/block.js:84 src/blocks/group-style/block.js:95
|
296 |
#: src/blocks/pr-content/block.js:168
|
297 |
msgid "Solid"
|
298 |
msgstr "直線"
|
299 |
|
300 |
+
#: src/blocks/_pro/outer/block.js:327 src/blocks/group-style/block.js:103
|
301 |
msgid "Dotted"
|
302 |
msgstr "点線"
|
303 |
|
304 |
+
#: src/blocks/_pro/outer/block.js:331 src/blocks/group-style/block.js:107
|
305 |
msgid "Dashed"
|
306 |
msgstr "Dashed"
|
307 |
|
308 |
+
#: src/blocks/_pro/outer/block.js:335 src/blocks/group-style/block.js:111
|
309 |
msgid "Double"
|
310 |
msgstr "二重線"
|
311 |
|
312 |
+
#: src/blocks/_pro/outer/block.js:339
|
313 |
msgid "Groove"
|
314 |
msgstr "Groove"
|
315 |
|
316 |
+
#: src/blocks/_pro/outer/block.js:343
|
317 |
msgid "Ridge"
|
318 |
msgstr "Ridge"
|
319 |
|
320 |
+
#: src/blocks/_pro/outer/block.js:347
|
321 |
msgid "Inset"
|
322 |
msgstr "Inset"
|
323 |
|
324 |
+
#: src/blocks/_pro/outer/block.js:351
|
325 |
msgid "Outset"
|
326 |
msgstr "Outset"
|
327 |
|
328 |
+
#: src/blocks/_pro/outer/block.js:362
|
329 |
msgid "Border width"
|
330 |
msgstr "枠線の幅"
|
331 |
|
332 |
+
#: src/blocks/_pro/outer/block.js:369
|
333 |
msgid "Border radius"
|
334 |
msgstr "枠線のRの大きさ"
|
335 |
|
336 |
+
#: src/blocks/_pro/outer/block.js:52
|
337 |
msgid "Outer"
|
338 |
msgstr "Outer"
|
339 |
|
340 |
+
#: src/blocks/_pro/post-list/block.js:112
|
341 |
msgid "Filter by PostTypes"
|
342 |
msgstr "投稿タイプ"
|
343 |
|
344 |
+
#: src/blocks/_pro/post-list/block.js:120
|
345 |
msgid "Filter by Taxonomy Terms"
|
346 |
msgstr "分類"
|
347 |
|
348 |
+
#: src/blocks/_pro/post-list/block.js:128
|
349 |
msgid "Number of Posts"
|
350 |
msgstr "表示件数"
|
351 |
|
352 |
+
#: src/blocks/_pro/post-list/block.js:136
|
353 |
msgid "Order by"
|
354 |
msgstr "表示順"
|
355 |
|
356 |
+
#: src/blocks/_pro/post-list/block.js:142
|
357 |
msgid "Published Date"
|
358 |
msgstr "公開日"
|
359 |
|
360 |
+
#: src/blocks/_pro/post-list/block.js:143
|
361 |
msgid "Modefied Date"
|
362 |
msgstr "更新日"
|
363 |
|
364 |
+
#: src/blocks/_pro/post-list/block.js:144
|
365 |
msgid "Random"
|
366 |
msgstr "ランダム"
|
367 |
|
368 |
+
#: src/blocks/_pro/post-list/block.js:149
|
369 |
msgid "offset"
|
370 |
msgstr "オフセット数"
|
371 |
|
372 |
+
#: src/blocks/_pro/post-list/block.js:71
|
|
|
|
|
|
|
|
|
373 |
msgid "Post list"
|
374 |
msgstr "投稿リスト"
|
375 |
|
376 |
+
#: src/blocks/_pro/step-item/block.js:19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
msgid "Step Item"
|
378 |
msgstr "ステップ要素"
|
379 |
|
380 |
+
#: src/blocks/_pro/step-item/block.js:36
|
381 |
msgid "Step Mark"
|
382 |
msgstr "ステップマーク"
|
383 |
|
384 |
+
#: src/blocks/_pro/step-item/block.js:39
|
385 |
msgid "If FontAwesome class entered, it will overrides the number."
|
386 |
msgstr "Font Awesome の class 名が入力されている場合は数字は上書きされます。"
|
387 |
|
388 |
+
#: src/blocks/_pro/step-item/block.js:53
|
389 |
#: src/blocks/_pro/timeline-item/block.js:60
|
390 |
msgid "Ex,6:00AM"
|
391 |
msgstr "例) 午前 6:00"
|
392 |
|
393 |
+
#: src/blocks/_pro/step-item/block.js:58
|
394 |
+
#: src/blocks/_pro/timeline-item/block.js:63 src/blocks/border-box/block.js:85
|
395 |
+
#: src/blocks/staff/block.js:103
|
396 |
msgid "Color"
|
397 |
msgstr "色"
|
398 |
|
399 |
+
#: src/blocks/_pro/step-item/block.js:64
|
400 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:49
|
401 |
+
#: src/blocks/_pro/table-of-contents/block.js:47
|
402 |
#: src/blocks/_pro/timeline-item/block.js:69
|
403 |
msgid "Style"
|
404 |
msgstr "スタイル"
|
405 |
|
406 |
+
#: src/blocks/_pro/step-item/block.js:79
|
407 |
+
#: src/blocks/_pro/timeline-item/block.js:80
|
408 |
+
msgid "Outlined"
|
409 |
+
msgstr "アウトライン"
|
410 |
|
411 |
+
#: src/blocks/_pro/step-item/block.js:94
|
412 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:56
|
413 |
+
#: src/blocks/_pro/table-of-contents/block.js:54
|
414 |
+
#: src/blocks/_pro/timeline-item/block.js:99
|
415 |
+
#: src/blocks/heading-style/block.js:33 src/blocks/heading/block.js:131
|
416 |
+
#: src/blocks/list-style/block.js:104 src/blocks/staff/block.js:84
|
417 |
+
msgid "Default"
|
418 |
+
msgstr "標準"
|
419 |
+
|
420 |
+
#: src/blocks/_pro/step/block.js:54
|
421 |
msgid "Step"
|
422 |
msgstr "ステップ"
|
423 |
|
424 |
+
#: src/blocks/_pro/step/block.js:97
|
425 |
+
msgid "First Dot Number"
|
426 |
+
msgstr "ステップの開始番号"
|
427 |
+
|
428 |
+
#: src/blocks/_pro/table-of-contents-new/TocBody.js:12
|
429 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:34
|
430 |
+
#: src/blocks/_pro/table-of-contents/block.js:33
|
431 |
+
#: src/blocks/_pro/table-of-contents/toc-utils.js:180
|
432 |
msgid "Table of Contents"
|
433 |
msgstr "目次"
|
434 |
|
435 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:60
|
436 |
+
#: src/blocks/_pro/table-of-contents/block.js:58
|
437 |
msgid "No frame"
|
438 |
msgstr "枠無し"
|
439 |
|
440 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:65
|
441 |
+
#: src/blocks/_pro/table-of-contents/block.js:63
|
442 |
msgid "Default Display Status"
|
443 |
msgstr "初期表示状態"
|
444 |
|
445 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:72
|
446 |
+
#: src/blocks/_pro/table-of-contents/block.js:70
|
447 |
msgid "OPEN"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: src/blocks/_pro/table-of-contents-new/block.js:76
|
451 |
+
#: src/blocks/_pro/table-of-contents/block.js:74
|
452 |
msgid "CLOSE"
|
453 |
msgstr ""
|
454 |
|
460 |
msgid "label"
|
461 |
msgstr "ラベル"
|
462 |
|
463 |
+
#: src/blocks/_pro/timeline/block.js:56
|
464 |
msgid "Timeline"
|
465 |
msgstr "タイムライン"
|
466 |
|
467 |
+
#: src/blocks/alert/block.js:17
|
468 |
msgid "Alert"
|
469 |
msgstr "アラート"
|
470 |
|
471 |
+
#: src/blocks/alert/block.js:48 src/blocks/heading/block.js:125
|
472 |
+
msgid "Style Settings"
|
473 |
+
msgstr "スタイル設定"
|
474 |
|
475 |
+
#: src/blocks/alert/block.js:53 src/blocks/button/block.js:247
|
476 |
+
#: src/blocks/pr-content/block.js:180
|
477 |
+
msgid "Success"
|
478 |
+
msgstr "Success"
|
479 |
|
480 |
+
#: src/blocks/alert/block.js:54 src/blocks/button/block.js:248
|
481 |
+
#: src/blocks/pr-content/block.js:181
|
482 |
+
msgid "Info"
|
483 |
+
msgstr "Info"
|
484 |
+
|
485 |
+
#: src/blocks/alert/block.js:55 src/blocks/button/block.js:249
|
486 |
+
#: src/blocks/pr-content/block.js:182
|
487 |
+
msgid "Warning"
|
488 |
+
msgstr "Warning"
|
489 |
|
490 |
+
#: src/blocks/alert/block.js:56 src/blocks/button/block.js:250
|
491 |
+
#: src/blocks/pr-content/block.js:183
|
492 |
+
msgid "Danger"
|
493 |
+
msgstr "Danger"
|
494 |
+
|
495 |
+
#: src/blocks/balloon/block.js:119 src/blocks/flow/block.js:97
|
496 |
+
#: src/blocks/pr-blocks/block.js:154 src/blocks/pr-content/component.js:164
|
497 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:106
|
498 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:120
|
499 |
msgid "Upload image"
|
500 |
msgstr "画像をアップロード"
|
501 |
|
502 |
+
#: src/blocks/balloon/block.js:130
|
503 |
msgid "Icon Name"
|
504 |
msgstr "アイコンの名前"
|
505 |
|
506 |
+
#: src/blocks/balloon/block.js:139 src/blocks/button/block.js:299
|
507 |
msgid "Input text"
|
508 |
msgstr "文字を入力"
|
509 |
|
510 |
+
#: src/blocks/balloon/block.js:24
|
511 |
msgid "Ballon"
|
512 |
msgstr "フキダシ"
|
513 |
|
514 |
+
#: src/blocks/balloon/block.js:66
|
515 |
msgid "Balloon setting"
|
516 |
msgstr "フキダシ設定"
|
517 |
|
518 |
+
#: src/blocks/balloon/block.js:68 src/blocks/heading/block.js:188
|
519 |
msgid "Position"
|
520 |
msgstr "位置"
|
521 |
|
522 |
+
#: src/blocks/balloon/block.js:69
|
523 |
msgid "Please specify the layout of the balloon."
|
524 |
msgstr "吹き出しの配置を指定してください。"
|
525 |
|
526 |
+
#: src/blocks/balloon/block.js:75 src/blocks/button/block.js:176
|
527 |
#: src/blocks/pr-content/block.js:241
|
528 |
+
#: src/components/display-items-control/index.js:95
|
529 |
msgid "Left"
|
530 |
msgstr "左"
|
531 |
|
532 |
+
#: src/blocks/balloon/block.js:76 src/blocks/button/block.js:192
|
533 |
#: src/blocks/pr-content/block.js:240
|
534 |
+
#: src/components/display-items-control/index.js:103
|
535 |
msgid "Right"
|
536 |
msgstr "右"
|
537 |
|
538 |
+
#: src/blocks/balloon/block.js:82
|
539 |
+
msgid "Please select the type of balloon."
|
540 |
+
msgstr "吹き出しのタイプを指定してください。"
|
541 |
+
|
542 |
+
#: src/blocks/balloon/block.js:85
|
543 |
+
msgid "Serif"
|
544 |
+
msgstr "セリフ"
|
545 |
+
|
546 |
+
#: src/blocks/balloon/block.js:86
|
547 |
+
msgid "Thinking"
|
548 |
+
msgstr "吹き出し"
|
549 |
+
|
550 |
+
#: src/blocks/border-box/Body.js:20
|
551 |
+
msgid "Please enter a title."
|
552 |
+
msgstr "見出しを入力してください。"
|
553 |
+
|
554 |
+
#: src/blocks/border-box/block.js:100
|
555 |
+
msgid "Blue"
|
556 |
+
msgstr "青"
|
557 |
+
|
558 |
+
#: src/blocks/border-box/block.js:104
|
559 |
+
msgid "Green"
|
560 |
+
msgstr "緑"
|
561 |
+
|
562 |
+
#: src/blocks/border-box/block.js:108
|
563 |
+
msgid "Black"
|
564 |
+
msgstr "黒"
|
565 |
+
|
566 |
+
#: src/blocks/border-box/block.js:113
|
567 |
+
msgid "Icon"
|
568 |
+
msgstr "アイコン"
|
569 |
+
|
570 |
+
#: src/blocks/border-box/block.js:44
|
571 |
+
msgid "Border Box"
|
572 |
+
msgstr "枠線ボックス"
|
573 |
+
|
574 |
+
#: src/blocks/border-box/block.js:54
|
575 |
+
msgid "Solid Angle Tab"
|
576 |
+
msgstr "直線 ピン角 タブ"
|
577 |
+
|
578 |
+
#: src/blocks/border-box/block.js:59
|
579 |
+
msgid "Solid Round Tab"
|
580 |
+
msgstr "直線 角丸 タブ"
|
581 |
+
|
582 |
+
#: src/blocks/border-box/block.js:63
|
583 |
+
msgid "Solid Angle Banner"
|
584 |
+
msgstr "直線 ピン角 バナー"
|
585 |
+
|
586 |
+
#: src/blocks/border-box/block.js:67
|
587 |
+
msgid "Solid Angle Onborder"
|
588 |
+
msgstr "直線 ピンカド 線上"
|
589 |
+
|
590 |
+
#: src/blocks/border-box/block.js:71
|
591 |
+
msgid "Solid Angle Inner"
|
592 |
+
msgstr "直線 ピン角 内側"
|
593 |
+
|
594 |
+
#: src/blocks/border-box/block.js:75
|
595 |
+
msgid "Solid Angle iconFeature"
|
596 |
+
msgstr "直線 ピン角 アイコン"
|
597 |
+
|
598 |
+
#: src/blocks/border-box/block.js:92
|
599 |
+
msgid "Red"
|
600 |
+
msgstr "赤"
|
601 |
+
|
602 |
+
#: src/blocks/border-box/block.js:96
|
603 |
+
msgid "Orange"
|
604 |
+
msgstr "オレンジ"
|
605 |
+
|
606 |
+
#: src/blocks/button/block.js:127
|
607 |
msgid "Button setting"
|
608 |
msgstr "ボタン設定"
|
609 |
|
610 |
+
#: src/blocks/button/block.js:129
|
611 |
msgid "Sub Caption"
|
612 |
msgstr "サブテキスト"
|
613 |
|
614 |
+
#: src/blocks/button/block.js:135 src/blocks/pr-blocks/block.js:311
|
615 |
#: src/blocks/pr-content/block.js:160
|
616 |
msgid "Open link new tab."
|
617 |
msgstr "リンクを別ウィンドウで開く"
|
618 |
|
619 |
+
#: src/blocks/button/block.js:140
|
620 |
msgid "Button Size:"
|
621 |
msgstr "ボタンサイズ:"
|
622 |
|
623 |
+
#: src/blocks/button/block.js:148
|
624 |
msgid "Large"
|
625 |
msgstr "大"
|
626 |
|
627 |
+
#: src/blocks/button/block.js:164
|
628 |
msgid "Small"
|
629 |
msgstr "小"
|
630 |
|
631 |
+
#: src/blocks/button/block.js:168
|
632 |
msgid "Button Position:"
|
633 |
msgstr "ボタンの位置:"
|
634 |
|
635 |
+
#: src/blocks/button/block.js:184
|
636 |
+
#: src/components/display-items-control/index.js:99
|
637 |
msgid "Center"
|
638 |
msgstr "中央"
|
639 |
|
640 |
+
#: src/blocks/button/block.js:200
|
641 |
msgid "Wide"
|
642 |
msgstr "幅広"
|
643 |
|
644 |
+
#: src/blocks/button/block.js:208
|
645 |
msgid "Block"
|
646 |
msgstr "全幅"
|
647 |
|
648 |
+
#: src/blocks/button/block.js:212
|
649 |
msgid "Button Style:"
|
650 |
msgstr "ボタンスタイル:"
|
651 |
|
652 |
+
#: src/blocks/button/block.js:220 src/blocks/pr-blocks/block.js:342
|
653 |
msgid "Solid color"
|
654 |
msgstr "ベタ塗り"
|
655 |
|
656 |
+
#: src/blocks/button/block.js:228 src/blocks/pr-blocks/block.js:343
|
657 |
msgid "No background"
|
658 |
msgstr "背景なし"
|
659 |
|
660 |
+
#: src/blocks/button/block.js:236
|
661 |
msgid "Text only"
|
662 |
msgstr "テキストのみ"
|
663 |
|
664 |
+
#: src/blocks/button/block.js:239
|
665 |
msgid ""
|
666 |
"If you select \"No background\", that you need to select a Custom Color."
|
667 |
msgstr "もし「背景なし」を選択した場合はカスタムカラーで色を指定してください。"
|
668 |
|
669 |
+
#: src/blocks/button/block.js:242 src/blocks/pr-content/block.js:175
|
670 |
msgid "Default Color:"
|
671 |
msgstr "標準色:"
|
672 |
|
673 |
+
#: src/blocks/button/block.js:245 src/blocks/pr-content/block.js:178
|
674 |
msgid "Primary"
|
675 |
msgstr "Primary"
|
676 |
|
677 |
+
#: src/blocks/button/block.js:246 src/blocks/pr-content/block.js:179
|
678 |
msgid "Secondary"
|
679 |
msgstr "Secondary"
|
680 |
|
681 |
+
#: src/blocks/button/block.js:251 src/blocks/pr-content/block.js:184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
682 |
msgid "Light"
|
683 |
msgstr "Light"
|
684 |
|
685 |
+
#: src/blocks/button/block.js:252 src/blocks/pr-content/block.js:185
|
686 |
msgid "Dark"
|
687 |
msgstr "Dark"
|
688 |
|
689 |
+
#: src/blocks/button/block.js:257
|
690 |
msgid "Custom Color"
|
691 |
msgstr "カスタムカラー"
|
692 |
|
693 |
+
#: src/blocks/button/block.js:258
|
694 |
msgid ""
|
695 |
"This custom color overrides the default color. If you want to use the "
|
696 |
"default color, click the clear button."
|
698 |
"このカスタムカラーはデフォルトのカラーを上書きします。 デフォルトの色を使用し"
|
699 |
"たい場合は、クリアボタンをクリックしてください。"
|
700 |
|
701 |
+
#: src/blocks/button/block.js:266 src/blocks/pr-content/block.js:196
|
702 |
msgid "Font Awesome:"
|
703 |
msgstr "Font Awesome:"
|
704 |
|
705 |
+
#: src/blocks/button/block.js:270 src/blocks/pr-content/block.js:207
|
706 |
msgid "Before text"
|
707 |
msgstr "文字の前"
|
708 |
|
709 |
+
#: src/blocks/button/block.js:271 src/blocks/pr-content/block.js:208
|
710 |
msgid ""
|
711 |
"Enter Font Awesome Class.This icon will appear before text. Ex) fas fa-arrow-"
|
712 |
"circle-right"
|
714 |
"Font Awesome の class 名を入力してください。このアイコンは文字の前に表示され"
|
715 |
"ます。 例) fas fa-arrow-circle-right"
|
716 |
|
717 |
+
#: src/blocks/button/block.js:277 src/blocks/pr-content/block.js:219
|
718 |
msgid "After text"
|
719 |
msgstr "文字の後"
|
720 |
|
721 |
+
#: src/blocks/button/block.js:278 src/blocks/pr-content/block.js:220
|
722 |
msgid ""
|
723 |
"Enter Font Awesome Class.This icon will appear after text. Ex) fas fa-"
|
724 |
"external-link-alt"
|
726 |
"Font Awesome の class 名を入力してください。このアイコンは文字の後に表示され"
|
727 |
"ます。 例) fas fa-external-link-alt"
|
728 |
|
729 |
+
#: src/blocks/button/block.js:313
|
730 |
msgid "Apply"
|
731 |
msgstr ""
|
732 |
|
742 |
msgid "Please enter a question."
|
743 |
msgstr "質問を入力してください。"
|
744 |
|
745 |
+
#: src/blocks/flow/block.js:16
|
746 |
msgid "Flow"
|
747 |
msgstr "フロー"
|
748 |
|
749 |
+
#: src/blocks/flow/block.js:51
|
750 |
msgid "Display of arrow"
|
751 |
msgstr "矢印の表示"
|
752 |
|
753 |
+
#: src/blocks/flow/block.js:55
|
754 |
msgid "Arrow display"
|
755 |
msgstr "矢印を表示する"
|
756 |
|
757 |
+
#: src/blocks/flow/block.js:56
|
758 |
msgid "Arrow hidden"
|
759 |
msgstr "矢印を表示しない"
|
760 |
|
761 |
+
#: src/blocks/flow/block.js:74
|
762 |
msgid "Input title"
|
763 |
msgstr "タイトルを入力"
|
764 |
|
765 |
+
#: src/blocks/flow/block.js:82
|
766 |
msgid "Input content"
|
767 |
msgstr "説明を入力"
|
768 |
|
798 |
msgid "Brackets black"
|
799 |
msgstr "括弧 黒"
|
800 |
|
801 |
+
#: src/blocks/heading-style/block.js:38 src/blocks/heading/block.js:132
|
802 |
msgid "Plain"
|
803 |
msgstr "装飾無し"
|
804 |
|
822 |
msgid "Solid border bottom black"
|
823 |
msgstr "直線 下線 黒"
|
824 |
|
825 |
+
#: src/blocks/heading/block.js:127
|
|
|
|
|
|
|
|
|
826 |
msgid "Heading style"
|
827 |
msgstr "見出しスタイル"
|
828 |
|
829 |
+
#: src/blocks/heading/block.js:135
|
830 |
msgid "Margin bottom size (rem)"
|
831 |
msgstr "下部の余白"
|
832 |
|
833 |
+
#: src/blocks/heading/block.js:146
|
834 |
msgid "Heading Settings"
|
835 |
msgstr "見出し設定"
|
836 |
|
837 |
+
#: src/blocks/heading/block.js:147
|
838 |
msgid "Level"
|
839 |
msgstr "レベル"
|
840 |
|
841 |
+
#: src/blocks/heading/block.js:154
|
842 |
msgid "Text Alignment"
|
843 |
msgstr "テキストの水平位置"
|
844 |
|
845 |
+
#: src/blocks/heading/block.js:171
|
846 |
msgid "Heading margin bottom size (rem)"
|
847 |
msgstr "見出し下部の余白 (rem)"
|
848 |
|
849 |
+
#: src/blocks/heading/block.js:186
|
850 |
msgid "Sub Text Settings"
|
851 |
msgstr "サブテキスト設定"
|
852 |
|
853 |
+
#: src/blocks/heading/block.js:191
|
854 |
msgid "Display"
|
855 |
msgstr "表示"
|
856 |
|
857 |
+
#: src/blocks/heading/block.js:192
|
858 |
msgid "Hide"
|
859 |
msgstr "非表示"
|
860 |
|
861 |
+
#: src/blocks/heading/block.js:196
|
862 |
msgid "Text size (rem)"
|
863 |
msgstr "文字サイズ (rem)"
|
864 |
|
865 |
+
#: src/blocks/heading/block.js:64
|
866 |
msgid "Heading"
|
867 |
msgstr "見出し"
|
868 |
|
869 |
+
#: src/blocks/heading/component.js:108
|
870 |
+
#: src/blocks/heading/deprecated/block.js:663
|
871 |
+
#: src/blocks/heading/deprecated/component.js:108
|
872 |
msgid "Input sub text…"
|
873 |
msgstr "サブテキストを入力"
|
874 |
|
875 |
+
#: src/blocks/heading/component.js:92
|
876 |
+
#: src/blocks/heading/deprecated/block.js:647
|
877 |
+
#: src/blocks/heading/deprecated/component.js:92
|
878 |
msgid "Input title…"
|
879 |
msgstr "タイトルを入力"
|
880 |
|
881 |
# %s: heading level e.g: "1", "2", "3"
|
882 |
#. %s: heading level e.g: "1", "2", "3"
|
883 |
+
#: src/blocks/heading/heading-toolbar.js:16
|
884 |
msgid "Heading %d"
|
885 |
msgstr "見出し %d"
|
886 |
|
887 |
+
#: src/blocks/hidden-extension/index.js:101
|
888 |
+
msgid "Hidden at screel size"
|
889 |
+
msgstr "非表示にする画面サイズ"
|
890 |
+
|
891 |
+
#: src/blocks/hidden-extension/index.js:103
|
892 |
+
msgid ""
|
893 |
+
"Note : This function is display hidden only. Actually Block is output to "
|
894 |
+
"HTML.Pleade don't use you must not bisible item.Don't use it for blocks you "
|
895 |
+
"really don't want to display."
|
896 |
+
msgstr ""
|
897 |
+
"注意 : この機能はあくまでHTMLに出力される要素を非表示にするだけです。本当に見"
|
898 |
+
"せてはいけない要素には使わないでください。"
|
899 |
+
|
900 |
+
#: src/blocks/hidden-extension/index.js:109
|
901 |
msgid "Hidden ( Screen size : all )"
|
902 |
msgstr "非表示 ( 画面サイズ : all )"
|
903 |
|
904 |
+
#: src/blocks/hidden-extension/index.js:115
|
905 |
msgid "Hidden ( Screen size : xs )"
|
906 |
msgstr "非表示 ( 画面サイズ : xs )"
|
907 |
|
908 |
+
#: src/blocks/hidden-extension/index.js:121
|
909 |
msgid "Hidden ( Screen size : sm )"
|
910 |
msgstr "非表示 ( 画面サイズ : sm )"
|
911 |
|
912 |
+
#: src/blocks/hidden-extension/index.js:127
|
913 |
msgid "Hidden ( Screen size : md )"
|
914 |
msgstr "非表示 ( 画面サイズ : md )"
|
915 |
|
916 |
+
#: src/blocks/hidden-extension/index.js:133
|
917 |
msgid "Hidden ( Screen size : lg )"
|
918 |
msgstr "非表示 ( 画面サイズ : lg )"
|
919 |
|
920 |
+
#: src/blocks/hidden-extension/index.js:139
|
921 |
msgid "Hidden ( Screen size : xl )"
|
922 |
msgstr "非表示 ( 画面サイズ : xl )"
|
923 |
|
924 |
+
#: src/blocks/hidden-extension/index.js:145
|
925 |
msgid ""
|
926 |
"If you want to hide multiple blocks, that first you set to group block and "
|
927 |
"the next, hide for the that group block."
|
929 |
"複数のブロックを非表示にする場合は、最初にグループブロックに設定し、そのグ"
|
930 |
"ループブロックに対して非表示にします。"
|
931 |
|
932 |
+
#: src/blocks/hidden-extension/index.js:98
|
933 |
msgid "Hidden Settings"
|
934 |
msgstr "非表示設定"
|
935 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
936 |
#: src/blocks/highlighter/block.js:81
|
937 |
msgid "Highlight Color"
|
938 |
msgstr "ハイライトカラー"
|
993 |
msgid "List Icon Color"
|
994 |
msgstr "リストアイコンの色"
|
995 |
|
996 |
+
#: src/blocks/pr-blocks/block.js:169
|
997 |
msgid "PR Block1 Setting"
|
998 |
msgstr "PR Block1 設定"
|
999 |
|
1000 |
+
#: src/blocks/pr-blocks/block.js:184
|
1001 |
msgid "Icon 1"
|
1002 |
msgstr "アイコン 1"
|
1003 |
|
1004 |
+
#: src/blocks/pr-blocks/block.js:218
|
|
|
|
|
|
|
|
|
1005 |
msgid "When you have an image. Image is displayed with priority"
|
1006 |
msgstr "画像を設定した場合は画像が優先して表示されます。"
|
1007 |
|
1008 |
+
#: src/blocks/pr-blocks/block.js:220
|
1009 |
+
msgid "PR Image 1"
|
1010 |
+
msgstr "PR 画像 1"
|
1011 |
+
|
1012 |
+
#: src/blocks/pr-blocks/block.js:236
|
1013 |
msgid "PR Block2 Setting"
|
1014 |
msgstr "PR Block2 設定"
|
1015 |
|
1016 |
+
#: src/blocks/pr-blocks/block.js:251
|
1017 |
msgid "Icon 2"
|
1018 |
msgstr "アイコン 2"
|
1019 |
|
1020 |
+
#: src/blocks/pr-blocks/block.js:286
|
1021 |
msgid "PR Image 2"
|
1022 |
msgstr "PR 画像 2"
|
1023 |
|
1024 |
+
#: src/blocks/pr-blocks/block.js:302
|
1025 |
msgid "PR Block3 Setting"
|
1026 |
msgstr "PR Block3 設定"
|
1027 |
|
1028 |
+
#: src/blocks/pr-blocks/block.js:304
|
1029 |
msgid "Link URL:"
|
1030 |
msgstr "リンクURL:"
|
1031 |
|
1032 |
+
#: src/blocks/pr-blocks/block.js:317
|
1033 |
msgid "Icon 3"
|
1034 |
msgstr "アイコン 3"
|
1035 |
|
1036 |
+
#: src/blocks/pr-blocks/block.js:320
|
1037 |
msgid "Class name of the Font Awesome icon font you want to use:"
|
1038 |
msgstr "アイコンを使う場合は Font Awesome のアイコンのclass名:"
|
1039 |
|
1040 |
+
#: src/blocks/pr-blocks/block.js:339
|
1041 |
msgid "Icon Background:"
|
1042 |
msgstr "アイコン背景:"
|
1043 |
|
1044 |
+
#: src/blocks/pr-blocks/block.js:350
|
|
|
|
|
|
|
|
|
1045 |
msgid "When you have an image. Image is displayed with priority."
|
1046 |
msgstr "画像を設定した場合は画像が優先して表示されます。"
|
1047 |
|
1048 |
+
#: src/blocks/pr-blocks/block.js:352
|
1049 |
+
msgid "PR Image 3"
|
1050 |
+
msgstr "PR 画像 3"
|
1051 |
+
|
1052 |
+
#: src/blocks/pr-blocks/block.js:82
|
1053 |
msgid "PR Blocks"
|
1054 |
msgstr "PR Blocks"
|
1055 |
|
1107 |
msgid "PR Content"
|
1108 |
msgstr "PR Content"
|
1109 |
|
1110 |
+
#: src/blocks/pr-content/component.js:200
|
1111 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:122
|
1112 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:136
|
1113 |
msgid "Input title."
|
1114 |
msgstr "タイトルを入力してください。"
|
1115 |
|
1116 |
+
#: src/blocks/pr-content/component.js:208
|
1117 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:130
|
1118 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:144
|
1119 |
msgid "Input content."
|
1120 |
msgstr "本文を入力してください。"
|
1121 |
|
1122 |
+
#: src/blocks/spacer/block.js:104
|
1123 |
msgid "Tablet"
|
1124 |
msgstr "タブレット"
|
1125 |
|
1126 |
+
#: src/blocks/spacer/block.js:110
|
1127 |
msgid "Mobile"
|
1128 |
msgstr "モバイル"
|
1129 |
|
1130 |
+
#: src/blocks/spacer/block.js:42
|
1131 |
msgid "Responsive Spacer"
|
1132 |
msgstr "レスポンシブスペーサー"
|
1133 |
|
1134 |
+
#: src/blocks/spacer/block.js:74
|
1135 |
msgid "Unit Type"
|
1136 |
msgstr "単位"
|
1137 |
|
1138 |
+
#: src/blocks/spacer/block.js:80
|
1139 |
msgid "px"
|
1140 |
msgstr "px"
|
1141 |
|
1142 |
+
#: src/blocks/spacer/block.js:84
|
1143 |
msgid "em"
|
1144 |
msgstr "em"
|
1145 |
|
1146 |
+
#: src/blocks/spacer/block.js:88
|
1147 |
msgid "rem"
|
1148 |
msgstr "rem"
|
1149 |
|
1150 |
+
#: src/blocks/spacer/block.js:92
|
1151 |
msgid "vw"
|
1152 |
msgstr "vw"
|
1153 |
|
1154 |
+
#: src/blocks/spacer/block.js:96
|
1155 |
msgid "Height for each device."
|
1156 |
msgstr "デバイス毎の高さ"
|
1157 |
|
1158 |
+
#: src/blocks/spacer/block.js:98
|
1159 |
msgid "PC"
|
1160 |
msgstr "PC"
|
1161 |
|
1162 |
+
#: src/blocks/staff/block.js:105
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1163 |
msgid "Staff name"
|
1164 |
msgstr "名前"
|
1165 |
|
1166 |
+
#: src/blocks/staff/block.js:113
|
1167 |
msgid "Name caption"
|
1168 |
msgstr "名前のキャプション"
|
1169 |
|
1170 |
+
#: src/blocks/staff/block.js:121 src/blocks/staff/component.js:58
|
1171 |
msgid "Role position"
|
1172 |
msgstr "役職"
|
1173 |
|
1174 |
+
#: src/blocks/staff/block.js:129 src/blocks/staff/component.js:66
|
1175 |
msgid "Profile title"
|
1176 |
msgstr "プロフィールタイトル"
|
1177 |
|
1178 |
+
#: src/blocks/staff/block.js:137 src/blocks/staff/component.js:74
|
1179 |
msgid "Profile text"
|
1180 |
msgstr "プロフィールテキスト"
|
1181 |
|
1182 |
+
#: src/blocks/staff/block.js:41
|
1183 |
msgid "Staff"
|
1184 |
msgstr "スタッフ"
|
1185 |
|
1186 |
+
#: src/blocks/staff/block.js:61
|
1187 |
msgid "Layout"
|
1188 |
msgstr "レイアウト"
|
1189 |
|
1190 |
+
#: src/blocks/staff/block.js:72
|
1191 |
msgid "Image left"
|
1192 |
msgstr "画像 左"
|
1193 |
|
1194 |
+
#: src/blocks/staff/block.js:77
|
1195 |
msgid "Image border"
|
1196 |
msgstr "画像の線"
|
1197 |
|
1198 |
+
#: src/blocks/staff/block.js:93
|
1199 |
+
msgid "Alt text"
|
1200 |
+
msgstr "画像の代替テキスト"
|
1201 |
+
|
1202 |
+
#: src/blocks/staff/block.js:95
|
1203 |
+
msgid "Set the alt text for profile image"
|
1204 |
+
msgstr "プロフィール画像の代替テキストを設定します"
|
1205 |
+
|
1206 |
#: src/blocks/staff/component.js:42
|
1207 |
msgid "Your Name"
|
1208 |
msgstr "名前"
|
1215 |
msgid "Align"
|
1216 |
msgstr "表示位置"
|
1217 |
|
1218 |
+
#: src/components/column-layout-control/index.js:16
|
1219 |
msgid "Card ( No border )"
|
1220 |
msgstr "カード(線なし)"
|
1221 |
|
1222 |
+
#: src/components/column-layout-control/index.js:26
|
1223 |
msgid "Card Horizontal"
|
1224 |
msgstr "カード(水平)"
|
1225 |
|
1226 |
+
#: src/components/column-layout-control/index.js:30
|
1227 |
msgid "Media"
|
1228 |
msgstr "メディア"
|
1229 |
|
1230 |
+
#: src/components/column-layout-control/index.js:34
|
1231 |
msgid "Text 1 Column"
|
1232 |
msgstr "テキスト1カラム"
|
1233 |
|
1239 |
msgid "Display type"
|
1240 |
msgstr "表示タイプ"
|
1241 |
|
1242 |
+
#: src/components/column-layout/index.js:19
|
1243 |
msgid "Column ( Screen size : Extra small )"
|
1244 |
msgstr "カラム ( 画面サイズ : Extra small )"
|
1245 |
|
1246 |
+
#: src/components/column-layout/index.js:28
|
1247 |
msgid "Column ( Screen size : Small )"
|
1248 |
msgstr "カラム ( 画面サイズ : Small )"
|
1249 |
|
1250 |
+
#: src/components/column-layout/index.js:36
|
1251 |
msgid "Column ( Screen size : Medium )"
|
1252 |
msgstr "カラム ( 画面サイズ : Medium )"
|
1253 |
|
1254 |
+
#: src/components/column-layout/index.js:44
|
1255 |
msgid "Column ( Screen size : Large )"
|
1256 |
msgstr "カラム ( 画面サイズ : Large )"
|
1257 |
|
1258 |
+
#: src/components/column-layout/index.js:53
|
1259 |
msgid "Column ( Screen size : Extra large )"
|
1260 |
msgstr "カラム ( 画面サイズ : Extra large )"
|
1261 |
|
1262 |
+
#: src/components/display-items-control/index.js:34
|
1263 |
msgid "Term name"
|
1264 |
msgstr "分類名"
|
1265 |
|
1266 |
+
#: src/components/display-items-control/index.js:41
|
1267 |
msgid "Excerpt"
|
1268 |
msgstr "抜粋"
|
1269 |
|
1270 |
+
#: src/components/display-items-control/index.js:46
|
1271 |
msgid "Date"
|
1272 |
msgstr "日付"
|
1273 |
|
1274 |
+
#: src/components/display-items-control/index.js:52
|
1275 |
msgid "New mark"
|
1276 |
msgstr "新着表示"
|
1277 |
|
1278 |
+
#: src/components/display-items-control/index.js:62
|
1279 |
msgid "New mark option"
|
1280 |
msgstr "新着表示オプション"
|
1281 |
|
1282 |
+
#: src/components/display-items-control/index.js:64
|
1283 |
msgid "Number of days to display the new post mark"
|
1284 |
msgstr "新着表示日数"
|
1285 |
|
1286 |
+
#: src/components/display-items-control/index.js:70
|
1287 |
msgid "New post mark"
|
1288 |
msgstr "新着表示"
|
1289 |
|
1290 |
+
#: src/components/display-items-control/index.js:88
|
1291 |
msgid "Button align"
|
1292 |
msgstr "ボタンの位置"
|
1293 |
|
1305 |
|
1306 |
#: src/plugin/menu/sidebar.js:17
|
1307 |
msgid "VK Blocks Templates"
|
1308 |
+
msgstr "VK Blocks テンプレート"
|
1309 |
|
1310 |
+
#: src/translation_dummy.js:2
|
1311 |
msgid "Disabled Blocks module. Because VK-Blocks Plugin running."
|
1312 |
msgstr ""
|
1313 |
"VK-Blocksと競合するため、VK All in One Expansion UnitのBlock機能を停止しまし"
|
1314 |
"た。"
|
1315 |
|
1316 |
+
#: src/translation_dummy.js:3
|
1317 |
msgid "Deactivated VK-Blocks Plugin. Because VK-Blocks Pro running."
|
1318 |
msgstr "Pro版VK-Blocksが起動しているため、VK-Blocksを停止しました。"
|
1319 |
|
1320 |
+
#~ msgid "Fixed"
|
1321 |
+
#~ msgstr "固定"
|
1322 |
+
|
1323 |
+
#~ msgid "Parallax (It will not work in preview)"
|
1324 |
+
#~ msgstr "パララックス(編集画面では反映されません)"
|
1325 |
+
|
1326 |
+
#~ msgid "FontAwesome"
|
1327 |
+
#~ msgstr "Font Awesome"
|
1328 |
+
|
1329 |
+
#, fuzzy
|
1330 |
+
#~| msgid "top-bottom-border"
|
1331 |
+
#~ msgid "solid-kado-tit-onborder"
|
1332 |
+
#~ msgstr "上下線"
|
1333 |
+
|
1334 |
+
#~ msgid "Padding (Horizontal)"
|
1335 |
+
#~ msgstr "余白(水平)"
|
1336 |
+
|
1337 |
+
#~ msgid "Padding (Vertical)"
|
1338 |
+
#~ msgstr "余白(上下)"
|
1339 |
+
|
1340 |
+
#~ msgid "Use padding"
|
1341 |
+
#~ msgstr "余白あり"
|
1342 |
+
|
1343 |
+
#~ msgid "Don't use padding"
|
1344 |
+
#~ msgstr "余白なし"
|
1345 |
+
|
1346 |
+
#~ msgid "Use"
|
1347 |
+
#~ msgstr "あり"
|
1348 |
+
|
1349 |
+
#~ msgid "Contents area width and padding"
|
1350 |
+
#~ msgstr "コンテンツエリアの左右に標準の余白を使用"
|
1351 |
+
|
1352 |
+
#~ msgid "Full wide width and padding"
|
1353 |
+
#~ msgstr "全幅に余白を使用"
|
1354 |
+
|
1355 |
+
#~ msgid "Outer width"
|
1356 |
+
#~ msgstr "アウターの幅"
|
1357 |
+
|
1358 |
+
#, fuzzy
|
1359 |
+
#~| msgid "Responsive Spacer"
|
1360 |
+
#~ msgid "Responsive Column"
|
1361 |
+
#~ msgstr "レスポンシブスペーサー"
|
1362 |
+
|
1363 |
#, fuzzy
|
1364 |
#~| msgid "Icon setting"
|
1365 |
#~ msgid "Link settings"
|
1368 |
#~ msgid "This block is only for users who bought Lightning Pro."
|
1369 |
#~ msgstr "このブロックは Lightning Pro 専用です。"
|
1370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1371 |
#~ msgid "Double black"
|
1372 |
#~ msgstr "二重線 黒"
|
1373 |
|
|
|
|
|
|
|
1374 |
#, fuzzy
|
1375 |
#~| msgid "top-bottom-border"
|
1376 |
#~ msgid "Solid border-bottom leftkeycolor"
|
1491 |
#~ msgid "Name"
|
1492 |
#~ msgstr "アイコンの名前"
|
1493 |
|
|
|
|
|
|
|
1494 |
#~ msgid "Open url in new window"
|
1495 |
#~ msgstr "リンクを別ウィンドウで開く"
|
1496 |
|
inc/vk-blocks/package/build/languages/vk-blocks.pot
CHANGED
@@ -3,29 +3,61 @@ msgstr ""
|
|
3 |
"Content-Type: text/plain; charset=utf-8\n"
|
4 |
"X-Generator: babel-plugin-makepot\n"
|
5 |
|
6 |
-
#: src/blocks/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
msgid "Alert"
|
8 |
msgstr ""
|
9 |
|
10 |
-
#: src/blocks/
|
11 |
-
|
|
|
12 |
msgstr ""
|
13 |
|
14 |
-
#: src/blocks/
|
15 |
-
|
|
|
|
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/blocks/
|
19 |
-
|
|
|
|
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: src/blocks/
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: src/blocks/balloon/block.js:
|
27 |
-
#: src/blocks/flow/block.js:
|
28 |
-
#: src/blocks/pr-blocks/block.js:
|
29 |
#: src/blocks/pr-content/component.js:157
|
30 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:102
|
31 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:116
|
@@ -33,216 +65,267 @@ msgstr ""
|
|
33 |
msgid "Select image"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: src/blocks/balloon/block.js:
|
37 |
-
#: src/blocks/flow/block.js:
|
38 |
-
#: src/blocks/pr-blocks/block.js:
|
39 |
#: src/blocks/pr-content/component.js:164
|
40 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:106
|
41 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:120
|
42 |
msgid "Upload image"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: src/blocks/balloon/block.js:
|
46 |
msgid "Icon Name"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: src/blocks/balloon/block.js:
|
50 |
-
#: src/blocks/button/block.js:
|
51 |
msgid "Input text"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: src/blocks/balloon/block.js:
|
55 |
msgid "Ballon"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: src/blocks/balloon/block.js:
|
59 |
msgid "Balloon setting"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: src/blocks/balloon/block.js:
|
63 |
-
#: src/blocks/heading/block.js:
|
64 |
msgid "Position"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: src/blocks/balloon/block.js:
|
68 |
msgid "Please specify the layout of the balloon."
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: src/blocks/balloon/block.js:
|
72 |
-
#: src/blocks/button/block.js:
|
73 |
#: src/blocks/pr-content/block.js:241
|
74 |
msgid "Left"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: src/blocks/balloon/block.js:
|
78 |
-
#: src/blocks/button/block.js:
|
79 |
#: src/blocks/pr-content/block.js:240
|
80 |
msgid "Right"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: src/blocks/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
msgid "Button setting"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: src/blocks/button/block.js:
|
88 |
msgid "Sub Caption"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: src/blocks/button/block.js:
|
92 |
-
#: src/blocks/pr-blocks/block.js:
|
93 |
#: src/blocks/pr-content/block.js:160
|
94 |
msgid "Open link new tab."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: src/blocks/button/block.js:
|
98 |
msgid "Button Size:"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: src/blocks/button/block.js:
|
102 |
msgid "Large"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: src/blocks/button/block.js:
|
106 |
msgid "Normal"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: src/blocks/button/block.js:
|
110 |
msgid "Small"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: src/blocks/button/block.js:
|
114 |
msgid "Button Position:"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: src/blocks/button/block.js:
|
118 |
msgid "Center"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: src/blocks/button/block.js:
|
122 |
msgid "Wide"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: src/blocks/button/block.js:
|
126 |
msgid "Block"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: src/blocks/button/block.js:
|
130 |
msgid "Button Style:"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: src/blocks/button/block.js:
|
134 |
-
#: src/blocks/pr-blocks/block.js:
|
135 |
msgid "Solid color"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: src/blocks/button/block.js:
|
139 |
-
#: src/blocks/pr-blocks/block.js:
|
140 |
msgid "No background"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: src/blocks/button/block.js:
|
144 |
msgid "Text only"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: src/blocks/button/block.js:
|
148 |
msgid "If you select \"No background\", that you need to select a Custom Color."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: src/blocks/button/block.js:
|
152 |
#: src/blocks/pr-content/block.js:175
|
153 |
msgid "Default Color:"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: src/blocks/button/block.js:
|
157 |
#: src/blocks/pr-content/block.js:178
|
158 |
msgid "Primary"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: src/blocks/button/block.js:
|
162 |
#: src/blocks/pr-content/block.js:179
|
163 |
msgid "Secondary"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: src/blocks/button/block.js:
|
167 |
-
#: src/blocks/pr-content/block.js:180
|
168 |
-
msgid "Success"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: src/blocks/button/block.js:270
|
172 |
-
#: src/blocks/pr-content/block.js:181
|
173 |
-
msgid "Info"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: src/blocks/button/block.js:271
|
177 |
-
#: src/blocks/pr-content/block.js:182
|
178 |
-
msgid "Warning"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: src/blocks/button/block.js:272
|
182 |
-
#: src/blocks/pr-content/block.js:183
|
183 |
-
msgid "Danger"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: src/blocks/button/block.js:273
|
187 |
#: src/blocks/pr-content/block.js:184
|
188 |
msgid "Light"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: src/blocks/button/block.js:
|
192 |
#: src/blocks/pr-content/block.js:185
|
193 |
msgid "Dark"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: src/blocks/button/block.js:
|
197 |
msgid "Custom Color"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: src/blocks/button/block.js:
|
201 |
msgid ""
|
202 |
"This custom color overrides the default color. If you want to use the "
|
203 |
"default color, click the clear button."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: src/blocks/button/block.js:
|
207 |
#: src/blocks/pr-content/block.js:196
|
208 |
msgid "Font Awesome:"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: src/blocks/button/block.js:
|
212 |
-
#: src/blocks/pr-blocks/block.js:346
|
213 |
-
#: src/blocks/pr-content/block.js:202
|
214 |
-
msgid "Font Awesome icon list"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: src/blocks/button/block.js:292
|
218 |
#: src/blocks/pr-content/block.js:207
|
219 |
msgid "Before text"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: src/blocks/button/block.js:
|
223 |
#: src/blocks/pr-content/block.js:208
|
224 |
msgid ""
|
225 |
"Enter Font Awesome Class.This icon will appear before text. Ex) fas "
|
226 |
"fa-arrow-circle-right"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: src/blocks/button/block.js:
|
230 |
#: src/blocks/pr-content/block.js:219
|
231 |
msgid "After text"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: src/blocks/button/block.js:
|
235 |
#: src/blocks/pr-content/block.js:220
|
236 |
msgid ""
|
237 |
"Enter Font Awesome Class.This icon will appear after text. Ex) fas "
|
238 |
"fa-external-link-alt"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: src/blocks/button/block.js:
|
242 |
msgid "Apply"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: src/blocks/button/block.js:
|
246 |
msgid "Button"
|
247 |
msgstr ""
|
248 |
|
@@ -258,27 +341,27 @@ msgstr ""
|
|
258 |
msgid "Please enter a question."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: src/blocks/flow/block.js:
|
262 |
msgid "Flow"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: src/blocks/flow/block.js:
|
266 |
msgid "Display of arrow"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: src/blocks/flow/block.js:
|
270 |
msgid "Arrow display"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: src/blocks/flow/block.js:
|
274 |
msgid "Arrow hidden"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: src/blocks/flow/block.js:
|
278 |
msgid "Input title"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: src/blocks/flow/block.js:
|
282 |
msgid "Input content"
|
283 |
msgstr ""
|
284 |
|
@@ -332,14 +415,14 @@ msgid "Brackets black"
|
|
332 |
msgstr ""
|
333 |
|
334 |
#: src/blocks/heading-style/block.js:33
|
335 |
-
#: src/blocks/heading/block.js:
|
336 |
#: src/blocks/list-style/block.js:104
|
337 |
-
#: src/blocks/staff/block.js:
|
338 |
msgid "Default"
|
339 |
msgstr ""
|
340 |
|
341 |
#: src/blocks/heading-style/block.js:38
|
342 |
-
#: src/blocks/heading/block.js:
|
343 |
msgid "Plain"
|
344 |
msgstr ""
|
345 |
|
@@ -363,116 +446,112 @@ msgstr ""
|
|
363 |
msgid "Solid border bottom black"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: src/blocks/heading/block.js:
|
367 |
-
msgid "Style Settings"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: src/blocks/heading/block.js:128
|
371 |
msgid "Heading style"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: src/blocks/heading/block.js:
|
375 |
msgid "Margin bottom size (rem)"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: src/blocks/heading/block.js:
|
379 |
msgid "Heading Settings"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: src/blocks/heading/block.js:
|
383 |
msgid "Level"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: src/blocks/heading/block.js:
|
387 |
msgid "Text Alignment"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: src/blocks/heading/block.js:
|
391 |
msgid "Heading margin bottom size (rem)"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: src/blocks/heading/block.js:
|
395 |
msgid "Sub Text Settings"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: src/blocks/heading/block.js:
|
399 |
msgid "Display"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: src/blocks/heading/block.js:
|
403 |
msgid "Hide"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: src/blocks/heading/block.js:
|
407 |
msgid "Text size (rem)"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: src/blocks/heading/block.js:
|
411 |
msgid "Heading"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: src/blocks/heading/component.js:
|
415 |
#: src/blocks/heading/deprecated/block.js:663
|
416 |
-
#: src/blocks/heading/deprecated/component.js:
|
417 |
msgid "Input sub text…"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: src/blocks/heading/component.js:
|
421 |
#: src/blocks/heading/deprecated/block.js:647
|
422 |
-
#: src/blocks/heading/deprecated/component.js:
|
423 |
msgid "Input title…"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: src/blocks/heading/heading-toolbar.js:
|
427 |
#. %s: heading level e.g: "1", "2", "3"
|
428 |
msgid "Heading %d"
|
429 |
msgstr ""
|
430 |
|
431 |
#: src/blocks/hidden-extension/index.js:101
|
|
|
|
|
|
|
|
|
432 |
msgid ""
|
433 |
"Note : This function is display hidden only. Actually Block is output to "
|
434 |
"HTML.Pleade don't use you must not bisible item.Don't use it for blocks you "
|
435 |
"really don't want to display."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: src/blocks/hidden-extension/index.js:
|
439 |
msgid "Hidden ( Screen size : all )"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: src/blocks/hidden-extension/index.js:
|
443 |
msgid "Hidden ( Screen size : xs )"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: src/blocks/hidden-extension/index.js:
|
447 |
msgid "Hidden ( Screen size : sm )"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: src/blocks/hidden-extension/index.js:
|
451 |
msgid "Hidden ( Screen size : md )"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: src/blocks/hidden-extension/index.js:
|
455 |
msgid "Hidden ( Screen size : lg )"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: src/blocks/hidden-extension/index.js:
|
459 |
msgid "Hidden ( Screen size : xl )"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: src/blocks/hidden-extension/index.js:
|
463 |
msgid ""
|
464 |
"If you want to hide multiple blocks, that first you set to group block and "
|
465 |
"the next, hide for the that group block."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: src/blocks/hidden-extension/index.js:
|
469 |
msgid "Hidden Settings"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: src/blocks/hidden-extension/index.js:99
|
473 |
-
msgid "Hidden at screel size"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
#: src/blocks/highlighter/block.js:81
|
477 |
msgid "Highlight Color"
|
478 |
msgstr ""
|
@@ -537,63 +616,63 @@ msgstr ""
|
|
537 |
msgid "List Icon Color"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: src/blocks/pr-blocks/block.js:
|
541 |
msgid "PR Block1 Setting"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: src/blocks/pr-blocks/block.js:
|
545 |
msgid "Icon 1"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: src/blocks/pr-blocks/block.js:
|
549 |
msgid "When you have an image. Image is displayed with priority"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: src/blocks/pr-blocks/block.js:
|
553 |
msgid "PR Image 1"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: src/blocks/pr-blocks/block.js:
|
557 |
msgid "PR Block2 Setting"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: src/blocks/pr-blocks/block.js:
|
561 |
msgid "Icon 2"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: src/blocks/pr-blocks/block.js:
|
565 |
msgid "PR Image 2"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: src/blocks/pr-blocks/block.js:
|
569 |
msgid "PR Block3 Setting"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: src/blocks/pr-blocks/block.js:
|
573 |
msgid "Link URL:"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: src/blocks/pr-blocks/block.js:
|
577 |
msgid "Icon 3"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: src/blocks/pr-blocks/block.js:
|
581 |
msgid "Class name of the Font Awesome icon font you want to use:"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: src/blocks/pr-blocks/block.js:
|
585 |
msgid "Icon Background:"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: src/blocks/pr-blocks/block.js:
|
589 |
msgid "When you have an image. Image is displayed with priority."
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: src/blocks/pr-blocks/block.js:
|
593 |
msgid "PR Image 3"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: src/blocks/pr-blocks/block.js:
|
597 |
msgid "PR Blocks"
|
598 |
msgstr ""
|
599 |
|
@@ -671,101 +750,97 @@ msgstr ""
|
|
671 |
msgid "Input content."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: src/blocks/spacer/block.js:
|
675 |
msgid "Tablet"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: src/blocks/spacer/block.js:
|
679 |
msgid "Mobile"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: src/blocks/spacer/block.js:
|
683 |
msgid "Responsive Spacer"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: src/blocks/spacer/block.js:
|
687 |
msgid "Unit Type"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: src/blocks/spacer/block.js:
|
691 |
msgid "px"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: src/blocks/spacer/block.js:
|
695 |
msgid "em"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: src/blocks/spacer/block.js:
|
699 |
msgid "rem"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: src/blocks/spacer/block.js:
|
703 |
msgid "vw"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: src/blocks/spacer/block.js:
|
707 |
msgid "Height for each device."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: src/blocks/spacer/block.js:
|
711 |
msgid "PC"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: src/blocks/staff/block.js:
|
715 |
-
msgid "None"
|
716 |
-
msgstr ""
|
717 |
-
|
718 |
-
#: src/blocks/staff/block.js:114
|
719 |
-
msgid "Alt text"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: src/blocks/staff/block.js:116
|
723 |
-
msgid "Set the alt text for profile image"
|
724 |
-
msgstr ""
|
725 |
-
|
726 |
-
#: src/blocks/staff/block.js:124
|
727 |
-
msgid "Color"
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: src/blocks/staff/block.js:126
|
731 |
msgid "Staff name"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: src/blocks/staff/block.js:
|
735 |
msgid "Name caption"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: src/blocks/staff/block.js:
|
739 |
#: src/blocks/staff/component.js:58
|
740 |
msgid "Role position"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: src/blocks/staff/block.js:
|
744 |
#: src/blocks/staff/component.js:66
|
745 |
msgid "Profile title"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: src/blocks/staff/block.js:
|
749 |
#: src/blocks/staff/component.js:74
|
750 |
msgid "Profile text"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: src/blocks/staff/block.js:
|
754 |
msgid "Staff"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: src/blocks/staff/block.js:
|
758 |
msgid "Layout"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: src/blocks/staff/block.js:
|
762 |
msgid "Image left"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: src/blocks/staff/block.js:
|
766 |
msgid "Image border"
|
767 |
msgstr ""
|
768 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
769 |
#: src/blocks/staff/component.js:42
|
770 |
msgid "Your Name"
|
771 |
msgstr ""
|
@@ -774,6 +849,10 @@ msgstr ""
|
|
774 |
msgid "Caption"
|
775 |
msgstr ""
|
776 |
|
|
|
|
|
|
|
|
|
777 |
#: src/translation_dummy.js:2
|
778 |
msgid "Disabled Blocks module. Because VK-Blocks Plugin running."
|
779 |
msgstr ""
|
3 |
"Content-Type: text/plain; charset=utf-8\n"
|
4 |
"X-Generator: babel-plugin-makepot\n"
|
5 |
|
6 |
+
#: src/blocks/_helper/font-awesome.js:22
|
7 |
+
msgid "Font Awesome"
|
8 |
+
msgstr ""
|
9 |
+
|
10 |
+
#: src/blocks/_helper/font-awesome.js:28
|
11 |
+
msgid "Enter Font Awesome Class."
|
12 |
+
msgstr ""
|
13 |
+
|
14 |
+
#: src/blocks/_helper/font-awesome.js:29
|
15 |
+
msgid "Ex) fas fa-arrow-circle-right"
|
16 |
+
msgstr ""
|
17 |
+
|
18 |
+
#: src/blocks/_helper/font-awesome.js:31
|
19 |
+
#: src/blocks/button/block.js:267
|
20 |
+
#: src/blocks/pr-blocks/block.js:325
|
21 |
+
#: src/blocks/pr-content/block.js:202
|
22 |
+
msgid "Font Awesome icon list"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: src/blocks/alert/block.js:17
|
26 |
msgid "Alert"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: src/blocks/alert/block.js:48
|
30 |
+
#: src/blocks/heading/block.js:125
|
31 |
+
msgid "Style Settings"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: src/blocks/alert/block.js:53
|
35 |
+
#: src/blocks/button/block.js:247
|
36 |
+
#: src/blocks/pr-content/block.js:180
|
37 |
+
msgid "Success"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: src/blocks/alert/block.js:54
|
41 |
+
#: src/blocks/button/block.js:248
|
42 |
+
#: src/blocks/pr-content/block.js:181
|
43 |
+
msgid "Info"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: src/blocks/alert/block.js:55
|
47 |
+
#: src/blocks/button/block.js:249
|
48 |
+
#: src/blocks/pr-content/block.js:182
|
49 |
+
msgid "Warning"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: src/blocks/alert/block.js:56
|
53 |
+
#: src/blocks/button/block.js:250
|
54 |
+
#: src/blocks/pr-content/block.js:183
|
55 |
+
msgid "Danger"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: src/blocks/balloon/block.js:114
|
59 |
+
#: src/blocks/flow/block.js:96
|
60 |
+
#: src/blocks/pr-blocks/block.js:158
|
61 |
#: src/blocks/pr-content/component.js:157
|
62 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:102
|
63 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:116
|
65 |
msgid "Select image"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: src/blocks/balloon/block.js:119
|
69 |
+
#: src/blocks/flow/block.js:97
|
70 |
+
#: src/blocks/pr-blocks/block.js:154
|
71 |
#: src/blocks/pr-content/component.js:164
|
72 |
#: src/blocks/pr-content/deprecated/component-deprecated.js:106
|
73 |
#: src/blocks/pr-content/deprecated/component-no-boder-color.js:120
|
74 |
msgid "Upload image"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: src/blocks/balloon/block.js:130
|
78 |
msgid "Icon Name"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: src/blocks/balloon/block.js:139
|
82 |
+
#: src/blocks/button/block.js:299
|
83 |
msgid "Input text"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: src/blocks/balloon/block.js:24
|
87 |
msgid "Ballon"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: src/blocks/balloon/block.js:66
|
91 |
msgid "Balloon setting"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: src/blocks/balloon/block.js:68
|
95 |
+
#: src/blocks/heading/block.js:188
|
96 |
msgid "Position"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: src/blocks/balloon/block.js:69
|
100 |
msgid "Please specify the layout of the balloon."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: src/blocks/balloon/block.js:75
|
104 |
+
#: src/blocks/button/block.js:176
|
105 |
#: src/blocks/pr-content/block.js:241
|
106 |
msgid "Left"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: src/blocks/balloon/block.js:76
|
110 |
+
#: src/blocks/button/block.js:192
|
111 |
#: src/blocks/pr-content/block.js:240
|
112 |
msgid "Right"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: src/blocks/balloon/block.js:81
|
116 |
+
msgid "Type"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: src/blocks/balloon/block.js:82
|
120 |
+
msgid "Please select the type of balloon."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: src/blocks/balloon/block.js:85
|
124 |
+
msgid "Serif"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: src/blocks/balloon/block.js:86
|
128 |
+
msgid "Thinking"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: src/blocks/border-box/Body.js:20
|
132 |
+
msgid "Please enter a title."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: src/blocks/border-box/block.js:100
|
136 |
+
msgid "Blue"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: src/blocks/border-box/block.js:104
|
140 |
+
msgid "Green"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: src/blocks/border-box/block.js:108
|
144 |
+
msgid "Black"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: src/blocks/border-box/block.js:113
|
148 |
+
msgid "Icon"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: src/blocks/border-box/block.js:44
|
152 |
+
msgid "Border Box"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: src/blocks/border-box/block.js:54
|
156 |
+
msgid "Solid Angle Tab"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: src/blocks/border-box/block.js:59
|
160 |
+
msgid "Solid Round Tab"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: src/blocks/border-box/block.js:63
|
164 |
+
msgid "Solid Angle Banner"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: src/blocks/border-box/block.js:67
|
168 |
+
msgid "Solid Angle Onborder"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: src/blocks/border-box/block.js:71
|
172 |
+
msgid "Solid Angle Inner"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: src/blocks/border-box/block.js:75
|
176 |
+
msgid "Solid Angle iconFeature"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: src/blocks/border-box/block.js:85
|
180 |
+
#: src/blocks/staff/block.js:103
|
181 |
+
msgid "Color"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: src/blocks/border-box/block.js:92
|
185 |
+
msgid "Red"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: src/blocks/border-box/block.js:96
|
189 |
+
msgid "Orange"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: src/blocks/button/block.js:127
|
193 |
msgid "Button setting"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: src/blocks/button/block.js:129
|
197 |
msgid "Sub Caption"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: src/blocks/button/block.js:135
|
201 |
+
#: src/blocks/pr-blocks/block.js:311
|
202 |
#: src/blocks/pr-content/block.js:160
|
203 |
msgid "Open link new tab."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: src/blocks/button/block.js:140
|
207 |
msgid "Button Size:"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: src/blocks/button/block.js:148
|
211 |
msgid "Large"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: src/blocks/button/block.js:156
|
215 |
msgid "Normal"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: src/blocks/button/block.js:164
|
219 |
msgid "Small"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: src/blocks/button/block.js:168
|
223 |
msgid "Button Position:"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: src/blocks/button/block.js:184
|
227 |
msgid "Center"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: src/blocks/button/block.js:200
|
231 |
msgid "Wide"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: src/blocks/button/block.js:208
|
235 |
msgid "Block"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: src/blocks/button/block.js:212
|
239 |
msgid "Button Style:"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: src/blocks/button/block.js:220
|
243 |
+
#: src/blocks/pr-blocks/block.js:342
|
244 |
msgid "Solid color"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: src/blocks/button/block.js:228
|
248 |
+
#: src/blocks/pr-blocks/block.js:343
|
249 |
msgid "No background"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: src/blocks/button/block.js:236
|
253 |
msgid "Text only"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: src/blocks/button/block.js:239
|
257 |
msgid "If you select \"No background\", that you need to select a Custom Color."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: src/blocks/button/block.js:242
|
261 |
#: src/blocks/pr-content/block.js:175
|
262 |
msgid "Default Color:"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: src/blocks/button/block.js:245
|
266 |
#: src/blocks/pr-content/block.js:178
|
267 |
msgid "Primary"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: src/blocks/button/block.js:246
|
271 |
#: src/blocks/pr-content/block.js:179
|
272 |
msgid "Secondary"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: src/blocks/button/block.js:251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
#: src/blocks/pr-content/block.js:184
|
277 |
msgid "Light"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: src/blocks/button/block.js:252
|
281 |
#: src/blocks/pr-content/block.js:185
|
282 |
msgid "Dark"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: src/blocks/button/block.js:257
|
286 |
msgid "Custom Color"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: src/blocks/button/block.js:258
|
290 |
msgid ""
|
291 |
"This custom color overrides the default color. If you want to use the "
|
292 |
"default color, click the clear button."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: src/blocks/button/block.js:266
|
296 |
#: src/blocks/pr-content/block.js:196
|
297 |
msgid "Font Awesome:"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: src/blocks/button/block.js:270
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
#: src/blocks/pr-content/block.js:207
|
302 |
msgid "Before text"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: src/blocks/button/block.js:271
|
306 |
#: src/blocks/pr-content/block.js:208
|
307 |
msgid ""
|
308 |
"Enter Font Awesome Class.This icon will appear before text. Ex) fas "
|
309 |
"fa-arrow-circle-right"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: src/blocks/button/block.js:277
|
313 |
#: src/blocks/pr-content/block.js:219
|
314 |
msgid "After text"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: src/blocks/button/block.js:278
|
318 |
#: src/blocks/pr-content/block.js:220
|
319 |
msgid ""
|
320 |
"Enter Font Awesome Class.This icon will appear after text. Ex) fas "
|
321 |
"fa-external-link-alt"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: src/blocks/button/block.js:313
|
325 |
msgid "Apply"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: src/blocks/button/block.js:45
|
329 |
msgid "Button"
|
330 |
msgstr ""
|
331 |
|
341 |
msgid "Please enter a question."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: src/blocks/flow/block.js:16
|
345 |
msgid "Flow"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: src/blocks/flow/block.js:51
|
349 |
msgid "Display of arrow"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: src/blocks/flow/block.js:55
|
353 |
msgid "Arrow display"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: src/blocks/flow/block.js:56
|
357 |
msgid "Arrow hidden"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: src/blocks/flow/block.js:74
|
361 |
msgid "Input title"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: src/blocks/flow/block.js:82
|
365 |
msgid "Input content"
|
366 |
msgstr ""
|
367 |
|
415 |
msgstr ""
|
416 |
|
417 |
#: src/blocks/heading-style/block.js:33
|
418 |
+
#: src/blocks/heading/block.js:131
|
419 |
#: src/blocks/list-style/block.js:104
|
420 |
+
#: src/blocks/staff/block.js:84
|
421 |
msgid "Default"
|
422 |
msgstr ""
|
423 |
|
424 |
#: src/blocks/heading-style/block.js:38
|
425 |
+
#: src/blocks/heading/block.js:132
|
426 |
msgid "Plain"
|
427 |
msgstr ""
|
428 |
|
446 |
msgid "Solid border bottom black"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: src/blocks/heading/block.js:127
|
|
|
|
|
|
|
|
|
450 |
msgid "Heading style"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: src/blocks/heading/block.js:135
|
454 |
msgid "Margin bottom size (rem)"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: src/blocks/heading/block.js:146
|
458 |
msgid "Heading Settings"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: src/blocks/heading/block.js:147
|
462 |
msgid "Level"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: src/blocks/heading/block.js:154
|
466 |
msgid "Text Alignment"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: src/blocks/heading/block.js:171
|
470 |
msgid "Heading margin bottom size (rem)"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: src/blocks/heading/block.js:186
|
474 |
msgid "Sub Text Settings"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: src/blocks/heading/block.js:191
|
478 |
msgid "Display"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: src/blocks/heading/block.js:192
|
482 |
msgid "Hide"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: src/blocks/heading/block.js:196
|
486 |
msgid "Text size (rem)"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: src/blocks/heading/block.js:64
|
490 |
msgid "Heading"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: src/blocks/heading/component.js:108
|
494 |
#: src/blocks/heading/deprecated/block.js:663
|
495 |
+
#: src/blocks/heading/deprecated/component.js:108
|
496 |
msgid "Input sub text…"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: src/blocks/heading/component.js:92
|
500 |
#: src/blocks/heading/deprecated/block.js:647
|
501 |
+
#: src/blocks/heading/deprecated/component.js:92
|
502 |
msgid "Input title…"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: src/blocks/heading/heading-toolbar.js:16
|
506 |
#. %s: heading level e.g: "1", "2", "3"
|
507 |
msgid "Heading %d"
|
508 |
msgstr ""
|
509 |
|
510 |
#: src/blocks/hidden-extension/index.js:101
|
511 |
+
msgid "Hidden at screel size"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: src/blocks/hidden-extension/index.js:103
|
515 |
msgid ""
|
516 |
"Note : This function is display hidden only. Actually Block is output to "
|
517 |
"HTML.Pleade don't use you must not bisible item.Don't use it for blocks you "
|
518 |
"really don't want to display."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: src/blocks/hidden-extension/index.js:109
|
522 |
msgid "Hidden ( Screen size : all )"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: src/blocks/hidden-extension/index.js:115
|
526 |
msgid "Hidden ( Screen size : xs )"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: src/blocks/hidden-extension/index.js:121
|
530 |
msgid "Hidden ( Screen size : sm )"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: src/blocks/hidden-extension/index.js:127
|
534 |
msgid "Hidden ( Screen size : md )"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: src/blocks/hidden-extension/index.js:133
|
538 |
msgid "Hidden ( Screen size : lg )"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: src/blocks/hidden-extension/index.js:139
|
542 |
msgid "Hidden ( Screen size : xl )"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: src/blocks/hidden-extension/index.js:145
|
546 |
msgid ""
|
547 |
"If you want to hide multiple blocks, that first you set to group block and "
|
548 |
"the next, hide for the that group block."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: src/blocks/hidden-extension/index.js:98
|
552 |
msgid "Hidden Settings"
|
553 |
msgstr ""
|
554 |
|
|
|
|
|
|
|
|
|
555 |
#: src/blocks/highlighter/block.js:81
|
556 |
msgid "Highlight Color"
|
557 |
msgstr ""
|
616 |
msgid "List Icon Color"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: src/blocks/pr-blocks/block.js:169
|
620 |
msgid "PR Block1 Setting"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: src/blocks/pr-blocks/block.js:184
|
624 |
msgid "Icon 1"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: src/blocks/pr-blocks/block.js:218
|
628 |
msgid "When you have an image. Image is displayed with priority"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: src/blocks/pr-blocks/block.js:220
|
632 |
msgid "PR Image 1"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: src/blocks/pr-blocks/block.js:236
|
636 |
msgid "PR Block2 Setting"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: src/blocks/pr-blocks/block.js:251
|
640 |
msgid "Icon 2"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: src/blocks/pr-blocks/block.js:286
|
644 |
msgid "PR Image 2"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: src/blocks/pr-blocks/block.js:302
|
648 |
msgid "PR Block3 Setting"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: src/blocks/pr-blocks/block.js:304
|
652 |
msgid "Link URL:"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: src/blocks/pr-blocks/block.js:317
|
656 |
msgid "Icon 3"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: src/blocks/pr-blocks/block.js:320
|
660 |
msgid "Class name of the Font Awesome icon font you want to use:"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: src/blocks/pr-blocks/block.js:339
|
664 |
msgid "Icon Background:"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: src/blocks/pr-blocks/block.js:350
|
668 |
msgid "When you have an image. Image is displayed with priority."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: src/blocks/pr-blocks/block.js:352
|
672 |
msgid "PR Image 3"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: src/blocks/pr-blocks/block.js:82
|
676 |
msgid "PR Blocks"
|
677 |
msgstr ""
|
678 |
|
750 |
msgid "Input content."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: src/blocks/spacer/block.js:104
|
754 |
msgid "Tablet"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: src/blocks/spacer/block.js:110
|
758 |
msgid "Mobile"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: src/blocks/spacer/block.js:42
|
762 |
msgid "Responsive Spacer"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: src/blocks/spacer/block.js:74
|
766 |
msgid "Unit Type"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: src/blocks/spacer/block.js:80
|
770 |
msgid "px"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: src/blocks/spacer/block.js:84
|
774 |
msgid "em"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: src/blocks/spacer/block.js:88
|
778 |
msgid "rem"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: src/blocks/spacer/block.js:92
|
782 |
msgid "vw"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: src/blocks/spacer/block.js:96
|
786 |
msgid "Height for each device."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: src/blocks/spacer/block.js:98
|
790 |
msgid "PC"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: src/blocks/staff/block.js:105
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
msgid "Staff name"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: src/blocks/staff/block.js:113
|
798 |
msgid "Name caption"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: src/blocks/staff/block.js:121
|
802 |
#: src/blocks/staff/component.js:58
|
803 |
msgid "Role position"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: src/blocks/staff/block.js:129
|
807 |
#: src/blocks/staff/component.js:66
|
808 |
msgid "Profile title"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: src/blocks/staff/block.js:137
|
812 |
#: src/blocks/staff/component.js:74
|
813 |
msgid "Profile text"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: src/blocks/staff/block.js:41
|
817 |
msgid "Staff"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: src/blocks/staff/block.js:61
|
821 |
msgid "Layout"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: src/blocks/staff/block.js:72
|
825 |
msgid "Image left"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: src/blocks/staff/block.js:77
|
829 |
msgid "Image border"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: src/blocks/staff/block.js:88
|
833 |
+
msgid "None"
|
834 |
+
msgstr ""
|
835 |
+
|
836 |
+
#: src/blocks/staff/block.js:93
|
837 |
+
msgid "Alt text"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: src/blocks/staff/block.js:95
|
841 |
+
msgid "Set the alt text for profile image"
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
#: src/blocks/staff/component.js:42
|
845 |
msgid "Your Name"
|
846 |
msgstr ""
|
849 |
msgid "Caption"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: src/plugin/menu/sidebar.js:17
|
853 |
+
msgid "VK Blocks Templates"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
#: src/translation_dummy.js:2
|
857 |
msgid "Disabled Blocks module. Because VK-Blocks Plugin running."
|
858 |
msgstr ""
|
inc/vk-blocks/package/view/post-list.php
CHANGED
@@ -28,6 +28,10 @@ class VkBlocksPostList {
|
|
28 |
$options_loop = array( 'class_loop_outer' => '' );
|
29 |
}
|
30 |
|
|
|
|
|
|
|
|
|
31 |
if ( ! isset( $wp_query ) || $wp_query === false || $wp_query === 'false' || $wp_query->posts === array() ) {
|
32 |
return $this->renderNoPost();
|
33 |
}
|
@@ -62,7 +66,6 @@ class VkBlocksPostList {
|
|
62 |
'vkb_hidden_md' => $attributes['vkb_hidden_md'],
|
63 |
'vkb_hidden_sm' => $attributes['vkb_hidden_sm'],
|
64 |
'vkb_hidden_xs' => $attributes['vkb_hidden_xs'],
|
65 |
-
'class_loop_outer' => array( $attributes['className'] ),
|
66 |
);
|
67 |
|
68 |
$elm = VK_Component_Posts::get_loop( $wp_query, $options, $options_loop );
|
28 |
$options_loop = array( 'class_loop_outer' => '' );
|
29 |
}
|
30 |
|
31 |
+
if ( ! empty($attributes['className'] ) ){
|
32 |
+
$options_loop['class_loop_outer'] .= ' '.$attributes['className'];
|
33 |
+
}
|
34 |
+
|
35 |
if ( ! isset( $wp_query ) || $wp_query === false || $wp_query === 'false' || $wp_query->posts === array() ) {
|
36 |
return $this->renderNoPost();
|
37 |
}
|
66 |
'vkb_hidden_md' => $attributes['vkb_hidden_md'],
|
67 |
'vkb_hidden_sm' => $attributes['vkb_hidden_sm'],
|
68 |
'vkb_hidden_xs' => $attributes['vkb_hidden_xs'],
|
|
|
69 |
);
|
70 |
|
71 |
$elm = VK_Component_Posts::get_loop( $wp_query, $options, $options_loop );
|
inc/vk-blocks/package/vk-blocks-functions.php
CHANGED
@@ -100,27 +100,34 @@ function vkblocks_blocks_assets() {
|
|
100 |
|
101 |
if ( defined( 'GUTENBERG_VERSION' ) || version_compare( $wp_version, '5.0', '>=' ) ) {
|
102 |
|
103 |
-
$arr = array( 'alert', 'balloon', 'button', 'faq', 'flow', 'pr-blocks', 'pr-content', 'spacer', 'heading', 'staff', 'highlighter', 'list-style', 'group-style' );// REPLACE-FLAG : このコメントは削除しないで下さい。wp-create-gurten-template.shで削除する基準として左の[//REPLACE-FLAG]を使っています。
|
|
|
104 |
$common_attributes = array(
|
105 |
-
'vkb_hidden'
|
106 |
'type' => 'boolean',
|
107 |
-
'default' => false
|
|
|
108 |
'vkb_hidden_xl' => array(
|
109 |
'type' => 'boolean',
|
110 |
-
'default' => false
|
|
|
111 |
'vkb_hidden_lg' => array(
|
112 |
'type' => 'boolean',
|
113 |
-
'default' => false
|
|
|
114 |
'vkb_hidden_md' => array(
|
115 |
'type' => 'boolean',
|
116 |
-
'default' => false
|
|
|
117 |
'vkb_hidden_sm' => array(
|
118 |
'type' => 'boolean',
|
119 |
-
'default' => false
|
|
|
120 |
'vkb_hidden_xs' => array(
|
121 |
'type' => 'boolean',
|
122 |
-
'default' => false
|
123 |
-
)
|
|
|
124 |
|
125 |
foreach ( $arr as $value ) {
|
126 |
|
@@ -134,27 +141,29 @@ function vkblocks_blocks_assets() {
|
|
134 |
'editor_script' => 'vk-blocks-build-js',
|
135 |
'attributes' => array_merge(
|
136 |
array(
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
|
|
152 |
),
|
153 |
-
|
|
|
154 |
'render_callback' => function ( $attributes ) {
|
155 |
if ( $attributes['renderHtml'] ) {
|
156 |
-
$custom_class = esc_attr($attributes['className']) . ' ';
|
157 |
-
return preg_replace('/class="/', 'class="' . $custom_class
|
158 |
} else {
|
159 |
return '<div><div class="vk_tableOfContents_title">' . __( 'Table of Contents', 'vk-blocks' ) . '</div></div>';
|
160 |
}
|
@@ -162,18 +171,136 @@ function vkblocks_blocks_assets() {
|
|
162 |
)
|
163 |
);
|
164 |
} elseif ( $value == 'post-list' ) {
|
165 |
-
|
166 |
register_block_type(
|
167 |
'vk-blocks/' . $value,
|
168 |
array(
|
169 |
'attributes' => array_merge(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
array(
|
|
|
|
|
|
|
171 |
'name' => array(
|
172 |
-
'type'
|
|
|
173 |
),
|
174 |
'layout' => array(
|
175 |
'type' => 'string',
|
176 |
-
'default' => 'card',
|
177 |
),
|
178 |
'col_xs' => array(
|
179 |
'type' => 'number',
|
@@ -185,15 +312,15 @@ function vkblocks_blocks_assets() {
|
|
185 |
),
|
186 |
'col_md' => array(
|
187 |
'type' => 'number',
|
188 |
-
'default' =>
|
189 |
),
|
190 |
'col_lg' => array(
|
191 |
'type' => 'number',
|
192 |
-
'default' =>
|
193 |
),
|
194 |
'col_xl' => array(
|
195 |
'type' => 'number',
|
196 |
-
'default' =>
|
197 |
),
|
198 |
'display_image' => array(
|
199 |
'type' => 'boolean',
|
@@ -205,19 +332,19 @@ function vkblocks_blocks_assets() {
|
|
205 |
),
|
206 |
'display_excerpt' => array(
|
207 |
'type' => 'boolean',
|
208 |
-
'default' =>
|
209 |
),
|
210 |
'display_date' => array(
|
211 |
'type' => 'boolean',
|
212 |
-
'default' =>
|
213 |
),
|
214 |
'display_new' => array(
|
215 |
'type' => 'boolean',
|
216 |
-
'default' =>
|
217 |
),
|
218 |
'display_btn' => array(
|
219 |
'type' => 'boolean',
|
220 |
-
'default' =>
|
221 |
),
|
222 |
'new_date' => array(
|
223 |
'type' => 'number',
|
@@ -251,129 +378,17 @@ function vkblocks_blocks_assets() {
|
|
251 |
'type' => 'string',
|
252 |
'default' => '[]',
|
253 |
),
|
254 |
-
'
|
255 |
'type' => 'string',
|
256 |
-
'default' => '
|
257 |
-
),
|
258 |
-
'offset' => array(
|
259 |
-
'type' => 'number',
|
260 |
-
'default' => 0,
|
261 |
),
|
262 |
'selfIgnore' => array(
|
263 |
'type' => 'boolean',
|
264 |
'default' => false,
|
265 |
),
|
266 |
-
'className' => array(
|
267 |
-
'type' => 'string',
|
268 |
-
'default' => '',
|
269 |
-
),
|
270 |
-
),$common_attributes),
|
271 |
-
// 'style' => 'vk-blocks-build-css',
|
272 |
-
'editor_style' => 'vk-blocks-build-editor-css',
|
273 |
-
'editor_script' => 'vk-blocks-build-js',
|
274 |
-
'render_callback' => 'vk_blocks_render_post_list',
|
275 |
-
)
|
276 |
-
); // register_block_type(
|
277 |
-
} elseif ( $value == 'child-page' ) {
|
278 |
-
|
279 |
-
register_block_type(
|
280 |
-
'vk-blocks/' . $value,
|
281 |
-
array(
|
282 |
-
'attributes' => array_merge(
|
283 |
-
array(
|
284 |
-
'selectId' => array(
|
285 |
-
'type' => 'number',
|
286 |
-
),
|
287 |
-
'name' => array(
|
288 |
-
'type' => 'string',
|
289 |
-
'default' => '',
|
290 |
-
),
|
291 |
-
'layout' => array(
|
292 |
-
'type' => 'string',
|
293 |
-
'default' => 'card-horizontal',
|
294 |
-
),
|
295 |
-
'col_xs' => array(
|
296 |
-
'type' => 'number',
|
297 |
-
'default' => 1,
|
298 |
),
|
299 |
-
|
300 |
-
|
301 |
-
'default' => 2,
|
302 |
-
),
|
303 |
-
'col_md' => array(
|
304 |
-
'type' => 'number',
|
305 |
-
'default' => 2,
|
306 |
-
),
|
307 |
-
'col_lg' => array(
|
308 |
-
'type' => 'number',
|
309 |
-
'default' => 2,
|
310 |
-
),
|
311 |
-
'col_xl' => array(
|
312 |
-
'type' => 'number',
|
313 |
-
'default' => 2,
|
314 |
-
),
|
315 |
-
'display_image' => array(
|
316 |
-
'type' => 'boolean',
|
317 |
-
'default' => true,
|
318 |
-
),
|
319 |
-
'display_image_overlay_term' => array(
|
320 |
-
'type' => 'boolean',
|
321 |
-
'default' => true,
|
322 |
-
),
|
323 |
-
'display_excerpt' => array(
|
324 |
-
'type' => 'boolean',
|
325 |
-
'default' => true,
|
326 |
-
),
|
327 |
-
'display_date' => array(
|
328 |
-
'type' => 'boolean',
|
329 |
-
'default' => false,
|
330 |
-
),
|
331 |
-
'display_new' => array(
|
332 |
-
'type' => 'boolean',
|
333 |
-
'default' => false,
|
334 |
-
),
|
335 |
-
'display_btn' => array(
|
336 |
-
'type' => 'boolean',
|
337 |
-
'default' => true,
|
338 |
-
),
|
339 |
-
'new_date' => array(
|
340 |
-
'type' => 'number',
|
341 |
-
'default' => 7,
|
342 |
-
),
|
343 |
-
'new_text' => array(
|
344 |
-
'type' => 'string',
|
345 |
-
'default' => 'New!!',
|
346 |
-
),
|
347 |
-
'btn_text' => array(
|
348 |
-
'type' => 'string',
|
349 |
-
'default' => 'Read more',
|
350 |
-
),
|
351 |
-
'btn_align' => array(
|
352 |
-
'type' => 'string',
|
353 |
-
'default' => 'text-right',
|
354 |
-
),
|
355 |
-
'numberPosts' => array(
|
356 |
-
'type' => 'number',
|
357 |
-
'default' => 6,
|
358 |
-
),
|
359 |
-
'isCheckedPostType' => array(
|
360 |
-
'type' => 'string',
|
361 |
-
'default' => '["post"]',
|
362 |
-
),
|
363 |
-
'coreTerms' => array(
|
364 |
-
'type' => 'string',
|
365 |
-
'default' => '{}',
|
366 |
-
),
|
367 |
-
'isCheckedTerms' => array(
|
368 |
-
'type' => 'string',
|
369 |
-
'default' => '[]',
|
370 |
-
),
|
371 |
-
'className' => array(
|
372 |
-
'type' => 'string',
|
373 |
-
'default' => '',
|
374 |
-
),
|
375 |
-
),$common_attributes),
|
376 |
-
// 'style' => 'vk-blocks-build-css',
|
377 |
'editor_style' => 'vk-blocks-build-editor-css',
|
378 |
'editor_script' => 'vk-blocks-build-js',
|
379 |
'render_callback' => 'vk_blocks_render_post_list',
|
@@ -383,7 +398,7 @@ function vkblocks_blocks_assets() {
|
|
383 |
|
384 |
register_block_type(
|
385 |
'vk-blocks/' . $value,
|
386 |
-
array(
|
387 |
// 'style' => 'vk-blocks-build-css',
|
388 |
'editor_style' => 'vk-blocks-build-editor-css',
|
389 |
'editor_script' => 'vk-blocks-build-js',
|
@@ -428,3 +443,13 @@ if ( ! function_exists( 'vkblocks_blocks_categories' ) ) {
|
|
428 |
|
429 |
add_filter( 'block_categories', 'vkblocks_blocks_categories', 10, 2 );
|
430 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
if ( defined( 'GUTENBERG_VERSION' ) || version_compare( $wp_version, '5.0', '>=' ) ) {
|
102 |
|
103 |
+
$arr = array( 'alert', 'balloon', 'button', 'faq', 'flow', 'pr-blocks', 'pr-content', 'spacer', 'heading', 'staff', 'highlighter', 'list-style', 'group-style', 'border-box' );// REPLACE-FLAG : このコメントは削除しないで下さい。wp-create-gurten-template.shで削除する基準として左の[//REPLACE-FLAG]を使っています。
|
104 |
+
|
105 |
$common_attributes = array(
|
106 |
+
'vkb_hidden' => array(
|
107 |
'type' => 'boolean',
|
108 |
+
'default' => false,
|
109 |
+
),
|
110 |
'vkb_hidden_xl' => array(
|
111 |
'type' => 'boolean',
|
112 |
+
'default' => false,
|
113 |
+
),
|
114 |
'vkb_hidden_lg' => array(
|
115 |
'type' => 'boolean',
|
116 |
+
'default' => false,
|
117 |
+
),
|
118 |
'vkb_hidden_md' => array(
|
119 |
'type' => 'boolean',
|
120 |
+
'default' => false,
|
121 |
+
),
|
122 |
'vkb_hidden_sm' => array(
|
123 |
'type' => 'boolean',
|
124 |
+
'default' => false,
|
125 |
+
),
|
126 |
'vkb_hidden_xs' => array(
|
127 |
'type' => 'boolean',
|
128 |
+
'default' => false,
|
129 |
+
),
|
130 |
+
);
|
131 |
|
132 |
foreach ( $arr as $value ) {
|
133 |
|
141 |
'editor_script' => 'vk-blocks-build-js',
|
142 |
'attributes' => array_merge(
|
143 |
array(
|
144 |
+
'style' => array(
|
145 |
+
'type' => 'string',
|
146 |
+
'default' => '',
|
147 |
+
),
|
148 |
+
'renderHtml' => array(
|
149 |
+
'type' => 'string',
|
150 |
+
'default' => '',
|
151 |
+
),
|
152 |
+
'open' => array(
|
153 |
+
'type' => 'string',
|
154 |
+
'default' => 'open',
|
155 |
+
),
|
156 |
+
'className' => array(
|
157 |
+
'type' => 'string',
|
158 |
+
'default' => '',
|
159 |
+
),
|
160 |
),
|
161 |
+
$common_attributes
|
162 |
+
),
|
163 |
'render_callback' => function ( $attributes ) {
|
164 |
if ( $attributes['renderHtml'] ) {
|
165 |
+
$custom_class = esc_attr( $attributes['className'] ) . ' ';
|
166 |
+
return preg_replace( '/class="/', 'class="' . $custom_class, $attributes['renderHtml'], 1 );
|
167 |
} else {
|
168 |
return '<div><div class="vk_tableOfContents_title">' . __( 'Table of Contents', 'vk-blocks' ) . '</div></div>';
|
169 |
}
|
171 |
)
|
172 |
);
|
173 |
} elseif ( $value == 'post-list' ) {
|
|
|
174 |
register_block_type(
|
175 |
'vk-blocks/' . $value,
|
176 |
array(
|
177 |
'attributes' => array_merge(
|
178 |
+
array(
|
179 |
+
'name' => array(
|
180 |
+
'type' => 'string',
|
181 |
+
),
|
182 |
+
'layout' => array(
|
183 |
+
'type' => 'string',
|
184 |
+
'default' => 'card',
|
185 |
+
),
|
186 |
+
'col_xs' => array(
|
187 |
+
'type' => 'number',
|
188 |
+
'default' => 1,
|
189 |
+
),
|
190 |
+
'col_sm' => array(
|
191 |
+
'type' => 'number',
|
192 |
+
'default' => 2,
|
193 |
+
),
|
194 |
+
'col_md' => array(
|
195 |
+
'type' => 'number',
|
196 |
+
'default' => 3,
|
197 |
+
),
|
198 |
+
'col_lg' => array(
|
199 |
+
'type' => 'number',
|
200 |
+
'default' => 3,
|
201 |
+
),
|
202 |
+
'col_xl' => array(
|
203 |
+
'type' => 'number',
|
204 |
+
'default' => 3,
|
205 |
+
),
|
206 |
+
'display_image' => array(
|
207 |
+
'type' => 'boolean',
|
208 |
+
'default' => true,
|
209 |
+
),
|
210 |
+
'display_image_overlay_term' => array(
|
211 |
+
'type' => 'boolean',
|
212 |
+
'default' => true,
|
213 |
+
),
|
214 |
+
'display_excerpt' => array(
|
215 |
+
'type' => 'boolean',
|
216 |
+
'default' => false,
|
217 |
+
),
|
218 |
+
'display_date' => array(
|
219 |
+
'type' => 'boolean',
|
220 |
+
'default' => true,
|
221 |
+
),
|
222 |
+
'display_new' => array(
|
223 |
+
'type' => 'boolean',
|
224 |
+
'default' => true,
|
225 |
+
),
|
226 |
+
'display_btn' => array(
|
227 |
+
'type' => 'boolean',
|
228 |
+
'default' => false,
|
229 |
+
),
|
230 |
+
'new_date' => array(
|
231 |
+
'type' => 'number',
|
232 |
+
'default' => 7,
|
233 |
+
),
|
234 |
+
'new_text' => array(
|
235 |
+
'type' => 'string',
|
236 |
+
'default' => 'New!!',
|
237 |
+
),
|
238 |
+
'btn_text' => array(
|
239 |
+
'type' => 'string',
|
240 |
+
'default' => 'Read more',
|
241 |
+
),
|
242 |
+
'btn_align' => array(
|
243 |
+
'type' => 'string',
|
244 |
+
'default' => 'text-right',
|
245 |
+
),
|
246 |
+
'numberPosts' => array(
|
247 |
+
'type' => 'number',
|
248 |
+
'default' => 6,
|
249 |
+
),
|
250 |
+
'isCheckedPostType' => array(
|
251 |
+
'type' => 'string',
|
252 |
+
'default' => '["post"]',
|
253 |
+
),
|
254 |
+
'coreTerms' => array(
|
255 |
+
'type' => 'string',
|
256 |
+
'default' => '{}',
|
257 |
+
),
|
258 |
+
'isCheckedTerms' => array(
|
259 |
+
'type' => 'string',
|
260 |
+
'default' => '[]',
|
261 |
+
),
|
262 |
+
'orderby' => array(
|
263 |
+
'type' => 'string',
|
264 |
+
'default' => 'date',
|
265 |
+
),
|
266 |
+
'offset' => array(
|
267 |
+
'type' => 'number',
|
268 |
+
'default' => 0,
|
269 |
+
),
|
270 |
+
'selfIgnore' => array(
|
271 |
+
'type' => 'boolean',
|
272 |
+
'default' => false,
|
273 |
+
),
|
274 |
+
'className' => array(
|
275 |
+
'type' => 'string',
|
276 |
+
'default' => '',
|
277 |
+
),
|
278 |
+
),
|
279 |
+
$common_attributes
|
280 |
+
),
|
281 |
+
// 'style' => 'vk-blocks-build-css',
|
282 |
+
'editor_style' => 'vk-blocks-build-editor-css',
|
283 |
+
'editor_script' => 'vk-blocks-build-js',
|
284 |
+
'render_callback' => 'vk_blocks_render_post_list',
|
285 |
+
)
|
286 |
+
); // register_block_type(
|
287 |
+
} elseif ( $value == 'child-page' ) {
|
288 |
+
|
289 |
+
register_block_type(
|
290 |
+
'vk-blocks/' . $value,
|
291 |
+
array(
|
292 |
+
'attributes' => array_merge(
|
293 |
array(
|
294 |
+
'selectId' => array(
|
295 |
+
'type' => 'number',
|
296 |
+
),
|
297 |
'name' => array(
|
298 |
+
'type' => 'string',
|
299 |
+
'default' => '',
|
300 |
),
|
301 |
'layout' => array(
|
302 |
'type' => 'string',
|
303 |
+
'default' => 'card-horizontal',
|
304 |
),
|
305 |
'col_xs' => array(
|
306 |
'type' => 'number',
|
312 |
),
|
313 |
'col_md' => array(
|
314 |
'type' => 'number',
|
315 |
+
'default' => 2,
|
316 |
),
|
317 |
'col_lg' => array(
|
318 |
'type' => 'number',
|
319 |
+
'default' => 2,
|
320 |
),
|
321 |
'col_xl' => array(
|
322 |
'type' => 'number',
|
323 |
+
'default' => 2,
|
324 |
),
|
325 |
'display_image' => array(
|
326 |
'type' => 'boolean',
|
332 |
),
|
333 |
'display_excerpt' => array(
|
334 |
'type' => 'boolean',
|
335 |
+
'default' => true,
|
336 |
),
|
337 |
'display_date' => array(
|
338 |
'type' => 'boolean',
|
339 |
+
'default' => false,
|
340 |
),
|
341 |
'display_new' => array(
|
342 |
'type' => 'boolean',
|
343 |
+
'default' => false,
|
344 |
),
|
345 |
'display_btn' => array(
|
346 |
'type' => 'boolean',
|
347 |
+
'default' => true,
|
348 |
),
|
349 |
'new_date' => array(
|
350 |
'type' => 'number',
|
378 |
'type' => 'string',
|
379 |
'default' => '[]',
|
380 |
),
|
381 |
+
'className' => array(
|
382 |
'type' => 'string',
|
383 |
+
'default' => '',
|
|
|
|
|
|
|
|
|
384 |
),
|
385 |
'selfIgnore' => array(
|
386 |
'type' => 'boolean',
|
387 |
'default' => false,
|
388 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
),
|
390 |
+
$common_attributes
|
391 |
+
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
'editor_style' => 'vk-blocks-build-editor-css',
|
393 |
'editor_script' => 'vk-blocks-build-js',
|
394 |
'render_callback' => 'vk_blocks_render_post_list',
|
398 |
|
399 |
register_block_type(
|
400 |
'vk-blocks/' . $value,
|
401 |
+
array(
|
402 |
// 'style' => 'vk-blocks-build-css',
|
403 |
'editor_style' => 'vk-blocks-build-editor-css',
|
404 |
'editor_script' => 'vk-blocks-build-js',
|
443 |
|
444 |
add_filter( 'block_categories', 'vkblocks_blocks_categories', 10, 2 );
|
445 |
}
|
446 |
+
|
447 |
+
if ( ! function_exists( 'vkblocks_set_wp_version' ) ) {
|
448 |
+
function vkblocks_set_wp_version() {
|
449 |
+
global $wp_version;
|
450 |
+
echo '<script>',
|
451 |
+
'var wpVersion = "' . $wp_version . '";',
|
452 |
+
'</script>';
|
453 |
+
}
|
454 |
+
add_action( 'admin_head', 'vkblocks_set_wp_version', 10, 0 );
|
455 |
+
}
|
inc/vk-blocks/vk-blocks-config.php
CHANGED
@@ -7,7 +7,7 @@ if ( ! function_exists( 'vkblocks_active' ) ) {
|
|
7 |
// Set asset URL.
|
8 |
define( 'VK_BLOCKS_URL', plugin_dir_url( __FILE__ ) . 'package/' );
|
9 |
// Set version number.
|
10 |
-
define( 'VK_BLOCKS_VERSION', '0.
|
11 |
|
12 |
global $vk_blocks_prefix;
|
13 |
$vk_blocks_prefix = veu_get_prefix();
|
7 |
// Set asset URL.
|
8 |
define( 'VK_BLOCKS_URL', plugin_dir_url( __FILE__ ) . 'package/' );
|
9 |
// Set version number.
|
10 |
+
define( 'VK_BLOCKS_VERSION', '0.31.0' );
|
11 |
|
12 |
global $vk_blocks_prefix;
|
13 |
$vk_blocks_prefix = veu_get_prefix();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.0.0
|
6 |
Tested up to: 5.4.0
|
7 |
-
Stable tag: 9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -99,6 +99,12 @@ e.g.
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
= 9.19.0.0 =
|
103 |
[ Add Function ][ Add block ] HTML SiteMap
|
104 |
[ Add Function ][ Add block ] Page list from ancestor
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.0.0
|
6 |
Tested up to: 5.4.0
|
7 |
+
Stable tag: 9.20.0.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 9.20.0.0 =
|
103 |
+
[ VK Blocks Update ] 0.31.0
|
104 |
+
* [ Add new block ][ Border Box ]
|
105 |
+
* [ Group block style ] Add alert style
|
106 |
+
* [ bug fix ][ list ] 2digits number display bug fix
|
107 |
+
|
108 |
= 9.19.0.0 =
|
109 |
[ Add Function ][ Add block ] HTML SiteMap
|
110 |
[ Add Function ][ Add block ] Page list from ancestor
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 9.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 9.20.0.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|