#footer {
    padding-top: 50px;
    background-color: #000;
    padding-bottom: 40px;
    text-align: left;
}
#footer h4 {
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 600;
}
#footer a, #footer p, #footer h4 {
    color: #b6b5b5;
    margin-top: 0;
}
.social-icons ul {
    list-style-type: none;
    display: flex;
    padding-left: 0 !important;
}
#footer ul li {
    line-height: 25px;
    font-size: 1.1em;
    color: #b6b5b5;
}
.social-icons ul li {
    margin-right: 15px;
}
#footer li a {
    font-size: .78em;
    font-weight: 400;
}
#footer ul {
    padding-left: 20px;
}
#footer .form-field input {
    height: 35px;
    width: 100%;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#footer .btn {
    padding: 12px 0px 8px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #b6b5b5 !important;
    height: auto;
    line-height: inherit;
    width: 100%;
}
#footer .btn-wrapper {
    max-width: 170px;
    margin-top: 20px;
    text-align: center;
}
#footer .small {
    margin-top: 10px;
}
#signup + p {
    font-weight: 400;
}
#footer p {
    font-size: 15px;
    font-weight: 400;
}
#footer p a, #footer li a {
    height: auto;
    line-height: inherit;
}
.social-icons ul li a {
    margin: 0 !important;
}


@media only screen and (max-width: 767px) {
#footer .col-sm-3 {
    margin-bottom: 40px;
}
#footer li a {
    font-size: .64em;
}
}