footer .container-fluid{
    padding: 0;
}

footer .footer-upper-upper{
    max-width: 1150px;
    margin: -15px auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 0;
    margin-bottom: 0;
}

footer .footer-info{
    align-content: center;
    padding-left: 22px;
    padding-right: 22px;
}

footer .footer-info .footer-hours{
    margin-bottom: 24px;
}

footer .footer-info .btn-prim{
    margin-top: 24px;
    margin-bottom: 24px;
}

footer .footer-info .title{
    margin-bottom: 24px;
}

.footer-upper{
    background-color: var(--footer-upper-color);
    color: black;
    display: var(--footer-upper-show);
    margin: 0;
}
.footer-lower{
    background-color:var(--primary-1);
    color: white;
    margin: 0;
}

.footer-lower a{
    color: white;
}

.footer-logo{
    height: auto;
    width: 100%;
    padding-bottom: 24px;
}

.footer-lower .col-12{
    padding-bottom: 48px;
}

.logo-col{
    padding-bottom: 8px !important;
    padding-top: 16px;
}

#footer-content{
    padding: 0;
    text-align: center;
}


.footer-social-media .fa-circle {
    color: black;
}

.footer-social-media i{
    color: white;
}

.footer-social-media a{
    text-indent: 0;
    display: inline-block;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.footer-social-media-row .col-4{
    padding: 0;
}

.footer-email input, .footer-email button{
    border-radius: 0;
}

.footer-email input{
    padding-top: 28px;
    padding-bottom: 28px;
    min-width: 180px;
}


.footer-email button{
    background-color: black;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 32px;
    padding-left: 32px;
}

.footer-links a{
    padding-right: 8px;
    padding-left: 8px;
}

@media screen and (max-width: 768px) {
    .map-section{
        padding-left: 12%;
        padding-right: 12%;
    }

    .footer-upper{
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .footer-upper .col-sm-12{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer-lower{
        padding: 36px;
        padding-bottom: 0;
    }
    .col-xs-4{
        width: 33.33%;
    }
    .col-xs-3{
        width: 25%;
    }
    .col-xs-2{
        width: 16.67%;
    }
    .col-xs-1{
        width: 8.33%;
    }
    .logo-col{
        padding-top: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .footer-upper{
        padding: 48px;
    }
    .footer-lower{
        padding: 48px;
        padding-bottom: 48px;
    }
    .footer-email-title{
        padding-top: 4px;
    }

    .footer-social-media{
        padding-top: 36px;
    }
}
@media screen and (min-width: 992px) {
    .footer-upper{
        padding: 48px;
    }
    .footer-lower{
        padding: 48px;
        padding-bottom: 48px;
    }

    .footer-upper-upper{
        padding-top: 54px;
        padding-bottom: 54px;
    }
    /*.footer-email-title{
        font-size: 20px;
    }*/
}
@media screen and (min-width: 992px) and (max-width: 1250px){
    .footer-upper .col-lg-1:not(.footer-social-spacer){
        display: none;
    }
    .footer-upper .col-lg-3{
        width: 30%;
        max-width: 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
    }
    .footer-upper .col-lg-4{
        width: 40%;
        max-width: 40%;
        flex: 0 0 40%;
        -ms-flex: 0 0 30%;
    }
}