.btch-footer{
    display: flex;
    padding: 1.5rem 0;
    width: auto;
    /* background-color: var(--grey-dark); */
    background: #090909 url(//www.paprikadigital.com/wp-content/themes/versi/images/bar-bg.png) no-repeat center center !important;
    background-size: cover !important;
}
.wrapper-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
    width: 80%;
    margin: 0 auto;
}

.social-icon {
    color: white;
    font-size: 1.7em;
    text-decoration: none;
}

.btch-footer .btch_content-logo img{
    /* width: var(--width-logo-footer); */
    width: 120px;
}
.footer-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.wrapper-footer ul.menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 1rem;
}
.wrapper-footer ul.menu .menu-item{
    list-style: none;
    width: auto;
    position: relative;
}
.wrapper-footer ul.menu .menu-item a{
    display: inline-flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

/*socials/contact*/
.btch_footer-socials{
    width: 100%;
    margin: 2rem 0;
}
.btch_footer-socials ul.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 1rem;
}
.btch_footer-socials .footer_item{
    list-style: none;
}
.btch_footer-socials .footer_item .footer_item-link{
    display: flex;
    align-items: center;
    gap: 0 1rem;
    color: var(--green);
    text-decoration: none;
}
.btch_footer-socials .footer_item .footer_item-icon{
    width: 25px;
}

.copy, .copy a{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: var(--grey);
    margin: 0 0 0 0;
}

@media only screen and (max-width: 960px){
    .btch-footer{
        display: flex;
        padding: 2.5rem 2rem 2.5rem 2rem;
        width: auto;
        background-color: var(--grey-dark);
    }
    .wrapper-footer{
        gap: 0;
        width: 100%;
    }

    .btch-footer .btch_content-logo{
        padding: 0;
    }

    /*socials/contact*/
    .btch_footer-socials{
        width: 100%;
        margin: 2rem 0;
    }
    .btch_footer-socials .footer_item .footer_item-link{
        gap: 0.5rem;
        font-size: .9rem;
    }
    .btch_footer-socials .footer_item .footer_item-icon{
        width: 20px;
    }
    
    .copy, .copy a{
        font-size: .8rem;
    }
}

@media only screen and (max-width: 575px){
    .wrapper-footer{
        flex-direction: column;
        gap: 0;
    }

    .btch_content-logo img{
        width: 40px;
    }

    /*socials/contact*/
    .btch_footer-socials ul.menu{
        flex-direction: column;
        align-items: flex-start;
    }
}