/*
footer
*/

.footer {
    padding: 10px;
    background-color: #0c2a48;
    position: relative;
    color: white;
    font-weight: 100;
}

ul.footer li a {
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    line-height: 1.5;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: white;
}

ul.footer {
    color: #ffffff !important;
    list-style-type: none;
    line-height: 1.1;
    padding: 0;
}

.footer hr {
    background-color: #ffffffab;
    height: 1px;
}

span.footer-title {
    color: #ffffff !important;
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-style: normal !important;
}


.theme-icons-white-bg {
    display: inline-block;
    color: var(--text-color);
    background: #fff;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1.4 !important;
    padding: 5px;
}

.theme-icons-wrap > a[href] > .theme-icons-white-bg:hover {
    background: var(--orangered-bg-page);
    color: white;
}

#copyright {
    padding: 10px;
    color: #ffffff !important;
    background-color: #131a22;
}

.footer-copyright-item,
.footer-copyright-item a {
    color: #cccccc !important;
    font-size: 13px;
}

#email-footer,
.newsletter-footer-submit {
    border-radius: 50px !important;
}

.newsletter-footer-intro-text {
    color: #ffffff !important;
    font-size: 14px;
}


