:root {
    --themeColor: #ff0000;
    --themeHoverColor: #ff0000;
    --tof-footer-default-padding: 60px;
    --site-footer-maxed-width: 1500px;
    --tof-footer-bg: #f9f9f9;
    --tof-footer-logo-color: #222;
    --tof-footer-des-color: #555;
    --tof-footer-inter-head: #222;
    --tof-footer-inter-list-color: #555;
    --tof-footer-social-icons-color: #333
}

[data-theme=dark] {
    --tof-footer-bg: #1A1C21;
    --tof-footer-des-color: #999;
    --tof-footer-logo-color: #eee;
    --tof-footer-inter-head: #eee;
    --tof-footer-inter-list-color: #999;
    --tof-footer-social-icons-color: #aaa
}

footer.footer {
    overflow: hidden;
    width: 100% !important;
    display: block;
    color: black;
    font-size: 16px;
    padding: 30px 10px;
    text-align: center;
}

footer.footer a {
    color: var(--themeColor);
    text-decoration: none;
}

.tof-footer-section-wrapper {
    background: var(--tof-footer-bg)
}

.tof-footer-section {
    margin: 25px 0 0 0;
    max-width: var(--site-footer-maxed-width);
    margin: auto;
    padding: 35px var(--tof-footer-default-padding) 25px var(--tof-footer-default-padding);
    display: flex;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    box-sizing: border-box;
    justify-content: space-between
}

.tof-footer {
    margin: 25px 0 0 0;
    max-width: var(--site-footer-maxed-width);
    padding: 35px var(--tof-footer-default-padding) 25px var(--tof-footer-default-padding);
    display: flex;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    box-sizing: border-box;
    justify-content: space-between
}

.tof-footer-site-info {
    max-width: 380px
}

.tof-footer-site-info-name-wrapper {
    display: flex;
    align-items: center
}

.tof-footer-site-info-name {
    margin-left: 8px;
    font-family: Inter, sans-serif !important;
    font-weight: 500;
    color: var(--tof-footer-logo-color)
}

.tof-footer-site-info-des {
    font-size: 15px;
    color: var(--tof-footer-des-color);
    line-height: 23px;
    margin: 10px 0 0 0
}

.tof-footer-site-info-social-links {
    display: flex;
    align-items: center;
    color: var(--tof-footer-social-icons-color)
}

.tof-footer-site-info-social-links b {
    font-weight: 500;
    font-size: 15px
}

.tof-footer-social-link {
    width: 20px;
    height: 20px;
    margin: 10px 15px 10px 0
}

.tof-footer-site-info-copyright {
    font-size: 15px;
    color: var(--tof-footer-des-color)
}

.tof-footer-site-interaction {
    flex: 1;
    max-width: 700px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 37px
}

.tof-footer-site-interaction-section {
    margin: 0
}

.tof-footer-site-interaction-section-head {
    font-size: 16px;
    color: var(--tof-footer-inter-head);
    margin: 0 0 10px 0
}

.tof-footer-site-interaction-section li {
    display: block;
    margin: 8px 0
}

.tof-footer-site-interaction-section li a {
    font-size: 14px;
    color: var(--tof-footer-inter-list-color);
    text-decoration: none;
    cursor: pointer
}

.tof-footer-site-interaction li a:hover {
    color: var(--themeHoverColor)
}

@media only screen and (max-width: 1500px) {
    .tof-footer-site-interaction {
        max-width: 700px
    }
}

@media only screen and (max-width: 1350px) {
    .tof-footer-site-interaction {
        max-width: 600px
    }
}

@media only screen and (max-width: 1200px) {

    .tof-footer-site-info-name-wrapper,
    .tof-footer-site-info-social-links {
        justify-content: center
    }

    .tof-footer-section {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .tof-footer-site-interaction {
        max-width: 100%;
        width: 700px;
        text-align: left;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 35px;
        margin-right: 0;
        justify-content: space-between
    }
}

@media only screen and (max-width: 550px) {
    :root {
        --tof-footer-default-padding: 30px
    }
}

@media only screen and (max-width: 500px) {
    .tof-footer-site-interaction {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .tof-footer-site-interaction-section {
        margin: 0 0 25px 0
    }

    .tof-footer-site-interaction-section:nth-child(1) {
        margin-right: 20px
    }

    .tof-footer-site-interaction-section:nth-child(3) {
        margin-left: 20px
    }
}

@media only screen and (max-width: 360px) {
    .tof-footer-site-interaction-section:nth-child(2) {
        margin-right: 20px
    }

    .tof-footer-site-interaction-section:nth-child(3) {
        margin-left: 0
    }
}