/* Fonts include here */
@import url("https://use.typekit.net/rwo2wsu.css");

/* Fonts end */

:root {
    --global--size-base: 10px;
    --global--border-size: 1px;
    --button--border-size: 1px;
    --button--padding-block: 1em;
    --button--padding-inline: 3em;
    --button--border-radius: 0rem;
    --text--line-height: 1.5;
    --heading--line-height: 1.1;
    --site-header--height: 8rem;
    --navigation--button-size: 40px;

    --event--color: var(--wp--preset--color--primary-dark);

    --icon--short-arrow: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" aria-hidden="true" focusable="false" style="height: 1em; width: 1em;"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5" stroke="currentColor"></path></svg>');
    --icon--long-arrow: url('data:image/svg+xml,<svg viewBox=\"0 0 57 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M55.7574 8.81086C56.1479 8.42034 56.1479 7.78718 55.7574 7.39665L49.3934 1.03269C49.0029 0.642166 48.3697 0.642166 47.9792 1.03269C47.5887 1.42321 47.5887 2.05638 47.9792 2.4469L53.6361 8.10376L47.9792 13.7606C47.5887 14.1511 47.5887 14.7843 47.9792 15.1748C48.3697 15.5654 49.0029 15.5654 49.3934 15.1748L55.7574 8.81086ZM0.619141 9.10376L55.0503 9.10376L55.0503 7.10376L0.61914 7.10376L0.619141 9.10376Z\" fill=\"currentColor\"/></svg>');
    --icon--download: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 15.1001V19.7668C22 20.3856 21.7542 20.9791 21.3166 21.4167C20.879 21.8543 20.2855 22.1001 19.6667 22.1001H3.33333C2.71449 22.1001 2.121 21.8543 1.68342 21.4167C1.24583 20.9791 1 20.3856 1 19.7668V15.1001M5.66667 9.26676L11.5 15.1001M11.5 15.1001L17.3333 9.26676M11.5 15.1001V1.1001" stroke="white" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/**
*  Scale website for bigger displays with pixel ratio: 1
*  
*/

@media only screen and (min-width: 1921px) {
    :root {
        --global--size-base: 11.25px;
    }
}

@media only screen and (min-width: 2241px) {
    :root {
        --global--size-base: 12.5px;
    }
}

@media only screen and (min-width: 2561px) {
    :root {
        --global--size-base: 13.75px;
    }
}

@media only screen and (min-width: 2881px) {
    :root {
        --global--size-base: 15px;
    }
}

@media only screen and (min-width: 3201px) {
    :root {
        --global--size-base: 16.25px;
    }
}

@media only screen and (min-width: 3521px) {
    :root {
        --global--size-base: 17.5px;
    }
}

@media only screen and (min-width: 3841px) {
    :root {
        --global--size-base: 20px;
    }
}

@media only screen and (min-width: 5760px) {
    :root {
        --global--size-base: 30px;
    }
}

@media only screen and (min-width: 7680px) {
    :root {
        --global--size-base: 40px;
    }
}

html {
    font-size: var(--global--size-base);
    scroll-behavior: smooth;
    scroll-padding-top: 18rem;
    overflow-x: hidden;
}

a {
    text-underline-offset: 0.15em;
}


/* załączniki plików */
.wp-block-file__content-wrapper {
    display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 2rem;
}
.wp-block-file__button-richtext-wrapper {background: none; margin: 0 !important; padding: 0;}

/* poprawka dla obrazków */
.wp-block-image img {
    vertical-align: middle;
}
/* kadence arrows outside container override */
.wp-block-kadence-advancedgallery {
    margin: 0 4rem;
    overflow: visible !important;
}
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel {
    overflow: visible !important;
}
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel .kt-blocks-carousel {
    overflow: visible !important;
}
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel .kt-blocks-carousel .splide__arrows {
    position: absolute;
    width: calc(100% + 10rem);
    max-width: unset;
    z-index: 100;
    left: -5rem;
    top: 50%;    
}
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel .kt-blocks-carousel .splide__arrows .splide__arrow {
    font-size: 2rem;
}
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel .kt-blocks-carousel .splide__arrows .slick-next:before,
.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-carousel .kt-blocks-carousel .splide__arrows .slick-prev:before {
    content: var(--icon--short-arrow) !important;
}
