.pkp_site_name {
  display: inline-flex;
  /* Horizontal layout */
  align-items: center;
  /* Vertically center content */
  width: auto !important;
  /* In case the theme forces 100% width */
}



@media (min-width: 1200px) {
  .pkp_structure_head {
    border-radius: 10px;
  }
}

.pkp_brand_footer {
  display: none !important;
}