﻿#footer {
    background: linear-gradient(to right, #382823,rgb(167, 65, 65), #442a26);
}


.bg_footer_bottom {
    background-color: #b81c21;
    color: #FFF;
    padding: 20px 0;
}


.copyright-footer {
    background: #9a2626;
    padding: 10px 0;
    color: #FFF;
    min-height: 50px;
    text-align: center;
}

.footer-title {
    font-size: 18px;
    border-bottom: 2px solid #FFF;
    position: relative;
    padding-bottom: 5px;
    text-align: center;
}

    .footer-title:after {
        content: " ";
        width: 60px;
        background: #DD9F25;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 31px;
        border-radius: 5px;
        transform: translateX(-50%);
    }

.footer-content.footer-content-hours span {
    display: block;
    padding: 5px 0;
}


.footer-content-address {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-content-address li {
    display: flex;
    padding: 5px 0;
    align-items: baseline;
}

.footer-content {
    margin-top: 10px;
}

.footer-content-address li i.fa {
    margin-right: 10px;
}

.footer-address span {
    display: block;
}

.footer-content-map {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content-map iframe {
    width: 100%;
    height: 175px;
}