.site-footer.bg-dark-6 {
    background: #121521;
}

.site-footer .ml-n3, .site-footer .mx-n3 {
    margin-left: -1rem !important;
}
.site-footer .mr-n3, .site-footer .mx-n3 {
    margin-right: -1rem !important;
}
.site-footer .mb-n2, .site-footer .my-n2 {
    margin-bottom: -.5rem !important;
}

.site-footer.text-14,
.site-footer .text-14 {
    line-height: 1.5rem;
}

.site-footer,
.site-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer ul li {
    margin-bottom: .25rem;
}

.site-footer .copyright {
    border-top: 1px solid rgba(82,91,95,.2);
}

.site-footer ul.menu li {
    margin-top: 10px;
}
.site-footer ul.menu li:first-child {
    margin-top: 0;
}

ul.menu.horizontal-menu li:first-child {
    margin-left: 0;
}
ul.menu.horizontal-menu li {
    float: left;
    margin-top: 0;
    margin-left: 30px;
}


/* Override styles to have the footer match design on old transition-2018 pages... */
body.transition2018 {}
body.transition2018 .site-footer {
    padding-top: 0;
}
body.transition2018 .site-footer .text-primary,
body.transition2018 .site-footer ul.text-primary a {
    color: #FD671A !important;
}
body.transition2018 .site-footer.text-14,
body.transition2018 .site-footer.text-14 p,
body.transition2018 .site-footer .text-14,
body.transition2018 .site-footer ul.menu.text-14 li span,
body.transition2018 .site-footer ul.menu.text-14 li a {
    line-height: 1.5rem !important;
    font-size: 0.875rem !important;
}

body.transition2018 .site-footer h5,
body.transition2018 .site-footer h6 {
    font-weight: 800;
}
body.transition2018 .site-footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.transition2018 .site-footer ul.iconlist i {
    color: #fff;
    width: 30px;
}
body.transition2018 .site-footer ul.menu.horizontal-menu li {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
}
body.transition2018 .site-footer .container.pb-xl-120 {
    padding-bottom: 7.5rem !important;
}
body.transition2018 .site-footer .container.pt-xl-120 {
    padding-top: 7.5rem !important;
}
body.transition2018 footer.site-footer a {
    border-bottom: 0;
}
body.transition2018 footer.site-footer a:hover,
body.transition2018 footer.site-footer a:focus {
    text-decoration: none !important;
    outline: 0;
    opacity: .9;
    transition: all .3s ease;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 0;
}
body.transition2018 footer.site-footer .text-20 a i {
    line-height: 1.75rem;
    font-size: 1.25rem !important;
}