/*
Theme Name: ATWoo TTF
Author: ATDev
Author URI: https://tretiak.org
Template: twentytwentyfive
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.
Requires at least: 6.7
Tested up to: 6.8.1
Requires PHP: 7.4
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atwoottf
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
*/

/* tmp */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.has-fira-code-font-family {
    /*     font-family: var(--wp--preset--font-family--fira-code) !important; */
    font-family: "Spectral", serif !important;
}

.wc-block-components-product-image.wc-block-grid__product-image.wc-block-components-product-image--aspect-ratio-auto.wp-block-woocommerce-product-image {
    display: none;
}

.wc-block-components-order-summary-item__image img {
    display: none;
}

.wp-block-woocommerce-product-filter-clear-button {
    display: none;
}

.hide {
    display: none !important;
}

div#download-container {
    display: none;
}

.woocommerce.wp-block-breadcrumbs.wc-block-breadcrumbs {
    /*     display: none; */
}

body.logged-in.admin-bar .site-header {
    margin-top: 2rem;
}

nav.woocommerce-breadcrumb a::after {
    content: " / ";
    color: #999;
    position: absolute;
    right: -.7em;
}

nav.woocommerce-breadcrumb {
    color: #999;
}

nav.woocommerce-breadcrumb a {
    color: initial;
    position: relative;
    margin-right: 1em;
}

nav.woocommerce-breadcrumb a:hover {
    border-bottom: 1px dotted;
}

html.modal-open {
    overflow-y: hidden;
}

body.woocommerce-shop li.is-front-page-link {
    display: none;
}

ul.wc-block-product-template.wp-block-woocommerce-product-template li.wc-block-product .wc-block-components-product-button {
    /* 	display: none; */
}

/*  */

*,
::before,
::after {
    box-sizing: border-box;
}

input:autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fefaf6 inset !important;
}

:root :is(h1, h2, h3, h4, h5, h6, .spectral) {
    font-family: "Spectral", serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #2B2A29;
    /* 	font-size: 14px; */
}

body>.wp-site-blocks {
    overflow-x: hidden;
}

ul {
    list-style: disc;
    padding-left: 1.1em;
}

ul li::marker {
    color: #777B56;
}

body.post-type-archive-product header.wp-block-template-part {
    /*     background-color: #2b2a29;
    color: #fefaf6; */
}

.hello {
    margin-top: 0;
}

/* .wp-block-columns.is-layout-flex {
    max-width: 1080px;
} */

:root :where(.wp-element-button, .wp-block-button__link),
:root .wp-block-jetpack-button>.wp-block-button__link,
:root :where(.wp-element-button, .wp-block-button__link) {
    min-height: auto;
    padding-top: .5rem;
    padding-right: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
}

:root .is-style-outline :where(.wp-element-button, .wp-block-button__link),
:root .is-style-outline .wp-block-jetpack-button>.wp-block-button__link,
:root .is-style-outline :where(.wp-element-button, .wp-block-button__link) {
    padding-top: calc(.5rem - 2px);
    padding-right: calc(1.25rem - 2px);
    padding-bottom: calc(.5rem - 2px);
    padding-left: calc(1.25rem - 2px);
}

.wp-block-woocommerce-product-price {
    margin-bottom: 0 !important;
}

/* .end tmp */
body:not(.product) h1.wp-block-post-title {
    /*     text-align: center; */
}

:root .wp-block-file *+.wp-block-file__button,
.contact-form-submission .go-back-message a.link,
.button,
button {
    color: inherit;
    background: transparent none;
    outline: none;
    border: 2px solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: .5rem;
    padding-right: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.contact-form-submission .go-back-message a.link {
    width: max-content;
}

.contact-form-submission {
    border-bottom: 1px solid currentColor;
    border-top: none;
    margin-bottom: 2em;
    padding: 0.5em 1em;
}

/* SITE HEADER */
main#wp--skip-link--target {
    margin-top: 110px !important;
}

header.wp-block-template-part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: ease transform .5s;
    -moz-transition: ease transform .5s;
    -ms-transition: ease transform .5s;
    -o-transition: ease transform .5s;
    transition: ease transform .5s;
}

body:not(.logged-in.admin-bar.customize-support) .site-header.sticky {
    -webkit-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
}

.wp-block-site-logo img.custom-logo {
    width: 158px;
}

@media screen and (max-width: 781px) {
    .is-reverce.wp-block-columns {
        flex-direction: column-reverse;
    }

    main#wp--skip-link--target {
        margin-top: 93px !important;
    }

    .wp-block-site-logo img.custom-logo {
        width: 120px;
    }

    ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
        row-gap: .5rem !important;
        padding-top: .5rem !important;
        padding-right: 0 !important;
    }

    li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu>a.wp-block-navigation-item__content {
        pointer-events: none;
        opacity: .6;
    }

}

@media screen and (max-width: 781px) and (min-width: 601px) {
    .wp-site-blocks>header .get-consultation {
        width: 149px;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-navigation__responsive-container {
        height: 100vh;
    }
}