/**
Theme Name: TwentyTwentyFive-Child-PayZe
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.9
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 11.0.0
Tested up to: 7.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Domain Path: /languages
Template: twentytwentyfive
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true
/* Add your custom styles here */



.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.site-header .wp-block-navigation__responsive-container-open.always-shown {
    display: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}

@media screen and (max-width:1024px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }

    .site-header .wp-block-navigation__responsive-container-open.always-shown {
        display: block;
    }

    header .site-logo {
        height: 50px;
    }
}

header .site-logo img {
    height: 100%;
    width: auto;
}

header a:hover {
    text-decoration: none;
}

header .wp-block-navigation .wp-block-navigation-item__content:hover{
    color: #fff;
    transition: color 0.2s ease-in-out; /* Smooth transition */
}

.hover-invert:hover .has-accent-background-color {
	color: var(--wp--preset--color--accent) !important;
    border-color: var(--wp--preset--color--accent) !important;
    background-color: #000 !important;
}

.hover-invert.purple:hover a{
    color: #bcb6fb !important;
    background-color: #000;
    border-color: #bcb6fb;
}

.hover-invert.purple a{
    background-color: #bcb6fb;
    color: #000;
}


footer {
    background-color: transparent;
    margin-top: -2rem;
}

.rounder-video-pane video {
    border-radius: 25px;
}

details.styled-summary summary:focus  {
    outline: none;
}

details.styled-summary summary::after {
    margin-left: 1rem;
    content: "+";
}

details.styled-summary[open] summary::after {
    content: "-";
}

details.styled-summary summary {
    display: flex;

}

.collapsing-list summary:focus {
    outline: none;
}

.collapsing-list summary {
    width: 100%;
    display: flex;
    padding: 1rem 0;
    border-bottom: 2px solid black;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 0;
    font-family: "PPRightGrotesk-WideRegular", Sans-serif;
    justify-content: space-between;
}

.collapsing-list summary:after {
    content: "+";
    font-size: 1.5rem;
}

.collapsing-list details[open] summary:after {
    content: "-";
    font-size: 1.5rem;
}

.collapsing-list details p {
    color: #000;
    font-size: 1rem;
    font-family: "PPRightGrotesk-WideRegular", Sans-serif;
    font-weight: 400;
    margin: 1rem;
}

.terms-and-conditions summary {
    width: 100%;
    display: flex;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 0;
    font-family: "PPRightGrotesk-WideRegular", Sans-serif;
    justify-content: flex-start;
    gap: 1rem;
}

.terms-and-conditions summary:focus{
    outline: none;
}

details.terms-and-conditions summary:after{
    content: "+";
    font-size: 1.2rem;
}

details[open].terms-and-conditions summary:after {
    content: "-";
    font-size: 1.2rem;
}


footer a {
    text-decoration: none;
}

footer .socials img {
    padding: 0.4rem;
    background-color: var(--wp--preset--color--accent) !important;
    border-radius: 30%;
    width: 48px;
    height: auto;
}

.marquee-row {
    gap: 1rem;
}

.marquee-row img{
    filter: grayscale(100%);
    max-height: 90px;
    width: auto;
}


.marquee-text-banner p {
    position: relative;
    display: flex;
    gap: 0.5rem;
    white-space: nowrap !important;
}

.marquee-row>figure { 
    width: 100px;
}

.marquee-text-banner p::before{
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background-color: #fff;
	border-radius: 0;
    display: flex;
    align-self: center;
}

@media only screen and (max-width:500px) {
    .marquee-row>figure {
        width: 80px;
    }
}

.eyes-animation {
    display: flex;
    position: absolute;
    justify-content: center;
    margin-top: 0;
    gap: 0.5rem;
    top: 20%;
    width: 100%;
}

.eyes-animation .eye-centre{
    margin: 0 !important;
    width: 0 !important;
}

.eyes-animation .eye {
    width: 100px;
    height: 100px;
    background-image: url("https://payze.nz/wp-content/uploads/2023/07/eye-white.png");
    background-size: contain;
    margin: 0 !important;
    position: relative;
}

.eyes-animation .eye .eyeball {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 25%;
	top: 25%;
	border-radius: 100%;
	overflow: hidden;
	background-image: url('/wp-content/uploads/2023/07/eye-ball.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


@media screen and (max-width: 1024px) {
    .eyes-animation {
        top: 0;
    }
    .eyes-animation .eye {
        width: 50px;
        height: 50px;
    }

    .eyes-animation .eye .eyeball {
        width: 25px;
        height: 25px;
    }
}


.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "PPRightGrotesk-WideRegular", Sans-serif;
    color: #7A7A7A;
    width: min(500px, 100%);
    margin: auto;
}

.contact-form label {
    font-size: 1rem;
}

.contact-form input[type=email] {
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #69727d;
    padding: 0.75rem;
    margin: 0;
    width: 100%;
}

.contact-form small {
    font-style: italic;
}

.contact-form input[type=submit] {
    border-style: solid;
    color: #000;
    border-color: #000; 
    border-width: 2px;
    background-color: var(--wp--preset--color--accent) !important;
    font-family: var(--wp--preset--font-family--right-grotesk-widemedium) !important;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    cursor: pointer;
}

.contact-form input[type=submit]:hover {
    color: var(--wp--preset--color--accent) !important;
    border-color: var(--wp--preset--color--accent) !important;
    background-color: #000 !important;
}

.contact-form > * {
    width: 100%;
    display: flex;
    flex-direction: column;
}