/*
 Theme Name:   TamTomy - Divi child
 Description:  Rozšíření a vylepšení DIVI šablony od TamTomy
 Author:       TamTomy
 Author URI:   https://www.tamtomy.cz/
 Template:     Divi
 Version:      1.3
*/

/* === FullHeight body === */
body {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

/* === Patička === */
.AppFooter {
    /* === Nastavení patičky === */
    /*
    --appFooter-color: #333;
    --appFooter-bg: #eee;
    --appFooter-logo-color: #fff;
    --appFooter-contentWidth: 980px;
     */
    /* ====== */

    background: var(--appFooter-bg, #eee);
    color: var(--appFooter-color, #000);
    padding: 1.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.24;
    margin-top: auto;
}
@media (max-width: 560px) {
    .AppFooter {
        padding: 1rem .75rem;
        line-height: 1;
    }
}

.AppFooter-inner {
    max-width: calc(var(--appFooter-contentWidth, 980px) + 2rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.AppFooter a {
    color: inherit;
    transition: opacity .24s ease;
}

.AppFooter a.u-inlineLink:hover {
    opacity: .4;
}

.AppFooter-copyright small {
    font-size: .625em;
    opacity: .64;
}

.AppFooter-agency {
    display: flex;
    align-items: center;
}

.AppFooter-agency span {
    margin-right: .625rem;
}
@media (max-width: 560px) {
    .AppFooter-agency span {
        display: none;
    }
}

.AppFooter-logo {
    display: flex;
    height: 2.5rem;
}
@media (max-width: 560px) {
    .AppFooter-logo {
        height: 2rem;
    }
}

.AppFooter-logo svg {
    width: auto;
    height: 100%;
}

.AppFooter-logo .c-brand {
    fill: var(--appFooter-logo-color, #163072);
}

.AppFooter-logo .c-accent {
    fill: var(--appFooter-logo-color, #E4003C);
}
