/*** Footer CSS ***/
footer{
    font-family: warnock-pro-display, serif;
}
footer a:hover{
    opacity:0.7;
}
.footer-middle > .container > .row > .col-12 > .row{
    border-bottom: 1px solid #D4CAC3;
}
.footer-menu ul{
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
footer .footer-menu ul li{
   flex-basis: auto;
    margin-bottom: 0;
}
.footer-menu ul li:not(:last-of-type){
    padding-right: 4%;
}
.footer-menu li a{
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;  /* Regular */
    color: var(--onyx) !important;
    text-decoration: none;
}

.footer-menu .footer-menu-primary ul{

}
.footer-content p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-logo-wrapper .logo{
    flex:1;
}
.footer-logo-wrapper .logo img{
    width:190px;
}
.footer-address-wrapper .address-block{
    flex:1;
}
.footer-address-wrapper p.address-name{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-address-wrapper p.address{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-bottom .footer-info p{
    font-size: 13px;
    line-height: 20px;
}
.footer-bottom .footer-info p + p{
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px;
}
@media (min-width: 767.98px) and (max-width: 1399.98px){
    footer .footer-bottom .col-xl-6,
    footer .footer-middle .col-xl-6.footer-content,
    footer .footer-middle .col-xl-6.footer-logo-wrapper{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .pl-xl2 {
        padding-left: 0;
    }
    footer .pr-xl2 {
        padding-right: 0;
    }
    footer .footer-middle .col-md-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    footer .footer-middle .offset-md-1{
        margin-left: 8.333333%;
    }
    footer .align-items-xl-end {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    footer .justify-content-xl-end {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .footer-content.pb-xl0{
        padding-bottom: 1.25rem;
    }
    footer .footer-menu ul li{
        flex: 1 1 50%;
    }
    .footer-content p{
        text-align: left;
    }
    .footer-logo-wrapper .logo:first-of-type{
       text-align: left;
    }
    .footer-bottom > .container > .row .footer-info{
        border-top: 1px solid #D4CAC3;
    }
}
/*
@media (max-width: 1199.98px){
    footer .footer-menu ul li{
        flex: 1 1 50%;
    }
    .footer-bottom > .container > .row .footer-info{
        border-top: 1px solid #D4CAC3;
    }
}*/
@media (max-width: 767.98px){
    footer .footer-menu ul li{
        flex: 1 1 100%;
        text-align: center;
        padding-right: 0 !important;
    }
    .footer-menu{
        border-top: 1px solid #D4CAC3;
    }
    .footer-menu li a{
        font-size: 16px;
        font-weight: 400;
    }
    .footer-content{
        display: none;
    }
    .footer-logo-wrapper .logo{
    text-align: center !important;
    }
    .footer-middle > .container > .row .footer-logo-wrapper{
        border-top: 1px solid #D4CAC3;
    }
    /*.footer-address-wrapper{*/
        /*display: none;*/
    /*}*/
    .footer-bottom > .container > .row .footer-info{
        border-top: none;
    }

}
@media (max-width: 400px){
    .footer-bottom > .container > .row .footer-info{
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .footer-info p + p{
        list-style-type: none;
        padding-left: 0;
    }
}
footer .socials-email .social-media {
    margin-top: 10px;
}
footer .socials-email .social-media a {
    background-color: var(--salamander);
    border: 1px solid var(--salamander);
    margin-right: 10px;
}
footer .socials-email .social-media a img {
    width: 20px;
    height: 20px;
}
@media(max-width: 767.98px){
    .footer-address-wrapper .address-block {
        flex: unset;
        text-align: center;
    }
    .footer-address-wrapper .socials-email {
        text-align: center;
    }
}