/*
Theme Name: ZPD
Theme URI: 
Author: Tomas Klima
Author URI: 
Description: Šablona pro web Zahrada pro duši
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zpd
Tags: 
*/

:root {
    --padding-s: clamp(0rem, calc(1.8rem - 2vw), 1rem);
}


h1, .head-01,
h2, .head-02,
h3, .head-03,
h4, .head-04,
h5, .head-05,
h6, .head-06 {
    font-family: 'Botanika', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 0;
}

.head-01,
h1 {
    font-size: clamp(2.5rem, 1.8333rem + 3.3333vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: clamp(0.75rem, calc(0.679rem + 0.357vw), 1rem);
}

.head-02,
h2 {
    font-size: clamp(2.125rem, 0.714vw + 1.982rem, 2.625rem);
    letter-spacing: -1.2px;
    margin-bottom: clamp(0.75rem, calc(0.679rem + 0.357vw), 1rem);
}

.head-03,
h3 {
    font-size: clamp(2rem, 0.357vw + 1.929rem, 2.25rem);
    letter-spacing: -0.5px;
    margin-bottom: clamp(0.75rem, calc(0.714rem + 0.179vw), 0.875rem);
}

.head-04,
h4 {
    font-size: clamp(1.875rem, 0.179vw + 1.839rem, 2rem);
    letter-spacing: -0.5px;
    margin-bottom: clamp(0.625rem, calc(0.554rem + 0.357vw), 0.875rem);
}

.head-05,
h5 {
    font-size: clamp(1.625rem, 0.179vw + 1.589rem, 1.75rem);
    margin-bottom: clamp(0.625rem, calc(0.589rem + 0.179vw), 0.75rem);
}

.head-06,
h6 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
}

.copy-00 {
    font-size: clamp(0.75rem, 0.357vw + 0.679rem, 1rem);
    line-height: 1.25em;
    margin-bottom: 0;
    margin-top: 0;
}

.copy-01 {
    font-size: clamp(1rem, 0.179vw + 0.964rem, 1.125rem);
    line-height: 1.333em;
    margin-bottom: clamp(0.25rem, calc(0.214rem + 0.179vw), 0.375rem);
    margin-top: 0;
}

.copy-02,
p,
li {
    font-size: clamp(1.125rem, 0.179vw + 1.089rem, 1.25rem);
    line-height: 1.4em;
    margin-bottom: clamp(0.375rem, calc(0.339rem + 0.179vw), 0.5rem);
    margin-top: 0;
}

.copy-03 {
    font-size: clamp(1.25rem, 0.357vw + 1.179rem, 1.5rem);
    line-height: 1.333em;
    margin-bottom: clamp(0.625rem, calc(0.589rem + 0.179vw), 0.75rem);
    margin-top: 0;
}

ul,
ol {
    padding-inline-start: 2rem;
}

li {
    margin-bottom: 0;
}

.rounded-32px {
    border-radius: 2rem;
}

a {
    color: var(--wp--preset--color--custom-pismo-dark-1);
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: var(--wp--preset--color--custom-pismo-dark-1);
    text-decoration: none;
}

.page-styles-cpdp .btn-download,
.btn-download {
    color: var(--wp--preset--color--custom-white);
}


// Legacy CSS - to be removed in future versions
.w72 {
    height: auto;
    width: 72px;
}
.py-28 {
    padding-bottom: 7rem;
    padding-top: 7rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.mb-12 {
    margin-bottom: 3rem
}
.mb-32 {
    margin-bottom: 2rem
}
.mb-64 {
    margin-bottom: 4rem
}
.max-w-2xl {
    max-width: 42rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.border-radius-m {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: auto;
    border-radius: 20px
}

/* Overrides */
.zpd-top-nav .gb-overlay--width-full {
    transform: none !important;
}

.zpd-top-nav .gb-menu-link {
    position: relative;
    z-index: 999999;
}