/* ===== FOOTER ===== */

.xaz-newsletter {
    height: auto;
    padding: 40px 0px;
    color: #fff;
    text-align: center;
}

.xaz-newsletter p {
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.xaz-newsletter h3 {
    color: #fff;
    margin-bottom: 10px;
}

footer {
    background: #006996 !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #fff;
    position: relative;
}

.back-to-top {
    position: absolute;
    right: calc( 50vw - 600px );
    z-index: 10;
    top: -33px;
}

footer .copy-text {
    display: inline-block;
    margin: 0px 15% 0px 5%;
}

footer a {
    color: #fff !important;
    margin-left: 70px;
}

footer a:hover {
    text-decoration: underline !important;
}

