/* Hide PKP Footer */
.pkp_brand_footer {
    display: none !important;
}

/* Main Footer */
.pkp_structure_footer_wrapper,
.pkp_footer_content,
.pkp_structure_footer {
    background: linear-gradient(
        135deg,
        #041f47,
        #082f6b
    ) !important;

    color: #ffffff !important;
}

/* Footer Links */
.pkp_structure_footer_wrapper a,
.pkp_footer_content a {
    color: #7dd3fc !important;
}

.pkp_structure_footer_wrapper a:hover,
.pkp_footer_content a:hover {
    color: #ffffff !important;
}

/* Footer Padding */
.pkp_footer_content {
    padding: 30px 0 !important;
}
.pkp_site_name .is_img img {
    max-height: none !important;
    width: auto !important;
    height: auto !important;
}

.pkp_site_name {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}