/*.pkp_site_name {
    display: block;
    width: 100%; 
}

.pkp_site_name img {
    width: 100%; 
    height: auto; 
    display: block;
}
*/

.pkp_site_name .is_img img{
	diplay: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto;
}


.pkp_brand_footer {
    display: none;
}


.pkp_structure_footer_wrapper::after {
    content: "";
    display: block;
    height: 30px;
    background-color: #5f1e92 !important;
}


/*
.pkp_structure_footer_wrapper {
    background-color: #5f1e92;
    color: white;
}

.pkp_structure_footer_wrapper a {
    color: white;
    text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover {
    color: #d1c4e9;
}
*/


.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a {
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a:hover {
    color: #FFA910;
    /*text-decoration: underline;*/
}


ul li a {
    color: #5f1e92;
    text-decoration: none;
}

ul li a:hover {
    color: #3e1366;
    /*text-decoration: underline;*/
}


h4.title {
    color: #000000DE !important;
    font-weight: normal; 
}

h2.title {
    color: #000000DE !important;
    font-weight: normal; 
}