footer .menu-products {
    background: #EFEDEB;
    margin-bottom: 25px;
    padding-top:50px;
    padding-bottom:50px;
}

footer {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    border-top: 1px solid;
    padding-top: 50px;
}

footer  ul {
    padding: 0;
    list-style: none;
    margin-bottom:0;
    padding-left: 30px;
}
footer .footer-data ul {
    padding-left: 30px;
}

footer a {
    font-family: "Trajan-pro";
    font-weight: normal;
    color: #000;
}

footer .footer-data .newsletter{
    padding:0 45px;
}

footer .footer-data .ctn-col{
    height:100%;
    display: flex;
}
footer .footer-data .row > div:first-child{
    align-items: center;
    display: flex;
    justify-content: center;
}

footer .footer-data .row > div:after {
    min-height: 10vh;
    content: url(../img/1px.png);
    right: 25px;
    top: 0;
    width: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
footer .footer-data .row > div:last-child:before{
    min-height: 10vh;
    content: url(../img/1px.png);
    right: 25px;
    top: 0;
    width: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
footer .footer-data .row > div:first-child:before{
    display:none;
}
footer .footer-data .row > div:first-child:after {
    content: '';
    width:0;
}
footer .row > div:last-child:after {
    display: none;
}
footer .footer-data ul li:last-child{
    padding-bottom:0;
}

footer p {
    padding-bottom: 25px;
}

footer .footer-data {
    margin-bottom: 50px;
}

footer .footer-data ul li{
   padding-bottom: 8px;
}


footer .social a {
    margin-bottom: 10px;
    display: inline-block;
}

footer .heading-text, .menu-heading {
    font-family: "Trajan-pro";
    padding-bottom: 10px;
}
footer  .menu-heading {
    padding-left:30px;
}
footer .menu-products li a{
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
}

@media screen and (max-width: 992px) {
    footer {
        text-align: center;
    }

    footer .social li {
        display: inline-block;
        margin: 15px;
    }

    footer .footer-data .row > div {
        min-height: auto;
        border: 0;
        margin-bottom: 25px;
    }

    footer .menu-products .row > div:first-child {
        margin-bottom: 25px;
    }

    footer .footer-data .row > div:after {
        display: none;
    }
    footer .footer-data .ctn-col{
        display:block;
    }
    footer .footer-data ul{
        padding-left:0;
    }
    footer .menu-heading, footer ul{
        padding-left: 0;
    }
    footer .menu{
        margin-bottom:25px;
    }
    footer .footer-data .row > div:last-child:before{
        display: none;
    }
    
}
