/* =====================================================
   JLLLT MODERN FOOTER
   Optimized for OJS 3.3 Bootstrap3
   ===================================================== */

.pkp_structure_footer_wrapper{
    background:#f4f4f4 !important;
    border-top:4px solid #0E5688;
    padding:25px 0 15px 0 !important;
    margin-top:30px;
}

.pkp_footer_content{
    max-width:1100px;
    margin:0 auto;
    text-align:center;
    line-height:1.6;
    padding:0 20px !important;
    color:#444;
}

.pkp_footer_content h2,
.pkp_footer_content h3{
    color:#0E5688 !important;
    margin-bottom:8px;
}

.pkp_footer_content a{
    color:#0E5688;
    text-decoration:none;
}

.pkp_footer_content a:hover{
    color:#06395d;
    text-decoration:underline;
}

.pkp_footer_content img{
    display:block;
    margin:12px auto;
    max-height:40px;
    width:auto;
}

.pkp_footer_content p{
    margin:6px 0;
}

.pkp_brand_footer{
    float:none !important;
    clear:both;
    text-align:center !important;
    margin-top:15px !important;
    padding-top:15px !important;
    border-top:1px solid #d9d9d9;
}

.pkp_brand_footer img{
    max-height:45px !important;
    width:auto;
    opacity:.85;
}

.pkp_structure_footer_wrapper:before,
.pkp_structure_footer_wrapper:after{
    display:none;
}

@media (max-width:768px){

    .pkp_structure_footer_wrapper{
        padding:20px 10px !important;
    }

    .pkp_footer_content{
        font-size:14px;
    }

    .pkp_brand_footer img{
        max-height:36px !important;
    }

}
