.tsf-footer {
    position: relative;
    border-top: 1px solid #D0D8E8;
    background: #ffffff;
}
.tsf-footer a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsf-footer-wrap {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 47px 20px 36px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.tsf-left {
    width: 46%;
}
.tsf-right {
    width: 40%;
}
.tsf-logo {
    margin-bottom: 49px;
}
.tsf-logo-image {
    display: block;
    max-width: 212px;
    margin: 0 auto 0 0;
}

.tsf-menu {}
.tsf-menu .menu-secondary-menu-container {}
.tsf-menu .menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tsf-menu .menu-item {
    width: 28%;
    margin: 0 12px 0 0;
}
.tsf-menu .menu-item:not(:last-child) {
    margin-bottom: 16px;
}
.tsf-menu .menu-item a {
    font-size: 16px;
    line-height: 1.28em;
    color: #000000;
    text-decoration: none;
}
.tsf-menu .menu-item a:hover {
    color: #3A2BE8;
}

.tsf-sub {}
.tsf-sub .ft_chimp {
    border-radius: 12px;
    background: #F1F5FF;
    color: #000000;
    padding: 20px 20px;
    max-width: 400px;
    margin: 0 0 0 auto;
}
.tsf-sub h3 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    max-width: 376px;
    margin: 0 auto 12px auto;
}
.tsf-sub p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 12px;
    text-align: center;
}
.tsf-sub input[type="email"] {
    display: block;
    width: 100%;
    max-width: 376px;
    margin: 0 auto 12px auto;
    background: #ffffff;
    border: 1px solid #DEEBFF;
    border-radius: 6px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    padding: 14px 10px;
    box-sizing: border-box;
}
.tsf-sub input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 376px;
    margin: 0 auto 3px auto;
    background: #000000;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 16px 10px;
    box-sizing: border-box;
}

.tsf-copyright {
    position: relative;
    border-top: 1px solid #D0D8E8;
}
.tsf-copyright-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 10px 20px;
    min-height: 79px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.tsf-copyright-text {
    font-size: 16px;
    line-height: 1.2em;
    word-break: normal;
    color: #000000;
}
.tsf-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}
.tsf-socials a:not(:last-child) {
    margin-right: 8px;
}
.tsf-socials i {
    color: #D0D8E8;
    font-size: 20px;
}
.tsf-socials a:hover i {
    color: #3A2BE8;
}
.tsf-dmca {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}
.tsf-dmca img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 30px;
}
.tsf-socials .tsf-dmca a {
    margin-right: 0;
}
@media (max-width: 1200px){
    .tsf-left {
        width: 54%;
    }
    .tsf-menu .menu-item {
        width: 48%;
    }
    .tsf-menu .menu-item {
        margin: 0 2% 0 0;
    }
}
@media (max-width: 768px){
    .tsf-footer-wrap {
        flex-wrap: wrap;
    }
    .tsf-left, .tsf-right {
        width: 100%;
    }
    .tsf-left {
        margin-bottom: 20px;
    }
    .tsf-sub .ft_chimp {
        margin: 0 auto;
    }
    .tsf-copyright-wrap {
        flex-wrap: wrap;
    }
    .tsf-copyright-text {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .tsf-socials {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tsf-dmca {
        width: 100%;
        margin: 0 auto 20px auto;
        justify-content: center;
    }
}
@media (max-width: 325px){}