#super-footer {
    background: #fff;
    margin-top: 130px;
}


.footer-infoItem .infoItem-header {
    font-weight: 600 !important;
    margin-bottom: 8px;
}

.infoItem-text {
    display: block;
    text-align: center;
    width: 100%;
}



.contact-info-box-ft {
    margin: 150px auto 100px auto;
    background: #fff;
    border-radius: 14px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-info-box-ft .contact-row {
    width: fit-content;
    align-items: center;
}

.contact-info-box-ft .contact-row.footer-infoItem--address {
    align-self: flex-start;
    flex: 1;
}


.contact-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.contact-row img {
    margin-bottom: 15px;
}

.contact-icon {
    font-size: 2.4rem;
    color: #bdbdbd;
    margin-bottom: 10px;
}

.contact-hours,
.contact-address,
.contact-phone,
.contact-email {
    font-family: 'Georgia', serif;
    color: #333;
    text-align: center;
}

.contact-hours div {
    margin-bottom: 2px;
}

.contact-hours .work-row {
    display: flex;
}

.contact-hours .work-row .work-date {
    min-width: 160px;
    text-align: left;
}

.contact-hours .work-row .work-time {
    flex: 1;
}

.contact-address {
    margin-bottom: 2px;
}

.contact-phone {
    margin-bottom: 2px;
}

.contact-email {
    margin-bottom: 2px;
}




.blomnation-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
    text-align: center;
}

.social-item {
    border-left: 1px solid #eee;
    margin: 10px 0;
    padding: 0 65px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.social-item:first-child {
    border-left: none;
}

.social-svg {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.social-title {
    color: #212427;
    font-weight: 500;
    margin-top: 0;
}

.social-item a {
    text-decoration: none;
}

.social-item:hover .social-title {
    text-decoration: none;
}

.social-icon {
    font-family: 'FontAwesome', Arial, sans-serif;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.social__name {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.yelp i {
    color: #c41200;
}

.instagram i {
    color: #517fa4;
}










.copyright__links {
    clear: both;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    border-top: 1px solid #eee;
}

.copyright__link {
    color: #212427;
    display: inline-block;
    font-weight: 600 !important;
    margin: 0 20px;
    white-space: nowrap;
    text-decoration: none;
}

.copyright__all-rights-reserved {
    color: #3d3d3d;
    padding-top: 15px;
}





/*
  ******  RESPONSIVE LAYOUT  ******
*/
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    #super-footer {
        background: #fff;
        margin-top: 100px;
    }

    .contact-info-box-ft {
        margin: 150px auto 70px auto;
        background: #fff;
        border-radius: 14px;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact-hours .work-row .work-date {
        min-width: 100px;
    }
}

@media screen and (max-width: 768px) {
    #super-footer {
        background: #fff;
        margin-top: 80px;
    }

    .contact-info-box-ft {
        margin: 100px auto 40px auto;
        background: #fff;
        border-radius: 14px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .contact-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .contact-info-box-ft .contact-row.footer-infoItem--address {
        align-self: center;
        flex: 1;
    }


    .social-item {
        padding: 0px 35px;
    }
}


@media screen and (max-width: 660px) {}

@media screen and (max-width: 580px) {
    .social-item {
        padding: 0px 28px;
    }
}

@media screen and (max-width: 450px) {
    .social-item {
        padding: 0px 18px;
    }

    .contact-info-box-ft {
        margin: 70px auto 0px auto;
    }

    .copyright__links {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    
}

@media screen and (max-width: 365px) {}