/**
 * AORTIC Footer Styles (converted from LESS for OJS 3.5 compat)
 */

.pkp_structure_footer_wrapper {
    background-color: #004c6d !important;
    color: #fff !important;
}

.pkp_structure_footer {
    text-align: center;
}

.pkp_footer_content {
    padding: 30px;
    text-align: left;
}

.pkp_footer_content a {
    color: #fff;
    text-decoration: underline;
}

.pkp_footer_content a:hover {
    color: #e2e2e2;
}

.pkp_brand_footer {
    padding: 15px 0;
}

.pkp_brand_footer a {
    color: rgba(255,255,255,0.7);
}
