footer{

    position: relative;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    margin-top: 30px;
}
.footer-content-bottom{
    /*display: flex;*/
    padding: 0px 0px 30px;
    padding: 0px 0px 30px;
    line-height: 3;

}
.footer-content-item{
    /*flex:1;*/
}
.footer-content-top{
    background: #e9e9e9;
    padding: 30px 0;
    line-height: 3;
}
.btn.btn-primary {
    background-color: #333;
    border-color: #333;
    border-radius: 0;
    transition: 0.5s ease all;
}
.col-centered-social{
    justify-content: space-evenly;
    font-size: 30px;
    color: #333;
    /*line-height: 4;*/
    padding: 0;
    margin-top:30px;
    margin-bottom: 30px;
}
.footer-content-middle li{
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}
.newslettersubscribe-input{
    line-height: 2;
    padding-left:15px;
    border: #333 solid 0.1px;
}
.newslettersubscribe-input:focus{
    border: #333 solid 0.1px;
    outline:0;
}
.footer-button-black{
    line-height: 2;
    color: #fff;
    background: #333;
    border: #333 solid 1px;
    text-align: center;
}
.footer-button-black:focus{
    border: #333 solid 1px;
    outline:0;
}
.newslettersubscribe-toggle{

    margin-left: -1%;

}
.newslettersubscribe-toggle:focus{

}
.subscription-error{
    display: none;
    color: #f63030;
}
.subscription-success{
    display: none;
    color: #589f58;
}
@media only screen and (min-width: 767px){
    .newslettersubscribe-input{
        width: 15%;
    }
    .newslettersubscribe-toggle{
        width:10%;
    }
    .footer-content-middle li{
        width: 20%;
    }
}
@media only screen and (max-width: 767px){
    .newslettersubscribe-input{
        width: 50%;
    }
    .newslettersubscribe-toggle{
        width:30%;
    }
    .footer-content-middle li{
        width: 100%;
    }
    .footerpolicies{
        margin-right: unset !important;
    }
}
@media only screen and (max-width: 600px) {
    .footerpolicies div{
        text-align: left;
        padding-left: 10%;
    }
}