.site-footer {
    background: #ba9b86;
    width: 100%;
    padding: 40px 0;
}

.site-footer .footer-menus {
    align-items: flex-start;
}

@media (min-width: 769px) and (max-width: 1023px) {
    .site-footer .footer-menus {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .site-footer .footer-menus {
        flex-wrap: wrap
    }
}

.site-footer .footer-menus .footer-menu {
    width: auto;
    margin-right: 1rem;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .site-footer .footer-menus .footer-menu {
        width: 50%;
        margin-right: 0
    }
}

@media (max-width: 565px) {
    .site-footer .footer-menus .footer-menu {
        width: 100%;
        margin: 0
    }
}

.site-footer .footer-menus .footer-menu._subscribe {
    margin-right: 0
}

@media (min-width: 769px) and (max-width: 1023px) {
    .site-footer .footer-menus .footer-menu._subscribe {
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .site-footer .footer-menus .footer-menu._subscribe {
        margin-top: 0.5rem
    }
    .site-footer .footer-menus .footer-menu._subscribe .title {
        display: none
    }
}

.site-footer .footer-menus .footer-menu._subscribe #mc-embedded-subscribe-form {
    height: auto;
    border: 1px solid #fff
}

.site-footer .footer-menus .footer-menu._subscribe .subscribe {
    display: block;
    width: 100%
}

.site-footer .footer-menus .footer-menu._subscribe .subscribe input {
    display: block;
    background: #ba9b86;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #fff;
    outline: none;
    width: 100%;
    font-size: 0.8rem;
    height: 100%;
    border: none
}

@media (max-width: 565px) {
    .site-footer .footer-menus .footer-menu._subscribe .subscribe input {
        font-size: 1rem
    }
}

.site-footer .footer-menus .footer-menu._subscribe .subscribe input::placeholder {
    color: #fff;
    text-transform: uppercase
}

.site-footer .footer-menus .footer-menu .title {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    justify-content: space-between
}

.site-footer .footer-menus .footer-menu .title span {
    display: block;
    color: #fff;
    font-size: 0.7rem
}

@media (max-width: 767px) {
	.site-footer .footer-menus .footer-menu .title {
        text-align: center;
        padding: 1rem 0;
        border-bottom: 0.1rem solid #f1f1f1;
        margin-bottom: 0
    }

    .site-footer .footer-menus .footer-menu .title span {
        font-size: 1rem;
        white-space: nowrap
    }
}

.site-footer .footer-menus .footer-menu .title .toggle {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem
}

@media (max-width: 565px) {
    .site-footer .footer-menus .footer-menu .title .toggle {
        display: block
    }
}

.site-footer .footer-menus .footer-menu .title .toggle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff
}

.site-footer .footer-menus .footer-menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 565px) {
    .site-footer .footer-menus .footer-menu ul {
        text-align: left;
        display: none
    }
    .site-footer .footer-menus .footer-menu ul._is-active {
        display: block
    }
}

.site-footer .footer-menus .footer-menu ul li {
    margin: 0.25rem 0
}

@media (max-width: 565px) {
    .site-footer .footer-menus .footer-menu ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #fff
    }
}

.site-footer .footer-menus .footer-menu ul li a {
    color: #fff;
    font-size: 0.7rem;
	display: block
}

@media (max-width: 767px) {
    .site-footer .footer-menus .footer-menu ul li a {
        font-size: 1rem
    }
}

.site-footer .social-icons {
    height: 1.5rem;
    margin: 0.5rem 0
}

@media (max-width: 565px) {
    .site-footer .social-icons {
        height: auto;
        margin: 1rem auto
    }
}

.site-footer .social-icons a {
    display: block;
    margin: 0 auto
}

.site-footer .social-icons .icon {
    width: 27px;
    height: 27px;
    margin-right: 0.5rem;
	background-repeat: no-repeat;
}

.tps-aboutus-social-icons .icon {
    width: 27px;
    height: 27px;
    margin-right: 0.5rem;
	display: inline-block;
}

.site-footer .social-icons .icon._facebook {
	width: 20px;
	background: url('/resources/svg/facebook.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer .social-icons .icon._twitter {
	width: 33px;
	background: url('/resources/svg/twitter.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer .social-icons .icon._pinterest {
	background: url('/resources/svg/pinterest.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer .social-icons .icon._google {
    width: 40px;
	background: url('/resources/svg/google.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer .social-icons .icon._instagram {
	width: 40px;
    margin-right: 0;
	background: url('/resources/svg/instagram.svg') no-repeat;
}

.site-footer .bottom {
    margin-top: 1rem
}

@media (max-width: 565px) {
    .site-footer .bottom {
        margin-top: 0
    }
}

.site-footer .bottom .layout {
    justify-content: space-between;
    align-items: flex-end
}

.site-footer .bottom .left .address {
    margin: 0;
    font-size: 0.6rem;
    color: #fff;
}

@media (max-width: 767px) {
	.site-footer .bottom .layout {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .site-footer .bottom .left {
        order: 2;
        width: 100%;
        text-align: center
    }

    .site-footer .bottom .left .address {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
        font-size: 0.8rem
    }
}

.site-footer .badges {
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width: 565px) {
    .site-footer .badges {
        margin-bottom: 1rem
    }
}

.site-footer .badges .badge {
    position: relative;
    width: auto;
    margin: 0 1rem
}

.site-footer .badges .badge img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    max-width: 4rem
}

.site-footer .badges .badge iframe {
    appearance: none;
    border: none;
    height: 64px;
    width: 165px
}

.site-footer .bottom .right .copyright p {
    margin: 0;
    color: #fff;
    font-size: 0.6rem
}

.site-footer .privacy-sitemap {
    margin-top: 1rem;
    text-align: right
}

.site-footer .privacy-sitemap a {
    color: #fff;
    font-size: 0.6rem
}

@media (max-width: 767px) {
	.site-footer .bottom .right {
        order: 3
    }

	.site-footer .bottom .right .copyright p {
        font-size: 0.8rem
    }

	.site-footer .privacy-sitemap {
        margin: 1rem auto;
        text-align: center
    }

    .site-footer .privacy-sitemap a {
        font-size: 0.8rem
    }
}

.site-footer .privacy-sitemap .divider {
    margin: 0 0.25rem;
    height: 0.5rem;
    width: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: baseline
}
