.footer-wrapper {
    background: #797D82;
}
footer {
    padding: 20px 15px;
}
.footer-social {
    display: flex;
    /* justify-content: space-between; */
    padding: 0;
    /* margin: 0 auto; */
    /* width: 80%; */
    flex-wrap: wrap;
}
.footer-social li {
    list-style-type: none;
    width: 33.33%;
    flex-shrink: 0;
    margin: 10px 0;
}
.footer-social li img {
    /* width: 50px; */
}
.footer-social-icons {
    max-width: 145px;
    flex-shrink: 0;
    margin-right: 60px;
}
.footer-links {
    margin-top: 20px;
}
.footer-bottom .footer-mb-logo {
    margin-bottom: 10px;
}
.footer-bottom p {
    font-size: 13px;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-bottom {
    text-align: center;
    color: #fff;
    flex-grow: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}
.footercol-title {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    padding: 13px 0 8px;
    display: flex;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 0;
    white-space: nowrap;
}
.footercol-title a {
    color: #F9F8F6 !important;
    text-decoration: none;
}
.footercol-title span {
    background: url(/Thomasville/images/global/sprite_image_mobile.png) no-repeat -44px -250px;
    display: inline-block;
    width: 23px;
    height: 21px;
    margin-left: auto;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
.footercol-title span.expand {
    background: url(/Thomasville/images/global/sprite_image_mobile.png) no-repeat -44px -271px;
    height: 8px;
    margin-top: 5px;
}
.footer-links li a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 13px;
}
.footer-links li a:hover {
    text-decoration: underline;
}
.footer-links .footer-link-list {
    display: none;
    margin-top: 10px;
}
.footer-col3 {
    margin-top: 50px;
}
.footer-col3 img {
    display: block;
    margin: 0 auto 15px;
    width: 135px;
}
.footer-col3 p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}
.footer-col3 a {
    color: inherit;
    text-decoration: none;
}
.footer-col3 span {
    margin-top: 30px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    display: block;
}
.mobile-footer-logo, .hd-text-mobile {
    display: none;
}
.footer-privacy-choice {
    width: 200px;
    overflow: hidden;
}
.footer-privacy-choice img {
    width: 40px;
    vertical-align: middle;
    height: auto;
    margin: -2px 5px 0 0;
    display: inline;
}

.footer-privacy-choice a {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 400;
    font-size: 13px;
    float: left;
    margin-left: -2px;
}
.footer-privacy-choice a:hover {
    cursor: pointer;
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}
@media (min-width: 768px) {
    footer {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
    }
    .footer-social {
        /* max-width: 293px; */
    }
    .footer-links .footer-link-list {
        display: block;
        margin-bottom: 50px;
    }
    .footer-links {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .footer-links div {
        width: 33.33%;
    }
    .footer-col3 {
        width: 100%;
    }
    .footercol-title {
        border-bottom: none;
        margin-top: 0;
    }
    .footercol-title span {
        display: none;
    }
}
@media (max-width: 768px) {
    .footercol-title {
        pointer-events: none;
    }
    .footer-social-icons {
        flex-direction: column;
    }

    .footer-privacy-choice {
        padding: 10px 0;
    }
    .footer-social-icons {
        display: flex;
        max-width: none;
    }

    .footer-social {
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
    }

    .footer-social {
        margin-left: 30%;
    }

    .footer-links {
        justify-content: start;
    }
}
@media (max-width: 767px) {
    .footer-social-icons .footer-mb-logo, .hd-text-img {
        display: none;
    }
    .footer-social-icons { 
        margin-right: 0;
    }
    footer .footer-social {
        margin-left: 0;
    }
    footer .footer-social li {
        padding: 12px 20.5px;
    }
    .footer-social li {
        text-align: center;
        margin-left: 10px;
    }
    footer .footer-social li:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    footer .footer-social li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    .mobile-footer-logo {
        display: block;
        text-align: center;
        padding: 30px 0;
    }
    .footer-bottom {
        padding-top: 20px;
        border-top: 1px solid #878a8f;
    }
    .hd-text-mobile {
        display: block;
    }
    .footer-hd-logo {
        width: 43px;
        height: 43px;
    }
    .pinterest-feed {
        margin-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
    }
    .footercol-title.active-footer-link {
        border-bottom: none;
        padding-bottom: 0
    }
    .footer-links  .footer-link-list {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }
}
@media (max-width: 400px) { 
    footer .footer-social li {
        padding: 12px 17px;
    }
}
@media (max-width: 370px) { 
    footer .footer-social li {
        padding: 12px 15px;
    }
}
@media (max-width: 359px) { 
    footer .footer-social li {
        padding: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer-social {
        margin-bottom: 50px;
    }
    .footer-col3 {
        margin-top: 0;
    }
    .footer-social {
        margin-left: 0;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    footer .footer-links {
        width: 100%;
        max-width: 100%;
    }
    .footer-social {
        flex-wrap: nowrap;
        margin-left: 100px;
        margin-top: 0;
    }
    .footer-social li {
        margin-left: 10px;
        text-align: right !important;
    }
    footer .footer-social-icons {
        display: flex;
        width: calc(100% - 40px);
        flex-direction: row;
        margin-bottom: 30px;
        min-width: 100%;
        align-items: center;
    }
    .footer-social {
        flex-grow: 1;
        margin: 0;
    }
    .footer-privacy-choice {
        margin-left: auto;
    }
 
    .footer-social li {
        width: 10%;
    }
}
@media (min-width: 1200px) {
    footer {
        flex-wrap: wrap;
        flex-shrink: 0;
        flex-grow: 0;
        padding: 50px 100px 15px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-social {
        /* max-width: none; */
        /* flex-direction: column; */
        /* max-width: 50px; */
        /* margin-right: 90px; */
        /* height: 300px; */
        margin-top: 30px;
    }
    .footer-links {
        width: calc(100% - 205px);
        flex-wrap: nowrap;
    }
    .footer-col3 {
        width: auto;
        margin-top: 108px;
    }
    .footer-col3 img {
        margin-left: 0;
    }
    .footer-col3 p, .footer-col3 span {
        text-align: left;
    }
     .footer-links div {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .footer-links div:nth-child(5),
    .footer-links div:nth-child(6),
    .footer-links div:nth-child(7) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .footer-social li:nth-child(1){
        text-align: left;
    }
    .footer-social li:nth-child(2){
        text-align: center;
    }
    .footer-social li:nth-child(3){
        text-align: right;
    }
    .footer-social li:nth-child(4){
        text-align: left;
    }
    .footer-social li:nth-child(5){
        text-align: center;
    }
    .footer-social li:nth-child(6){
        text-align: right;
}
}