.footer {
    font-size: 15px;
    padding-bottom: 0;
}

.footer p {
    line-height: 1.75;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul a {
    font-size: 15px;
}

.footer ul li + li {
    margin-top: 12px;
}

.footer ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 36px;
}

.footer ul.social li + li {
    margin: 0 0 0 12px;
}

.footer ul.social a {
    display: block;
    width: 35px;
    height: 35px;
    background: #1488ca;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}

.footer--logo {
    display: block;
    margin: 0 0 24px;
    width: 75%;
}

.footer-logo {
    width: 30%;
    margin-right: 24px;
}

.footer--section {
    padding: 35px 0;
}

.footer__cat {
    background: #1488ca;
}

.footer__cat a {
    color: #fff;
}

.footer__bottom {
    background: #f5f5f5;
}

.footer__bottom .logo-wrap {
    margin-bottom: 24px;
}

.footer__bottom .logo-wrap a {
    display: block;
    margin-right: 24px;
    margin-bottom: 12px;
}

.footer__bottom .second {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #ccc;
}

.footer__bottom .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom .partner img, .footer__bottom .partner h3, .footer__bottom .partner a {
    margin: 0 24px 0 0;
}

.footer__bottom .partner h3 {
    font-size: 14px;
}

.footer__bottom .nytime {
    width: 30%;
}

i.author-social-icon {
    font-size: 16px;
    padding: 0 5px;
}

footer .registration-info p {
    color: #000000;
}

/*# sourceMappingURL=footer.css.map */