.pkp_brand_footer{
    display: none;
}
/* ==========================================
   Hide PKP Brand Footer
========================================== */

.pkp_brand_footer{
    display:none !important;
}

/* ==========================================
   Footer Link Hover Effect
========================================== */

.pkp_footer_content a{

    color:#2563EB !important;

    text-decoration:none !important;

    transition:all .25s ease;

}

.pkp_footer_content a:hover,
.pkp_footer_content a:focus{

    color:#0F66A3 !important;

    text-decoration:underline !important;

}

/* ==========================================
   Footer Social Links
========================================== */

.pkp_footer_content p:last-child a{

    font-weight:600;

    padding:2px 4px;

    border-radius:4px;

}

.pkp_footer_content p:last-child a:hover{

    background:#EFF6FF;

    color:#0F66A3 !important;

}

/* ==========================================
   Footer Headings
========================================== */

.pkp_footer_content h3{

    transition:color .25s ease;

}

.pkp_footer_content h3:hover{

    color:#2563EB !important;

}