/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1749775284
Updated: 2025-06-13 00:41:24

*/

.wc-block-components-address-form__state,
.wc-block-components-state-input,
.wc-block-components-address-form__address_2, #shipping-address_2,
.wc-block-components-country-input{
  display: none !important;
}

.woocommerce-checkout .wp-block-post-title{
     max-width: inherit !important;
}
h1 a, h2 a, h3 a, h4 a{
    text-decoration: none;
}

.woocommerce.wc-block-catalog-sorting select.orderby,
.ninja-forms-field{
    background: transparent;
    border: 1px solid #cdcdcb;
    padding: 10px;
    border-radius: 9px;
}

.thin-hery{
        margin-top: 0;
}
.thin-hero h2{
    margin-left: 0 !important   ;
}
body.home .thin-hero, body.home #hero-spacer{
    display: none;
}

@media (max-width: 768px) {
    .unity-center{
        margin: 0 auto !important;
        display: block !important;
        text-align: center;
    }
    .afterpay-col{
        display:none;
    }
    .unity-mobile-nav{
            display: inline-flex !important ;
    }
}

/** Ninja Forms */ 
.nf-field-element input {
    padding: 1.5em .5em .5em;
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
}
.nf-field-element textarea{
    background: white;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    font-size: 1em;
    font-family: inherit;
}

#nf-field-4{
    background-color: var(--wp--preset--color--custom-flame-orange);
    border-width: 0;
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    line-height: inherit;
    
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
        height: auto;
    padding: 1em;
    width: 50%;
}
#nf-field-4:hover{
    background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
    border-color: transparent;
    color: var(--wp--preset--color--base);
    }