/* ------------------------------------------------
   PROFESSIONAL COMPACT FOOTER FIX
------------------------------------------------ */

/* FOOTER WRAPPER */

.pkp_structure_footer_wrapper{
    background:#d9d9d9 !important;
    border-top:1px solid #c8c8c8;
    margin-top:4px !important;
}

/* FOOTER MAIN */

.pkp_structure_footer{
    color:#111 !important;
    font-size:14px !important;   /* Increased font size */
    padding:8px 0 !important;
    line-height:1.6 !important;
    position:relative;
}

/* FOOTER CONTENT ALIGNMENT */

.pkp_structure_footer .pkp_brand_footer{
    float:right !important;
    margin-top:0 !important;
    opacity:1 !important;
    display:block !important;
}

/* OJS LOGO FIX */

.pkp_brand_footer img{
    max-height:38px !important;
    width:auto !important;
    opacity:0.95;
}

/* FOOTER TEXT */

.pkp_structure_footer p{
    margin:2px 0 !important;
}

/* FOOTER LINKS */

.pkp_structure_footer a{
    color:#0056a3 !important;
    text-decoration:none;
    font-weight:500;
}

.pkp_structure_footer a:hover{
    text-decoration:underline;
}

/* CREATIVE COMMONS IMAGE */

.pkp_structure_footer img{
    vertical-align:middle;
}

/* LEFT FOOTER BLOCK */

.pkp_structure_footer .footer_content{
    max-width:78%;
}

/* MOBILE */

@media(max-width:768px){

    .pkp_structure_footer{
        font-size:12px !important;
        padding:6px 0 !important;
    }

    .pkp_structure_footer .pkp_brand_footer{
        float:none !important;
        text-align:center;
        margin-top:8px !important;
    }

    .pkp_brand_footer img{
        max-height:30px !important;
    }

    .pkp_structure_footer .footer_content{
        max-width:100%;
    }

}