.pkp_site_name .is_img {
    vertical-align: middle;
}
@media (max-width: 630px) {
	ul.social {
  	text-align: center !important;
	}
	.pkp_brand_footer img {
    max-width: 150px !important;
    text-align: center;
	}
	.pkp_brand_footer a {
    float: none;
    display: unset;
	}
    .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column !important;
}
}
.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
ul.social {
    padding-right: 4px !important;
	text-align: center !important;
	}
	
