/* Footer מינימליסטי */

.tw-footer {
    padding-top: 40px;
    padding-bottom: 24px;
    background-color: #f3ece4;
    color: #2d211a;
    border-top: 1px solid #e5dcd4;
    text-align: center;
}

.tw-footer-brand strong {
    display: block;
    font-size: 21px;
}

.tw-footer-brand span {
    display: block;
    margin-top: 3px;
    color: #7e6d63;
    font-size: 12px;
}

.tw-footer-navigation {
    margin-top: 26px;
}

.tw-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tw-footer-menu li {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.tw-footer-menu a {
    color: #4e382b;
    font-size: 14px;
    text-decoration: none;
}

.tw-footer-menu a:hover {
    text-decoration: underline;
}

.tw-footer-notice {
    margin-top: 24px;
    color: #7e6d63;
    font-size: 13px;
}

.tw-footer-copyright {
    margin-top: 28px;
    margin-bottom: 0;
    padding-top: 20px;
    color: #8a7b72;
    border-top: 1px solid #ded4cc;
    font-size: 11px;
}

@media screen and (min-width: 768px) {

    .tw-footer-menu li {
        display: inline-block;
        margin-right: 16px;
        margin-left: 16px;
    }
}