assets/export/src/starter-import-export.js 0000644 00000003563 14740034625 0015043 0 ustar 00 ( function( $, api ) { var $window = $( window ), $document = $( document ), $body = $( 'body' ); /** * API on ready event handlers * * All handlers need to be inside the 'ready' state. */ wp.customize.bind( 'ready', function() { /** * Init import export. */ var kadenceImportExport = { init: function() { $( 'input[name=kadence-starter-export-button]' ).on( 'click', kadenceImportExport.export ); $( 'input[name=kadence-starter-import-button]' ).on( 'click', kadenceImportExport.import ); $( 'input[name=kadence-starter-reset-button]' ).on( 'click', kadenceImportExport.reset ); }, export: function() { window.location.href = kadenceStarterImport.customizerURL + '?kadence-starter-export=' + kadenceStarterImport.nonce.export; }, import: function() { var win = $( window ), body = $( 'body' ), form = $( '
' ), controls = $( '.kadence-starter-import-controls' ), file = $( 'input[name=kadence-starter-import-file]' ), message = $( '.kadence-starter-uploading' ); if ( '' == file.val() ) { alert( kadenceStarterImport.emptyImport ); } else { win.off( 'beforeunload' ); body.append( form ); form.append( controls ); message.show(); form.submit(); } }, reset: function() { var data = { wp_customize: 'on', action: 'kadence_starter_reset', nonce: kadenceStarterImport.nonce.reset }; var r = confirm( kadenceStarterImport.resetConfirm ); if (!r) return; $( 'input[name=kadence-starter-reset-button]' ).attr('disabled', 'disabled'); $.post( ajaxurl, data, function () { wp.customize.state('saved').set( true ); location.reload(); }); } }; $( kadenceImportExport.init ); }); } )( jQuery, wp ); assets/export/starter-import-export.min.js 0000644 00000002236 14740034625 0015032 0 ustar 00 !function(t,e){t(window),t(document),t("body");wp.customize.bind("ready",(function(){var e={init:function(){t("input[name=kadence-starter-export-button]").on("click",e.export),t("input[name=kadence-starter-import-button]").on("click",e.import),t("input[name=kadence-starter-reset-button]").on("click",e.reset)},export:function(){window.location.href=kadenceStarterImport.customizerURL+"?kadence-starter-export="+kadenceStarterImport.nonce.export},import:function(){var e=t(window),r=t("body"),n=t(''),o=t(".kadence-starter-import-controls"),a=t("input[name=kadence-starter-import-file]"),i=t(".kadence-starter-uploading");""==a.val()?alert(kadenceStarterImport.emptyImport):(e.off("beforeunload"),r.append(n),n.append(o),i.show(),n.submit())},reset:function(){var e={wp_customize:"on",action:"kadence_starter_reset",nonce:kadenceStarterImport.nonce.reset};confirm(kadenceStarterImport.resetConfirm)&&(t("input[name=kadence-starter-reset-button]").attr("disabled","disabled"),t.post(ajaxurl,e,(function(){wp.customize.state("saved").set(!0),location.reload()})))}};t(e.init)}))}(jQuery,wp); assets/css/starter-import-export.css 0000644 00000001075 14740034625 0013673 0 ustar 00 hr.kt-theme-hr { margin: 20px 0; } #customize-control-kadence_starter_import_export .kadence-starter-button { margin-top: 10px; } #customize-control-kadence_starter_import_export .kadence-starter-button.components-button.is-destructive { border: 1px solid; } #customize-control-kadence_starter_import_export .kadence-starter-import-file { width: 100%; margin: 10px 0; padding: 10px 0; font-size: 13px; } #customize-control-kadence_starter_import_export .kadence-starter-uploading { display: none; margin: 10px 0; padding: 10px; font-size: 12px; } assets/css/live-preview-base.css 0000644 00000014107 14740034625 0012706 0 ustar 00 textarea{width:100%}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0 0 0 -7px transparent}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0 0 0 -7px transparent}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.single-iframe-content{background:var(--global-palette9);color:var(--global-palette3);font-family:var(--global-body-font-family);font-size:16px;line-height:1.6}.single-content .enlighter-default,.single-content .entry-content-asset,.single-content .schema-faq-section,.single-content .wc-block-grid,.single-content .wp-block-button,.single-content .wp-block-buttons,.single-content .wp-block-cover,.single-content .wp-block-group,.single-content .wp-block-kadence-advancedbtn,.single-content .wp-block-kadence-form,.single-content .wp-block-kadence-iconlist,.single-content .wp-block-kadence-tableofcontents,.single-content .wp-block-media-text,.single-content .wp-block-yoast-faq-block,.single-content .wp-block-yoast-how-to-block,.single-content [class*=__inner-content],.single-content address,.single-content figure,.single-content form,.single-content hr,.single-content p,.single-content pre,.single-content table{margin-top:0;margin-bottom:var(--global-md-spacing)}.single-content .wp-block-buttons .wp-block-button{margin-bottom:0}.single-content p>img{display:inline-block}.single-content p>img.aligncenter{display:block}.single-content li>img{display:inline-block}.single-content li>img.aligncenter{display:block}.single-content p:not(.wp-block-kadence-advancedheading)+.wp-block-kadence-spacer{margin-top:calc(0rem - var(--global-md-spacing))}.single-content h1,.single-content h2,.single-content h3,.single-content h4,.single-content h5,.single-content h6{margin:1.5em 0 .5em}.single-content h1:first-child,.single-content h2:first-child,.single-content h3:first-child,.single-content h4:first-child,.single-content h5:first-child,.single-content h6:first-child{margin-top:0}.single-content h1+*,.single-content h2+*,.single-content h3+*,.single-content h4+*,.single-content h5+*,.single-content h6+*{margin-top:0}.single-content .wp-block-kadence-advancedgallery+p{margin-top:var(--global-md-spacing)}.single-content ol,.single-content ul{margin:0 0 var(--global-md-spacing);padding-left:2em}.single-content ol.aligncenter,.single-content ul.aligncenter{text-align:center;padding-left:0}.single-content .kad-slider ul{padding:0;margin:0}.single-content li>ol,.single-content li>ul{margin:0}.single-content>.more-link{display:block}.single-content .enlighter-default:last-child,.single-content .entry-content-asset:last-child,.single-content .schema-faq-section:last-child,.single-content .wp-block-button:last-child,.single-content .wp-block-buttons:last-child,.single-content .wp-block-cover:last-child,.single-content .wp-block-group:last-child,.single-content .wp-block-kadence-advancedbtn:last-child,.single-content .wp-block-kadence-form:last-child,.single-content .wp-block-kadence-iconlist:last-child,.single-content .wp-block-kadence-tableofcontents:last-child,.single-content .wp-block-media-text:last-child,.single-content .wp-block-yoast-faq-block:last-child,.single-content .wp-block-yoast-how-to-block:last-child,.single-content address:last-child,.single-content figure:last-child,.single-content form:last-child,.single-content h1:last-child,.single-content h2:last-child,.single-content h3:last-child,.single-content h4:last-child,.single-content h5:last-child,.single-content h6:last-child,.single-content hr:last-child,.single-content ol:last-child,.single-content p:last-child,.single-content pre:last-child,.single-content table:last-child,.single-content ul:last-child{margin-bottom:0}.single-content .wp-block-image{margin-top:0;margin-bottom:0}.single-content .wp-block-image figure{margin-bottom:var(--global-md-spacing)}.single-content .wp-block-image:last-child figure{margin-bottom:0}.single-content figure.wp-block-image{margin-bottom:var(--global-md-spacing)}.single-content figure.wp-block-image:last-child{margin-bottom:0}.pattern-shadow-wrap .kt-tabs-wrap .wp-block-kadence-tab{display:none}.pattern-shadow-wrap .kt-tabs-wrap .wp-block-kadence-tab.kt-inner-tab-1{display:block}.pattern-shadow-wrap .wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-type-masonry{column-count:3;column-gap:10px;display:block}.pattern-shadow-wrap .wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-type-masonry .kadence-blocks-gallery-item{width:100%;break-inside:avoid} assets/css/main.css 0000644 00000013247 14740034625 0010310 0 ustar 00 /* Overriding WordPress native styles */ .ocdi { max-width: none; } .ocdi h2 { text-align: inherit; } .ocdi h2:first-child, .ocdi h3:first-child { margin-top: 0; } .ocdi hr { margin: 2.62em 0; } .feature-section + hr { margin-top: 0; } #wpbody select { height: auto; padding: .62em; line-height: inherit; } .ocdi .notice { display: block !important; } /* Plugin elements */ .ocdi__demo-import-files { width: 100%; } .ocdi__demo-import-preview-image-message { font-style: italic; } /* Plugin title */ .ocdi__title:before { width: auto; height: auto; font-size: inherit; } /* Plugin intro text */ .ocdi__intro-text ul { padding: 0 4%; list-style-type: square; } /* Plugin multi select import and Plugin file upload containers */ .ocdi__file-upload, .ocdi__multi-select-import, .ocdi__demo-import-notice:not(:empty) { padding: 4%; margin: 1.62em 0; background-color: #ffffff; border: 1px solid #e5e5e5; } .ocdi__file-upload { margin: 0; margin-bottom: -1px; } .ocdi__file-upload span { font-size: .81em; font-weight: normal; opacity: .66; } .ocdi__demo-import-notice:not(:empty) { border: 0; border-left: 4px solid #00a0d2; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); } [dir="rtl"] .ocdi__demo-import-notice:not(:empty) { border: 0; border-right: 4px solid #00a0d2; } /* Plugin button */ .ocdi__button-container { margin-top: 1.62em; } /* AJAX loader */ p.ocdi__ajax-loader { font-size: 1.5em; display: none; } .ocdi__ajax-loader .spinner { display: inline-block; float: none; visibility: visible; margin-bottom: 6px; } /* New grid layout */ .ocdi__gl-navigation li a { -webkit-box-shadow: none; box-shadow: none; } .ocdi__gl-item { float: left; width: 100%; margin: 0 0 20px 0; position: relative; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ocdi__gl-item-image-container { display: block; overflow: hidden; position: relative; -webkit-backface-visibility: hidden; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .ocdi__gl-item-image-container::after { content: ""; display: block; padding-top: 66.66666%; } .ocdi__gl-item-image { height: auto; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .ocdi__gl-item-image--no-image { display: inline-block; width: 50%; text-align: center; position: absolute; top: 45%; right: 25%; left: 25%; } .ocdi__gl-item-footer { height: 30px; margin: 0; padding: 10px; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); background: #ffffff; background: rgba(255,255,255,0.65); } h4.ocdi__gl-item-title { width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; margin: 6px 0 0 0; } .ocdi__gl-item-button { float: right; } .ocdi__gl-item-button + .ocdi__gl-item-button { margin-right: 5px; } @media (max-width: 782px) { h4.ocdi__gl-item-title { width: 100%; margin-bottom: 10px; } .ocdi__gl-item-button { width: calc(50% - 10px); margin-bottom: 10px; } .ocdi__gl-item-button + .ocdi__gl-item-button { float: left; } .ocdi__gl-item-footer { height: 72px; } } .ocdi__gl-header { display: inline-block; width: calc(100% - 40px); background-color: #ffffff; margin-bottom: 20px; padding: 0 20px; } .ocdi__gl-navigation { font-size: 13px; width: 100%; float: left; } .ocdi__gl-navigation ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .ocdi__gl-navigation li { float: left; margin: 0 15px; } .ocdi__gl-navigation li.active a, .ocdi__gl-navigation li.active a:hover { border-bottom: 4px solid #666666; } .ocdi__gl-navigation li a { display: block; text-align: center; text-decoration: none; color: #444444; border-bottom: 4px solid #ffffff; padding: 15px 0; } .ocdi__gl-navigation li a:hover { color: #00a0d2; border-bottom: 4px solid #ffffff; cursor:pointer; } .ocdi__gl-search-input { width: 100%; margin: 10px 0; } @media (min-width: 640px) { .ocdi__gl-navigation { width: calc(100% - 180px); } .ocdi__gl-navigation li { margin: 0; } .ocdi__gl-navigation li a { padding: 15px; } .ocdi__gl-search-input { display: inline-block; width: 180px; height: 30px; margin: 0; margin-top: 11px; } .ocdi__gl-item-container { margin-right: -20px; } .ocdi__gl-item { width: calc(50% - 20px); margin: 0 20px 20px 0; } } @media (min-width: 1120px) { .ocdi__gl-item-container { margin-right: -30px; } .ocdi__gl-item { width: calc(33.333% - 30px); margin: 0 30px 30px 0; } } /* Grid animations */ @keyframes ocdi-fade { from { opacity: 1; } to { opacity: 0; } } .ocdi-is-fadeout { animation: ocdi-fade linear 200ms 1 forwards; } .ocdi-is-fadein { animation: ocdi-fade linear 200ms 1 reverse forwards; } /* Grid layout modal window */ .ocdi__modal-image-container { width: 100%; height: 240px; margin: 0; overflow: hidden; } .kt-install-action-button.kt-no-install { display: none; } .kt-import-action-button.kt-no-import { display: none; } .ocdi__modal-item-title { margin-top: 0.5em; font-weight: bold; } .ocdi__modal-image-container img { width: 100%; } .ocdi__modal-notice.ocdi__demo-import-notice:not(:empty) { border: 1px solid #e5e5e5; border-left: 4px solid #00a0d2; margin: 1em 0 0; } /* Redux */ .ocdi__redux-option-name-label { margin-right: 5px; } .kt-import-plugin { padding: 5px 10px; line-height: 20px; } .kt-import-plugin .spinner { margin-top: 0; } assets/css/src/starter-import-export.scss 0000644 00000001116 14740034625 0014641 0 ustar 00 hr.kt-theme-hr { margin: 20px 0; } #customize-control-kadence_starter_import_export .kadence-starter-button { margin-top: 10px; } #customize-control-kadence_starter_import_export .kadence-starter-button.components-button.is-destructive { border: 1px solid; } #customize-control-kadence_starter_import_export .kadence-starter-import-file { width: 100%; margin: 10px 0; padding: 10px 0; font-size: 13px; } #customize-control-kadence_starter_import_export .kadence-starter-uploading { display: none; margin: 10px 0; padding: 10px; font-size: 12px; } assets/css/starter-templates.css 0000644 00000055327 14740034625 0013051 0 ustar 00 .kadence-site-header-left{display:flex;align-items:center}.kadence-site-grid-wrap .kadence-site-header{display:flex;justify-content:space-between;align-items:center}.kadence-site-header-left .filter-title{margin-left:10px;margin-right:10px;font-weight:bold}.kadence-site-header-left .components-search-control .components-base-control__field{margin-bottom:0}.kadence-site-header-left .components-search-control input[type=search].components-search-control__input{padding:8px 38px 8px 8px;background:#fff;height:36px}.kadence-site-header-left .components-search-control .components-search-control__icon{right:6px}.kadence-site-grid-header-right{text-align:right}.kadence-site-header .page-source-notice{color:#718096;font-size:85%}.kadence-site-header .page-source-notice a{color:#06c;font-weight:500;text-decoration:none}.kb-pro-template{padding:4px 10px;position:absolute;z-index:10;bottom:10px;right:10px;background:#c53030;border-radius:10px;line-height:20px;color:#fff;text-transform:uppercase;font-weight:bold;font-size:11px;text-align:center}.bundle-install-required .plugin-status{color:#c53030}a.components-external-link.kst-upgrade.button-hero.button.button-primary{width:80%;min-height:36px;line-height:2.5;font-size:14px;text-align:center}.kt-upgrade-notice{display:flex;flex-direction:column;justify-content:center;align-items:center;height:70px}.kt-popover-pro-notice{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;opacity:0;z-index:10;text-align:center;background:rgba(255,255,255,.9);transition:opacity .3s ease-in-out}.kt-popover-pro-notice .components-external-link{background:#007cba;padding:10px 10px;color:#fff;border-radius:4px;text-decoration:none}.kt-popover-pro-notice:hover{opacity:1}.appearance_page_kadence-starter-templates #wpcontent{padding:0}.kadence_theme_dash_back{height:100%}.kst-choose-builder-wrap.adjust-to-three-column{max-width:600px}.kst-choose-builder-wrap.adjust-to-three-column .kst-choose-builder-inner{grid-template-columns:1fr 1fr 1fr}.kadence_theme_dash_head .components-menu-items__item-icon.custom-image-icon-src{margin-right:10px}.kst-choose-builder-inner img.custom-image-icon-src{width:100px;max-height:100px;height:auto}.custom-image-icon-src,.kadence_starter_builder_type .components-dropdown__content .components-button.components-menu-item__button img{max-width:100%;width:24px;max-height:24px;height:auto}.kadence_theme_dash_reload .components-button.kt-reload-templates.has-icon{border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;height:100%;width:40px;color:#4a5568;border-radius:0;justify-content:center}.kadence_theme_dash_reload .components-button.kt-reload-templates.has-icon svg{margin:0;width:18px;height:18px}.kadence_theme_dash_reload{height:100%}.appearance_page_kadence-starter-templates .wp-full-overlay-sidebar .wp-full-overlay-sidebar-content{bottom:70px}.kadence_theme_dash_back .components-button.kt-import-back{border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;height:100%;width:40px;color:#4a5568;border-radius:0}.kst-import-options-title{line-height:20px;padding-top:5px;font-size:12px;text-transform:uppercase;text-align:center;margin:0;color:#4a5568}.appearance_page_kadence-starter-templates .expanded .wp-full-overlay-footer{height:70px}.kadence_theme_dash_back .components-button.kt-import-back:hover{border-left:1px solid #cbd5e0;border-right:1px solid #cbd5e0;background:#f6f9fd}.kadence_theme_dash_back .components-button.kt-import-back svg{width:30px;height:30px;margin:0}.kadence_theme_dash_head .kadence_starter_builder_type .components-button svg.kst-chev{width:16px}.components-modal__frame.kst-import-modal{min-width:460px}.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(12),.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(11){padding-top:20px}.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(12) .kst-palette-bg:before,.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(11) .kst-palette-bg:before{content:"dark";color:#111}.kst-import-selection-options{padding-bottom:90px}.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(12) .kst-palette-bg,.kadence-starter-templates-preview button.components-button.kst-palette-btn:nth-child(11) .kst-palette-bg{position:absolute;left:2px;top:-1px;right:2px;display:block;bottom:auto;opacity:.2;height:1px;border-radius:0}.components-modal__frame.kst-import-modal .components-button.is-primary{padding-left:0px;padding-top:16px;padding-right:0px;font-weight:700;padding-bottom:16px;font-size:16px;height:auto;display:block;width:100%;text-align:center}.kst-import-modal .components-panel__body h3{font-size:14px;line-height:20px;margin:10px 0;color:#4a5568}.kst-selected-font-pair{display:flex;align-items:center;margin-bottom:20px}.kst-selected-font-pair img{max-width:50px}h3.kst-selected-font-pair-title{margin-bottom:0}.kadence-starter-templates-preview .install-theme-info p.desc-small,.kadence-starter-templates-preview .kadence-starter-required-plugins p.desc-small{color:#4a5568;font-style:italic}.kadence-starter-templates-preview .install-theme-info .theme-screenshot{width:60px;margin:15px 15px 15px 0}.kadence-starter-templates-preview .theme-info-wrap{display:flex;align-items:center}.kadence-starter-templates-preview .install-theme-info{padding-bottom:0}.kst-choose-builder-wrap{min-height:calc(100vh - 180px);max-width:400px;margin:0 auto;display:flex;align-items:center}.kadence_starter_builder_type .components-dropdown__content .components-button.components-menu-item__button{box-shadow:none !important}.kadence_starter_builder_type .components-dropdown__content .components-button.components-menu-item__button.active-item{border:1px solid #a0aec0}.kst-choose-builder-center{width:100%;background:#fff;padding:30px;border-radius:4px;box-shadow:0px 25px 35px -10px rgba(0,0,0,.05);position:relative}.kst-choose-builder-center .kst-overlay-saving{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.6);border-radius:4px}.kst-choose-builder-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}.kst-choose-builder-center h2.kst-choose-builder-title{margin-top:0;text-align:center;text-transform:uppercase;font-weight:300;margin-bottom:30px;font-size:20px;color:#718096}.kst-choose-builder-center .kst-choose-builder-inner .components-button.kt-import-select-type{font-size:20px;text-align:center;height:auto;padding:20px;display:flex;border:1px solid #cbd5e0;border-radius:4px;flex-direction:column;font-weight:500;text-transform:uppercase;color:#4a5568}.kst-choose-builder-center .kst-choose-builder-inner .components-button.kt-import-select-type svg{width:100px;height:100px;margin-bottom:10px;margin-right:0}.kst-choose-builder-center .kst-choose-builder-inner .components-button.kt-import-select-type:hover{color:#2d3748;border-color:#007cba}.components-button-group.kst-font-group{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1em}.components-button-group.kst-font-group .components-button.kst-font-btn{display:block;height:auto;padding:5px 5px 0;border:1px solid #eee;border-radius:0;background:#fff;outline:0;box-shadow:none}.components-button-group.kst-font-group .components-button.kst-font-btn img.font-pairing{max-width:100%}.font-title-wrap,.palette-title-wrap{display:flex;align-items:center;justify-content:space-between}.font-title-wrap h2,.palette-title-wrap h2{font-size:16px;font-weight:600;color:#4a5568}.kadence-starter-required-plugins{padding:10px 20px 10px}.font-title-wrap,.kadence-starter-required-plugins{border-top:1px solid #e2e8f0;padding-top:6px;margin-top:18px}.kadence-starter-required-plugins h2.kst-required-title{font-size:16px;font-weight:600;color:#4a5568}.components-button-group.kst-font-group .components-button.kst-font-btn.active{border-color:#333}.components-button-group.kst-font-group .components-button.kst-font-btn:hover{border-color:#999}.kadence_theme_starter_dash_inner{margin:90px 20px 0}.kadence_theme_dash_head .st2{fill:#191717}.install-theme-info .components-button.has-icon .dashicons-image-rotate{width:10px;height:10px;font-size:10px}.kadence_theme_dash_head{background:#fff;padding:0px 20px;height:60px;border-bottom:1px solid #ebebeb;box-shadow:0 0 6px -2px rgba(0,0,0,.1);position:fixed;top:32px;left:160px;z-index:100;right:0}.kadence_theme_dash_head h1{color:#2d3748;line-height:50px;padding:0;height:50px;margin:0;display:flex;align-items:center}.kadence_theme_dash_head .subtext{font-size:16px;color:#718096;display:inline-block;padding-left:10px}.kadence_theme_dash_head .kadence_theme_dash_head_container{margin:0 auto;display:flex;height:100%;align-items:center}.kadence_theme_dash_head .kadence_theme_dash_logo{width:50px;height:50px;padding-right:10px}.kadence_theme_dash_head .kadence_theme_dash_logo img{width:50px}.kadence_theme_dash_head .kadence_starter_builder_type{flex-grow:1;text-align:right}.kadence_theme_dash_head .kadence_theme_dash_version span{padding:5px;background:#4a5568;color:#fff}.folded .kadence_theme_dash_head{left:36px}@media only screen and (max-width: 960px){.auto-fold .kadence_theme_dash_head{left:36px}}@media screen and (max-width: 782px){.auto-fold .kadence_theme_dash_head{left:0px}}.kadence_theme_dash_head .kadence_starter_builder_type .components-dropdown.components-dropdown-menu.components-toolbar{border-color:#888}.kadence_theme_dash_head .kadence_starter_builder_type .components-dropdown.components-dropdown-menu.components-toolbar button.components-button{padding:0}.kadence_theme_dash_head .kadence_starter_builder_type .components-dropdown.components-dropdown-menu.components-toolbar button.components-button svg{width:40px;height:40px}.kadence_theme_dash_head .kadence_starter_builder_type .components-dropdown.components-dropdown-menu.components-toolbar .components-dropdown__content button.components-button svg{width:24px;height:24px;margin-left:0}.kadence_theme_dash_head .kadence_starter_builder_type .components-dropdown__content{text-align:left}.wrap.kadence_theme_starter_dash{margin:0}.kadence_theme_dashboard{margin:0 auto}.templates-grid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);grid-gap:2em}.kst-template-item .components-button.kst-import-btn{height:100%;width:100%;padding:0;display:block;border:0;background:rgba(0,0,0,0);position:absolute;overflow:hidden;box-shadow:0 0px 0px 0 rgba(0,0,0,0)}.kst-template-item .components-button.kst-import-btn img{max-width:100%;height:auto}.kst-grid-single-item{max-width:800px}.kst-grid-single-item .kst-template-item{overflow:hidden}.kst-grid-single-item .kst-import-btn{height:100%;width:100%;padding:0;display:block;border:0;background:rgba(0,0,0,0);position:absolute;box-shadow:0 0px 0px 0 rgba(0,0,0,0)}.kst-grid-single-item .kst-import-btn img{max-width:100%;height:auto}.components-modal__frame.kst-import-modal{max-width:600px;position:relative;max-height:90%}.components-modal__frame.kst-import-modal .components-button.is-primary{margin-top:20px}.kadence_starter_templates_notice{background:rgba(0,0,0,0);margin-bottom:20px;border:1px solid #cbd5e0;padding:10px;color:#4a5568;font-weight:normal}.kadence-site-grid-header-popover .components-dropdown__content .components-button.components-menu-item__button.active-item{border:1px solid #a0aec0;background:#edf2f7;font-weight:bold}.kadence-site-grid-wrap .kadence-site-header{margin-top:-10px;padding-bottom:10px}.kst-import-modal ul.kadence-required-wrap{margin-bottom:20px}.components-modal__frame.kst-import-modal{-webkit-animation:none !important;animation:none !important}.kst-import-modal h3{font-size:16px}.kadence_starter_templates_response{background:#fffaf0;margin-bottom:20px;border:1px solid #ed8936;padding:20px;color:#c05621;font-weight:bold;margin-top:30px;display:flex;align-items:center}.kadence_starter_templates_response svg.components-spinner{margin-top:0}.components-modal__content .kadence_starter_templates_response{background:#edfaff;border:1px solid #1eb1ff;color:#0d549b}.kst-import-selection-title .components-button.kt-import-back{border:1px solid;margin-right:10px}.kst-import-selection-title{display:flex;align-items:center;margin-bottom:10px}.kst-grid-single-item-single-page .kst-template-item{padding-bottom:90%}.kadence_starter_templates_response h2{margin-bottom:10px;margin-top:0}.kst-template-item{position:relative;height:0;box-shadow:0 1px 2px rgba(0,0,0,.15);padding-bottom:65%}.kst-template-item::after{content:"";position:absolute;z-index:-1;width:100%;height:100%;opacity:0;border-radius:5px;box-shadow:0 15px 15px -10px rgba(0,0,0,.1);transition:opacity .3s ease-in-out}.kst-template-item:hover::after{opacity:1}.sidebar-section .components-panel__body.is-opened{padding:20px}.sidebar-section h2:first-child,.tab-section h2:first-child{margin-top:0}.side-panel .components-panel+.components-panel{margin-top:1rem}.tab-section .components-panel__body.is-opened{padding:25px}.kadence-dashboard-tab-panel .components-tab-panel__tabs .components-button{border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);border:none;box-shadow:none;border-radius:0;cursor:pointer;height:48px;padding:3px 16px;margin-left:0;font-weight:500}.kadence-dashboard-tab-panel .components-tab-panel__tabs .components-button:hover{box-shadow:none !important}.kadence-dashboard-tab-panel .components-tab-panel__tabs .components-button:not(.active-tab):hover{color:#007cba !important;background:rgba(0,0,0,0) !important}.kadence-dashboard-tab-panel .components-tab-panel__tabs .components-button.active-tab{background:#fff;border:1px solid #e2e4e7;border-bottom-color:rgba(0,0,0,0)}.kadence-dashboard-tab-panel .components-tab-panel__tabs{margin-bottom:-1px}.two-col-grid{display:grid;grid-gap:1rem;grid-template-columns:1fr 1fr 1fr}h3.section-sub-head{background:#edf2f7;padding:10px;color:#4a5568;font-size:14px;text-transform:uppercase;margin-bottom:1rem;margin-top:2rem}.link-item{border:1px solid #e2e8f0;padding:20px;border-radius:4px;display:flex;flex-flow:column nowrap}.link-item h4{margin:0}.dashboard-pro-settings{margin-top:2rem}.link-item .link-item-foot{margin-top:auto;display:flex;align-items:center}.link-item .link-item-foot .components-spinner{margin-top:0}.link-item .link-item-foot .components-toggle-control .components-base-control__field{margin-bottom:0}.link-item .link-item-foot .components-toggle-control .components-base-control__field .components-form-toggle{margin-right:0}.link-item .link-item-foot>*:first-child{flex-grow:2}.link-item a{display:block;background:rgba(0,0,0,0);color:#4a5568}.link-item a:hover{color:#007cba}span.kt-license-status{padding:4px;margin-left:10px;font-size:14px;text-transform:uppercase}span.kt-license-status.k-inactive{color:#c05621 !important;background:#fffaf0 !important}span.kt-license-status.k-active{color:#2b6cb0 !important;background:#ebf8ff !important}.license-section h2{display:flex;margin-top:0;align-items:center;justify-content:space-between}.license-section table.form-table{display:block}.license-section table.form-table tbody{display:block}.license-section table.form-table td,.license-section table.form-table tr{display:block;padding:0;width:100%}.license-section .form-table th{padding:0;width:100%;margin-bottom:4px;display:block;color:#4a5568}.license-section p.submit{padding:0;margin-top:10px}.license-section table.form-table input[type=text]{width:100%}.kadence-starter-templates-preview .install-theme-info .theme-name{font-size:20px}.appearance_page_kadence-starter-templates .kadence-starter-templates-preview-actions .button{width:100%;line-height:1;min-height:35px;padding:0}.appearance_page_kadence-starter-templates .kadence-starter-templates-preview-actions{padding:5px}.kadence-starter-templates-preview button.components-button.kst-palette-btn{border-radius:4px !important;padding:5px 5px 5px 7px;height:auto;display:inline-flex;align-items:flex-end;justify-content:center;border:1px solid rgba(0,0,0,0);position:relative;box-shadow:none !important}.kadence-starter-templates-preview button.components-button.kst-palette-btn .kst-palette-bg{display:none}.kst-template-item .components-button.kst-import-btn:hover,.kst-template-item .components-button.kst-import-btn:focus{box-shadow:0 7px 15px 0 rgba(0,0,0,.15) !important}.kadence-starter-templates-preview button.components-button.kst-palette-btn:hover,.kadence-starter-templates-preview button.components-button.kst-palette-btn:focus{border:1px solid #999;box-shadow:none !important}.kadence-starter-templates-preview button.components-button.kst-palette-btn.is-primary,.kadence-starter-templates-preview button.components-button.kst-palette-btn.is-primary:hover,.kadence-starter-templates-preview button.components-button.kst-palette-btn.is-primary:focus{background:#fff;border:1px solid #333;box-shadow:none}.demo-title{height:30px;margin:0;padding:10px 0;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);background:#fff;position:absolute;bottom:0;left:0;width:100%}.demo-title h4{margin:0;font-size:14px;text-align:left;line-height:30px;padding:0 20px;color:#1e1e1e}.kadence-starter-templates-preview .components-button-group.kst-palette-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px}@media(max-width: 1860px){.kadence-starter-templates-preview .kadence-swatche-item-wrap{width:22px !important;height:22px !important}h2.palette-title{font-size:15px}}@media(max-width: 1059px){.templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}}.install-third-party-notice{margin-top:10px;max-width:540px;background:#fffaf0;padding:1em;color:#c05621;border:1px solid #c05621;font-weight:600}.install-third-party-notice>p{margin-top:0}.components-modal__frame.kst-import-modal .components-button.is-primary.import-partial-btn{background:#6b7280}.install-third-party-notice .plugin-status{color:#92400e}.plugin-install-required{display:block;font-style:oblique;font-weight:400;color:#c05621}.kadence-required-wrap{font-weight:bold;list-style:disc;padding-left:1.4em}span.plugin-status{text-transform:uppercase;color:#718096}.kst-palette-btn.kst-selected-color-palette{display:flex;margin-bottom:20px}.finshed-notice-success .button-primary.button.kadence-starter-templates-finish-button{padding:10px 16px;font-size:18px}.kst-grid-single-site{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);grid-gap:4em}.kst-import-selection{height:100%;max-height:calc(100vh - 140px);overflow-y:scroll}.kst-import-grid-title h2{font-size:14px;line-height:20px;margin:10px 0;color:#4a5568}.kst-import-selection-title h2{font-size:16px;line-height:26px;margin:0 0 10px 0;color:#2d3748}.kst-import-single-selection-options-wrap{background:#fff;padding:35px 35px 35px;max-width:700px;width:100%;box-sizing:border-box}.appearance_page_kadence-starter-templates #wpbody-content{padding-bottom:25px}.desc-small.note-about-colors{font-size:14px;color:#718096;margin:1.5em 0}.kst-import-selection-options .kst-template-item{padding-bottom:126%}.kst-import-selection img{max-width:100%}.kst-import-selection-title h2 span{font-weight:bold;color:#000}.appearance_page_kadence-starter-templates .update-nag.notice,.appearance_page_kadence-starter-templates #wpfooter{display:none}.kadence_theme_starter_dashboard>.notice{display:none}.demo-title h4 span{position:absolute;bottom:100%;right:0;padding:5px 15px;background:rgba(0,0,0,.7);color:#fff;font-size:14px;font-weight:400;opacity:0}.kst-import-btn:hover .demo-title h4 span{opacity:1}.kst-import-selection-options .kst-template-item .components-button.kst-import-btn .LazyLoad{overflow-y:hidden;position:absolute;top:0;left:0;right:0;bottom:40px}.kst-import-single-selection-options-wrap .components-button.is-primary{padding-top:16px;font-weight:700;padding-bottom:16px;font-size:16px;height:auto;margin-top:20px;padding-left:0;padding-right:0;text-align:center;display:block;width:100%}.kst-import-selection-footer{position:fixed;padding:10px 20px;bottom:0;background:#fff;right:0;left:0;margin-left:160px;z-index:100;display:flex;justify-content:space-between;align-items:center}button.components-button.kt-import-fullsite.is-primary{padding-left:30px;padding-top:16px;padding-right:30px;font-weight:700;padding-bottom:16px;font-size:16px;height:auto}.folded .kst-import-selection-footer{margin-left:36px}@media(max-width: 1059px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}}@media(min-width: 1060px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media(min-width: 1660px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media(min-width: 2360px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}.kst-import-single-selection-options-wrap .components-base-control.components-toggle-control{margin-bottom:15px;border-top:1px solid #e2e8f0;padding-top:15px}.components-modal__frame.ksp-confirm-modal{max-width:500px}.ksp-override-model-buttons{text-align:right}.ksp-override-model-buttons .components-button{margin-left:10px}.main-panel{margin:0 auto;max-width:1260px}.main-panel .kst-grid-single-site{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr);grid-gap:3em}.kst-import-selection-bottom{text-align:center;margin-top:40px}.kadence_theme_dash_head .kadence_theme_dash_head_container{margin:0 auto;max-width:1260px}.kst-template-item{padding-bottom:126%}.appearance_page_kadence-starter-templates .kadence-starter-templates-preview-actions{display:flex}.appearance_page_kadence-starter-templates .kadence-starter-templates-preview-actions .button:not(.button-primary){margin-right:10px}@media(max-width: 1059px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}}@media(min-width: 1060px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}@media(min-width: 1660px){.kst-import-selection-options .templates-grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)}}.kst-import-modal button.components-button.kb-skip-start.is-primary,.kst-import-selection-options button.components-button.kb-skip-start.is-primary{display:block;width:100%;text-align:center;background:rgba(0,0,0,0);color:#3c434a;font-size:13px;font-weight:400}.kst-import-modal .components-panel__body-toggle.components-button{padding:10px 48px 10px 16px}.components-base-control.kt-subscribe-email-input .components-base-control__field{display:flex;align-items:center;margin-bottom:20px}.components-base-control.kt-subscribe-email-input .components-base-control__field .components-base-control__label{margin:0 10px 0 0;font-weight:bold}.kt-subscribe-form-box{padding:20px;margin:30px 0px 0;border:1px solid #e0e0e0}.kt-subscribe-form-box h2{margin-top:0}.kb-subscribe-form-error{padding:10px;display:block;margin-bottom:10px;color:#d8000c;background-color:#ffdddf}.theme-install-overlay #kadence-starter-preview{width:100%} assets/ld-demo/learndash-demo.zip 0000644 00001220452 14740034625 0013011 0 ustar 00 PK bX) configuration.ldŎN0%%"PԦnk)C0`ڻxI99bY{1<@WF`|BE5U/Z^̸Y.N*8cDc^g1-_[3((`#-'Y)o5*Rv80X h9Dj PK WX media/PK bX & lK media/certificates.pngZ?7_$n*~uRu%=.Rn fI>f(w-,v8~_|[FGOp8pkpv8Q!&%"(ϡ70X;䇤onku\{ ;A9M1̧L ^7@OT'es~8 ;9۩-=ɪ{wDo7AwB4ɢzw|!E038~k1e>BA(Twfg czܤ_VHI*'ǩdǚ̏aǜ!ǘ8DqqSGXBYltO"3y{>aCpm(T {a##ϱDIY\g?s%mлluԭ}Ǔ*|7ugz +*2҄ p-e',\0}XKcK( !վ.뿓ƨ-E5?">{:>D̍.!oxFL;aGRxFvC^T~|wI7 ,;X"ҾCn=v21b* ۱8}c(ܾX ;2R+^Q@_/ɗ䅱2e͇&vN`o~,/&S2[~ҌKN_Uڅjϣ\ei62\+ajoUú" ƿ,,D0ޤ(8`K>3SӬTRWuݯX,AO~4R>^E @ٛ{Lg-<)6nb?n>6!s1+awR~L%d?Bjgp[;#}B63r߰,f]eF쬢vQYSV:3mngXN&9300H{hl\ X{wi}IWkC~B(0G cPEgܢbX8һ獤dzioi=n2N!\8(+M' UGW@+8GK@8YԲG7ڶnik4³̬ lM~/!!]GiҾk{22S:M1Nꉀ#IA0¹E/2,ߎ6Mi KQwrLOZ̞C!pT͕gϞr<uljUOJt*5vUS-V$(WEmgStU/q*=xOCj