.bp-footer {
    background-color:#000;
    font-size:16px;
}
.bp-footer a:link { color:#fff; text-decoration:none; }
.bp-footer a:visited { color:#fff; text-decoration:none; }
.bp-footer a:hover { color:#9d0711; text-decoration:none; }
.bp-footer a:active { color:#fff; text-decoration:none; }
.bp-footer section {
    display:flex;
    flex-wrap:nowrap;
}
.bp-footer-nav-container {
    flex:1 1 auto;
    background-color:none;
    color:#fff;
    padding:32px 0;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    width:75%;
}
.bp-footer .copyright {
    flex:1 1 auto;
    margin-left:2%;
    width:23%;
    padding:32px 0;
}
.bp-footer .copyright .logo {
    margin-bottom:16px;
}
.bp-footer .copyright p {
    line-height:1.5;
}

.bp-footer .item {
    flex:1 1 auto;
}
.bp-footer .item h6 {
    font-size:16px;
    line-height:22.4px;
    font-family:'Lora', sans-serif;
    margin:0 0 16px 0;
}
.bp-footer .item ul,
.bp-footer .item ol {
    padding-left:0;
}
.bp-footer .item li {
    font-size:12px;
    list-style-type:none;
    margin: 0;
    padding: 0 16px 4px 0;
    line-height:16px;
    font-family:'Open Sans', sans-serif;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .bp-footer section {
        padding-left:16px;
        padding-right:16px;
    }
}
@media only screen and (max-width: 768px) {
    .bp-footer section {
        flex-wrap:wrap;
    }
    .bp-footer-nav-container {
        order:1;
    }
    .bp-footer .item {
        width:100%;
        margin-bottom:32px;
        padding-left:32px;
    }
    .bp-footer .item h6 {
        text-transform:uppercase;
        margin-bottom:8px;
    }
    .bp-footer .item li {
        padding:4px 0;
        font-size:14px;
    }
    .bp-footer .copyright {
        order:0;
        width:100%;
        margin:0 auto;
        padding:0;
        text-align:center;
    }
    .bp-footer .copyright p {
        text-align:center;
    }

}
