.elmt-footer{
    background-color: #fff;
    font-size: 0.875em;
    color: #b3b3b3;
}

.elmt-footer span {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #4a4a4a;
    font-weight: 700;
    display: block;
}

.elmt-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.elmt-footer ul li {
    padding: 10px 0;
}

.elmt-footer ul li a {
    color: #0075cf;
    text-decoration: none;
}

.elmt-footer ul li a:hover {
    color: #35373f;
}



.elmt-footer .social a {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    display: inline-block;
    transition: border 0.5s;
}

.elmt-footer .social a:hover {
    border: 2px solid #35373f;
}


.elmt-footer input {
    margin: 0;
    padding: 15px;
    width: 100%;
    display: block;
    border: 2px solid #f2f2f2;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fbfbfb;
    color: #b3b3b3;
}

.elmt-footer form {
    width: 100%;
    position: relative;
}

.elmt-footer button {
    padding: 17px;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    display: block;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #0075cf;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.5s;
}

.elmt-footer button:hover {
    background-color: #35373f;
}

.elmt-footer form .error {
    margin-top: 20px;
    color: #cc0000;
}

.elmt-footer .naw li{
    display: inline-block;
}

/* LG */
/* ---------------------------- */
@media (max-width: 1199.98px) {

}


/* MD */
/* ---------------------------- */
@media (max-width: 991.98px) {
    .elmt-footer span {
        margin-top: 24px;
        margin-bottom: 10px;
    }
}


/* SM */
/* ---------------------------- */
@media (max-width: 767.98px) {
    

}


/* XS */
/* ---------------------------- */
@media (max-width: 575.98px) {

    .elmt-footer span {
        /*font-size: 1.2em;*/
        font-weight: 700;
    }
    
    .elmt-footer ul li {
        padding: 4px 0;
    }
    
    .elmt-footer span {
        margin-top: 24px;
        margin-bottom: 10px;
    }
    
    .elmt-footer input {
        margin: 0;
        padding: 10px;
    }

    .elmt-footer button {
        padding: 12px;
        width: 100px;
    }

    .elmt-footer .naw li{
        display: block;
    }



}