/*
Theme Name: تاچی منو
Theme URI: https://touchy.wptrace.ir/
Author: ردپای وردپرس
Author URI: https://wptrace.ir/
Description: این پوسته به صورت اختصاصی برای پیش نمایش افزونه تاچی توسط ردپای وردپرس طراحی شده است و تمامی دموهای تاچی با استفاده از این پوسته قابل پیاده سازی می‌باشد.
Requires at least: 6.7
Requires PHP: 7.2
Version: 0.2.0
Text Domain: touchy
Tags: تاچی
*/

:root {
    --tr-font-family: IRANYekanX;
    --tr-body-background-color: #161519;
    --tr-container-max-width: 980px;
    --tr-placeholder-background-color: #201F24;
    --tr-placeholder-border-radius: 5px;
    --tr-placeholder-height: 350px;
    --tr-placeholder-md-height: 200px;
    --tr-placeholder-sm-height: 175px;
    --tr-placeholder-xs-height: 100px;
}

@font-face {
    font-family: IRANYekanXVF;
    src: url('fonts/IRANYekanXVF.woff') format('woff-variations'), url('fonts/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url('fonts/IRANYekanX-Regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('fonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: 700;
}

body {
    font-family: var(--tr-font-family), serif;
    background-color: var(--tr-body-background-color);
    height: var(--tr-body-height);
}

@supports (font-variation-settings: normal) {
    body {
        font-family: var(--tr-font-family), serif;
        -moz-font-feature-settings: "ss02";
        -webkit-font-feature-settings: "ss02";
        font-feature-settings: "ss02";
    }
}

.container {
    max-width: var(--tr-container-max-width);
    margin-top: var(--tr-container-margin-top);
    margin-bottom: 25px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.mb-\[10px\] {
    margin-bottom: 10px;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.px-\[3px\] {
    padding-right: 3px;
    padding-left: 3px;
}

.gap-\[10px\] {
    gap: 10px;
}

.basis-\31\/3 {
    width: 33.33%;
}

.basis-\32\/3 {
    width: 66.67%;
}

.basis-full {
    width: 100%;
}

.top-\[20px\] {
    top: 20px;
}

.top-\[25px\] {
    top: 25px;
}

.top-\[32px\] {
    top: 32px;
}

.bottom-\[15px\] {
    bottom: 15px;
}

.right-\[30px\] {
    right: 30px;
}

.right-\[105px\] {
    right: 105px;
}

.right-\[145px\] {
    right: 145px;
}

.left-\[15px\] {
    left: 15px;
}

.left-\[45px\] {
    left: 45px;
}

.width-\[25px\] {
    width: 25px;
}

.width-\[30px\] {
    width: 30px;
}

.width-\[35px\] {
    width: 35px;
}

.width-\[45px\] {
    width: 45px;
}

.width-\[65px\] {
    width: 65px;
}

.width-\[100px\] {
    width: 100px;
}

.height-\[4px\] {
    height: 4px;
}

.height-\[6px\] {
    height: 6px;
}

.height-\[8px\] {
    height: 8px;
}

.placeholder {
    position: relative;
    border-radius: var(--tr-placeholder-border-radius);
    height: var(--tr-placeholder-height);
    background-color: var(--tr-placeholder-background-color);
}

.placeholder-sm {
    height: var(--tr-placeholder-sm-height);
}

.placeholder-xs {
    height: var(--tr-placeholder-xs-height);
}

.placeholder-img:before {
    content: '';
    background-image: var(--tr-placeholder-inage);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.placeload {
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 8%, hsla(0, 0%, 100%, .12) 18%, hsla(0, 0%, 100%, .1) 33%);
    background-size: 1200px 104px;
    animation: tr-placeload 1s linear infinite forwards;
}

.placeload-static {
    background: #201F24;
    animation: unset;
}

@keyframes tr-placeload {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@media only screen and (max-width: 550px) {
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:basis-full {
        width: 100%;
    }
    .sm\:placeholder-md {
        height: var(--tr-placeholder-md-height);
    }
    .sm\:placeholder-sm {
        height: var(--tr-placeholder-sm-height);
    }
}
