.ppcp-field-hidden{display:none!important}.ppcp-field-disabled{cursor:not-allowed;filter:grayscale(100%);opacity:.5}.ppcp-active-spacer td,.ppcp-active-spacer th{height:1rem;padding:0}.ppcp-button-preview-inner{line-height:0}.ppcp-button-apm{--apm-button-border-radius:4px;border-radius:var(--apm-button-border-radius);height:45px;line-height:0;margin-top:14px;max-width:750px;min-width:0;overflow:hidden}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius:50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-cart .ppcp-button-apm,.wp-block-woocommerce-checkout .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}.ppcp-button-apm.ppcp-button-dummy{align-items:center;background:rgba(0,0,0,.067);display:flex;justify-content:center;min-height:25px;position:relative}.ppcp-button-apm.ppcp-button-dummy:before{background-image:var(--apm-button-dummy-background,none);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;right:12px;position:absolute;top:50%;transform:translateY(-50%);width:42px}.ppcp-status-text{padding-top:4px}.ppcp-status-text .error{color:red;font-weight:700}.ppcp-status-text .success{color:green;font-weight:700}.ppcp-align-label-center th{text-align:center}.ppcp-valign-label-middle th{vertical-align:middle}.ppcp-notice{background:#fff;border:1px solid #c3c4c7;border-right-width:4px;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:5px 0 2px 15px;padding:1px 12px}.form-table td .ppcp-notice p,.ppcp-notice p{margin-bottom:4px;margin-top:4px}.ppcp-notice .highlight{background:transparent;font-weight:600}.ppcp-notice-success{border-right-color:#00a32a}.ppcp-notice-success .highlight{color:#00a32a}.ppcp-notice-warning{border-right-color:#dba617}.ppcp-notice-warning .highlight{color:#dba617}.ppcp-notice-error{border-right-color:#d63638}.ppcp-notice-error .highlight{color:#d63638}@media screen and (min-width:800px){.ppcp-settings-field{border-right:1px solid transparent;border-left:1px solid transparent}.ppcp-settings-field.active{background-color:#fbfbfb;border:1px solid #c3c3c3}.ppcp-settings-field.active th{padding-right:20px}.ppcp-settings-field.ppcp-field-indent{background-color:#fbfbfb;border:1px solid #c3c3c3}.ppcp-settings-field.ppcp-field-indent th,.ppcp-settings-field.ppcp-field-indent.ppcp-settings-field-heading td{padding-right:40px;padding-left:40px}.ppcp-settings-field.ppcp-field-indent .ppcp-notice{margin-right:40px;margin-left:10px;padding:1px 12px}.ppcp-settings-field.ppcp-field-indent .ppcp-notice p{margin:.5em 0;padding:2px}.ppcp-settings-field.ppcp-field-indent .ppcp-notice-list{list-style-type:disc;padding-right:20px}.ppcp-settings-field.ppcp-field-indent td,.ppcp-settings-field.ppcp-field-indent th{border-top:1px solid #c3c3c3}.ppcp-settings-field.ppcp-field-indent+.ppcp-field-indent td,.ppcp-settings-field.ppcp-field-indent+.ppcp-field-indent th{border-top:1px solid #fbfbfb}.ppcp-settings-field-select p.description{margin-bottom:1em}} /*! elementor-pro - v4.2.0 - 19-08-2026 */ "use strict";(self.webpackChunkelementor_pro=self.webpackChunkelementor_pro||[]).push([[635],{7193(e,l){Object.defineProperty(l,"__esModule",{value:!0}),l.default=void 0;class codeHighlightHandler extends elementorModules.frontend.handlers.Base{onInit(...e){super.onInit(...e),Prism.highlightAllUnder(this.$element[0],!1)}onElementChange(){Prism.highlightAllUnder(this.$element[0],!1)}}l.default=codeHighlightHandler}}]);@use 'sass:color'; @use 'theme'; .code-snippets-upsell-banner { display: flex; flex-direction: row; align-items: center; padding: 12px; gap: 10px; background: #fff; border: 1px solid #ccc; border-radius: 5px; p { margin: 0; } .components-external-link__contents { text-decoration: none; } .button-primary { background-color: theme.$secondary; border: 0; font-weight: bold; margin-inline-start: auto; &:hover, &:focus { background-color: color.adjust(theme.$secondary, $lightness: -10%); } } .button-link.button-small { text-decoration: none; font-weight: normal; padding: 0; color: #a7aaad; line-height: 1; } } .code-snippets-upsell-dialog { background: linear-gradient(116.04deg, #edfcff -0.75%, #fcdfd4 93.04%); inline-size: 794px; box-shadow: 0 4px 80px rgb(0 0 0 / 10%); border-radius: 8px; font-family: 'SF Pro', sans-serif; color: #1c3f41; line-height: 1.5; max-block-size: unset; .components-modal__content { margin: 0; padding-block: 48px; padding-inline: 80px; } .components-modal__content > div:last-child { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; overflow: auto; } h1 { font-size: 32px; margin: 0; span { color: #d46f4d; } } p { margin-block: 0; margin-inline: 2em; } h1 + p { font-size: 16px; } img { inline-size: 82px; } h2 { text-transform: uppercase; font-size: 12px; } ul { display: grid; inline-size: 100%; grid-auto-flow: column; grid-template-rows: 1fr 1fr 1fr 1fr 1fr; } li { display: flex; flex-flow: row; gap: 11px; font-size: 14px; } li::before { content: '✓'; color: #fff; inline-size: 24px; block-size: 24px; border-radius: 50%; background-color: #0ca0a9; display: flex; justify-content: center; align-items: center; } .button.button-large { background-color: #d46f4d; padding-block: 15px; padding-inline: 20px; font-size: 16px; line-height: inherit; margin-block: 16px 24px; margin-inline: auto; border-color: currentcolor; &:hover { background-color: color.adjust(#d46f4d, $lightness: -10%); } } }
Fatal error: Uncaught Error: Class 'Google\Site_Kit\Core\Modules\Tags\Module_Tag' not found in /home/barrysha/public_html/wp-content/themes/twentyseventeen/404.php:22 Stack trace: #0 /home/barrysha/public_html/wp-includes/template-loader.php(132): include() #1 /home/barrysha/public_html/wp-blog-header.php(19): require_once('/home/barrysha/...') #2 /home/barrysha/public_html/index.php(17): require('/home/barrysha/...') #3 {main} thrown in /home/barrysha/public_html/wp-content/themes/twentyseventeen/404.php on line 22