.cpb-player-wrapper {
margin-bottom: 20px;
} .cpb-main-player {
position: relative;
width: 100%;
padding-top: 56.25%; overflow: hidden;
border-radius: 8px;
}
.cpb-main-player video,
.cpb-main-player img.cpb-main-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
} .cpb-review-badge {
position: absolute;
top: 8px;
left: 8px; background: transparent;
color: #ffffff;
padding: 0;
border-radius: 0;
font-size: 0.8rem;
font-weight: 600;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
z-index: 3;
pointer-events: none;
} .cpb-player-review-summary {
position: absolute;
bottom: 8px;
left: 8px;
right: 8px; background: transparent;
color: #ffffff;
padding: 0;
border-radius: 0;
font-size: 0.8rem;
line-height: 1.3;
z-index: 3;
pointer-events: none;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .cpb-thumb-item {
position: relative;
margin-right: 10px;
cursor: pointer;
flex: 0 0 22%; overflow: hidden; }
.cpb-thumb-item .cpb-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 0;
} .cpb-thumb-item .cpb-play-icon::before {
content: '';
display: block;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #fff;
margin-left: 2px;
} .cpb-thumb-review-label {
position: absolute;
bottom: 4px;
left: 4px;
background-color: rgba(255, 64, 129, 0.9);
color: #fff;
padding: 2px 4px;
border-radius: 3px;
font-size: 0.65rem;
z-index: 2;
pointer-events: none;
}
.cpb-player-nav {
position: absolute;
top: 50%;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
pointer-events: none;
}
.cpb-player-nav button {
background: rgba(0,0,0,0.5);
color: #fff;
border: none;
padding: 5px 10px;
margin: 0 10px;
cursor: pointer;
pointer-events: all;
}
.cpb-thumbnails {
margin-top: 10px;
}
.cpb-thumbnails-inner {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
}  @media (max-width: 768px) {
.cpb-thumb-item {
flex: 0 0 28%; }
}
.cpb-thumb-img {
width: 100%; aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 4px;
border: 1px solid #ddd;
display: block;
} .cpb-thumb-item.cpb-active-thumb .cpb-thumb-img {
border-color: #0073aa;
}
.cpb-product-title {
font-size: 1.5rem;
margin-top: 15px;
}.cpb-description-section,
.cpb-reviews-section {
margin-bottom: 30px;
}
.cpb-section-title {
font-size: 1.25rem;
margin-bottom: 10px;
font-weight: bold;
} .cpb-description-content {
margin-bottom: 10px;
}
.cpb-description-content.collapsed {
max-height: 7.5em; overflow: hidden;
} .cpb-description-toggle {
background-color: #0073aa;
color: #fff;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
font-size: 0.9rem;
}
.cpb-read-more-description {
background-color: #0073aa;
color: #fff;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
}
.cpb-description-full {
margin-top: 10px;
} .cpb-reviews-list {
margin-top: 15px;
} .cpb-review-content {
margin-bottom: 20px;
}
.cpb-review-content .cpb-review-short {
margin-bottom: 10px;
}
.cpb-read-more-review {
background-color: #0073aa;
color: #fff;
border: none;
padding: 4px 8px;
border-radius: 4px;
cursor: pointer;
font-size: 0.85rem;
} .cpb-review-image img {
max-width: 100px;
height: auto;
border-radius: 4px;
margin-bottom: 8px;
}
.cpb-reviewer-name {
display: block;
font-weight: bold;
margin-bottom: 4px;
}
.cpb-review-rating {
color: #f5a623;
font-size: 1.1rem;
}
.cpb-reviews-pagination a {
background-color: #0073aa;
color: #fff;
padding: 4px 8px;
border-radius: 4px;
margin-right: 5px;
text-decoration: none;
font-size: 0.85rem;
}
.cpb-reviews-pagination a:hover {
background-color: #00507a;
}.cpb-right-panel-wrapper {
border: 1px solid #eee;
padding: 20px;
border-radius: 8px;
}
.cpb-booking-box {
margin-bottom: 15px;
text-align: center;
}
.cpb-book-now-button {
background-color: #ff0050;
color: #fff;
border: none;
padding: 15px 25px;
border-radius: 8px;
font-size: 1.25rem;
cursor: pointer;
width: 100%;
}
.cpb-delivery-time-box,
.cpb-guarantee-box {
margin-bottom: 15px;
background: #f8f8f8;
padding: 10px;
border-radius: 6px;
}
.cpb-guarantee-box strong {
display: block;
margin-bottom: 5px;
color: #008000;
} .cpb-review-summary {
margin-bottom: 15px;
background: #f8f8f8;
padding: 10px;
border-radius: 6px;
display: flex;
align-items: center;
gap: 8px;
}
.cpb-review-summary .cpb-review-meta {
font-weight: 500;
} .cpb-last-delivery {
margin-bottom: 15px;
background: #f8f8f8;
padding: 10px;
border-radius: 6px;
font-size: 0.9rem;
color: #555;
}.cpb-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.cpb-modal-container {
background: #fff;
border-radius: 8px;
width: 90%;
max-width: 500px;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
overflow: hidden;
}
.cpb-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
border-bottom: 1px solid #eee;
}
.cpb-modal-header h3 {
margin: 0;
font-size: 1.25rem;
}
.cpb-modal-close {
background: transparent;
border: none;
font-size: 1.5rem;
cursor: pointer;
}
.cpb-modal-body {
padding: 20px; max-height: 70vh;
overflow-y: auto;
} .cpb-base-price-box {
font-size: 1rem;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: center;
background: #f8f8f8;
padding: 10px;
border-radius: 6px;
} .cpb-addon-extra-fields {
padding-left: 20px;
}
.cpb-addon-extra-fields label {
display: block;
font-weight: normal;
margin-top: 8px;
margin-bottom: 3px;
font-size: 0.9rem;
}
.cpb-input-file,
.cpb-input-text {
display: block;
width: 100%;
padding: 5px;
font-size: 0.9rem;
border: 1px solid #ccc;
border-radius: 4px;
}
.cpb-form-group {
margin-bottom: 15px;
}
.cpb-form-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.cpb-form-group input[type="checkbox"] {
margin-right: 5px;
} .cpb-form-group textarea {
width: 100%;
resize: vertical;
min-height: 60px;
}
.cpb-total-price-box {
font-size: 1.2rem;
}
.cpb-checkout-button {
background-color: #0073aa;
color: #fff;
border: none;
padding: 12px;
border-radius: 5px;
cursor: pointer;
display: block;
width: 100%;
text-align: center;
font-weight: bold; position: sticky;
bottom: 0;
z-index: 5;
} .cpb-checkout-button .cpb-checkout-total {
font-weight: 600;
margin-left: 6px;
} .cpb-addons-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.cpb-addon-item {
margin-bottom: 10px;
}.cpb-wrapper {
display: flex;
flex-direction: column;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
} .cpb-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
background: #fff;
border: 1px solid #eaeaea;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
padding: 20px;
} .cpb-mobile-right-placeholder {
display: none;
width: 100%;
margin-bottom: 15px;
}
.cpb-left-column, .cpb-right-column {
box-sizing: border-box;
} .cpb-left-column {
flex: 0 0 65%;
}
.cpb-right-column {
flex: 0 0 30%;
} @media (max-width: 992px) {
.cpb-left-column, .cpb-right-column {
flex: 0 0 100%;
} .cpb-right-column {
order: 1; display: none;
}
.cpb-left-column {
order: 2;
} .cpb-mobile-right-placeholder {
display: block;
}
} @media (max-width: 600px) {
.cpb-wrapper {
max-width: 100%;
margin: 0;
padding-left: 0;
padding-right: 0;
} .cpb-row {
padding: 15px;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f0f2f5;
margin: 0;
padding: 0;
} .wtv-screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .container {
max-width: 1400px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
} .site-header, .site-footer {
background-color: #ffffff;
padding: 20px;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.site-header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
} header#masthead .site-branding {
padding: 10px 20px !important;
border-radius: 12px !important;
transition: padding 0.3s ease;
}
.site-title {
margin: 0;
} header#masthead .site-branding a.site-logo-link {
display: flex !important;
align-items: center !important;
gap: 12px !important;
text-decoration: none !important;
color: #000000 !important;
}
.site-logo {
flex-shrink: 0;
transition: width 0.3s ease, height 0.3s ease;
}
.site-logo .cake-layer-1 { fill: #ffc0cb; }
.site-logo .cake-layer-2 { fill: #d2691e; }
.site-logo .cake-icing { fill: #fffdd0; stroke: #e0e0e0; stroke-width: 1; }
.site-logo .candle { fill: #87ceeb; }
.site-logo .flame-outer { fill: #ffac33; }
.site-logo .flame-inner { fill: #ffdd33; }
@keyframes flicker {
0%, 100% { transform: scaleY(1) rotate(0deg); }
25% { transform: scaleY(1.05) scaleX(1.1) rotate(-2deg); }
50% { transform: scaleY(0.95) rotate(2deg); }
75% { transform: scaleY(1.02) scaleX(0.95) rotate(0deg); }
}
.flame-group {
transform-origin: 50% 100%;
}
.title-tagline-wrap {
display: flex;
flex-direction: column;
} header#masthead .site-branding .site-title span {
font-size: 24px !important;
font-weight: 700 !important;
color: #000000 !important;
transition: font-size 0.3s ease;
line-height: 1.2;
} .site-tagline {
margin: 0;
font-size: 14px;
font-weight: 700;
color: #000000;
line-height: 1.4;
transition: font-size 0.3s ease;
}
.site-footer {
text-align: center;
margin-top: 40px;
color: #666;
} .footer-widgets {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e0e0e0;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.footer-navigation {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.footer-navigation a {
color: #333;
font-weight: 600;
}
.footer-link-separator {
color: #ccc;
} .main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
gap: 10px;
}
.main-navigation a {
text-decoration: none !important;
color: #333;
font-weight: 600;
padding: 8px 15px;
border-radius: 8px;
background-color: #f0f2f5;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0,0,0,0.07);
transition: all 0.2s ease-in-out;
white-space: nowrap;
}
.main-navigation a:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.main-navigation .current-menu-item > a {
background-color: #0d6efd;
color: #ffffff;
border-color: #0a58ca;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
} h1, h2, h3, h4, h5, h6 {
color: #000;
} a, a:hover, a:focus, a:active {
text-decoration: none !important;
color: #0056b3; }
.footer-navigation a:hover, .footer-occasions-nav a:hover {
color: #003d80; } @media (max-width: 768px) {
.site-header {
flex-direction: column; 
justify-content: center; 
align-items: center;
gap: 20px; 
}
header#masthead .site-branding {
padding: 5px 10px !important;
}
header#masthead .site-branding .site-logo {
width: 35px;
height: 35px;
}
header#masthead .site-branding .site-title span {
font-size: 20px !important;
color: #000000 !important;
}
.site-tagline {
font-size: 12px;
text-align: center;
color: #000000;
} .title-tagline-wrap {
align-items: center;
}
.main-navigation {
width: 100%; 
overflow-x: auto; 
-webkit-overflow-scrolling: touch; 
}
.main-navigation ul {
justify-content: center; 
padding-top: 5px;
padding-bottom: 5px;
}
.main-navigation::-webkit-scrollbar {
display: none;
}
.main-navigation {
-ms-overflow-style: none;
scrollbar-width: none;
}
}  .main-navigation .sub-menu {
display: none;
position: absolute;
background-color: #ffffff;
box-shadow: 0 8px 16px rgba(0,0,0,0.15);
z-index: 100;
border-radius: 8px;
padding: 10px;
margin-top: 8px;
min-width: 200px; right: 0;
left: auto;
} .main-navigation li:hover > .sub-menu {
display: block;
} .main-navigation .sub-menu li {
display: block;
width: 100%;
} .main-navigation .sub-menu li:not(:last-child) {
margin-bottom: 8px; } .main-navigation .sub-menu li a {
display: block;
width: 100%;
box-sizing: border-box; text-align: center;
padding: 10px 15px;
background-color: #f0f2f5;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0,0,0,0.07);
} .main-navigation .sub-menu li a:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
} .main-navigation .wtv-login-button a {
background-color: #0d6efd; color: #ffffff !important; border: 2px solid transparent; font-weight: 700;
} .main-navigation .wtv-login-button a:hover {
background-color: #0a58ca; transform: translateY(-2px);
} .main-navigation .wtv-login-button a:focus {
outline: none; box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.35); }  .page-template-page-privacy-policy .entry-title,
.page-template-page-terms-of-service .entry-title,
.page-template-page-refund-policy .entry-title,
.page-template-page-how-it-works .entry-title,
.page-template-page-contact-us .entry-title,
.page-template-page-about-us .entry-title {
display: none !important;
}
.site-main {
margin-bottom: 50px; } .footer-support-section {
width: 100%;
max-width: 800px;
margin: 40px auto 20px auto; padding: 20px;
background-color: #f0f2f5; border: 1px solid #e0e0e0;
border-radius: 8px;
text-align: center;
}
.footer-support-section .support-title {
font-size: 18px;
font-weight: 700;
color: #000;
margin: 0 0 10px 0;
} .footer-support-section .support-text {
font-size: 15px;
color: #333; line-height: 1.7;
margin: 0;
}
.footer-support-section .support-text a {
font-weight: 600; }  body.page-template-page-how-it-works .wtv-search-filter-container {
display: none;
}<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>flexslider</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>jquery-blockui</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>jquery-cookie</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>jquery-tiptip</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>js-cookie</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>photoswipe</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>photoswipe-ui-default</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>prettyPhoto</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>prettyPhoto-init</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>select2</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function wp_script_is was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. This notice was triggered by the <code>zoom</code> handle. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in <b>/home/u808341999/domains/wishtovideo.com/public_html/wp-includes/functions.php</b> on line <b>6121</b><br />
