
.pkp_structure_sidebar {
  padding-left: 20px;  
  padding-right: 20px;
}

.vp-footer {
    color: #E8D5B0;
    padding: 20px 32px;
    font-family: sans-serif;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }
  .vp-footer-left { display: flex; flex-direction: column; gap: 5px; }
  .vp-footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; text-align: right; }
  .vp-footer-title { font-size: 18px; font-weight: bold; color: #F5E6C8; display: flex; align-items: center; gap: 10px; }
  .vp-footer-title span.dot { color: #C8861A; }
  .vp-footer-addr, .vp-footer-founded { color: #D4B98A; font-size: 13px; }
  .vp-footer-founded { font-style: italic; }
  .vp-footer-badges { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
  .vp-footer-badges a, .vp-footer-badges .sep { color: #C8861A; text-decoration: none; font-size: 13px; }
  .vp-footer-nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
  .vp-footer-nav a { color: #E8D5B0; text-decoration: none; font-size: 13px; }
  .vp-footer-nav .sep { color: #C8861A; }
  .vp-footer-powered, .vp-footer-copy { color: #C0A07A; font-size: 12px; }
  .vp-footer-copy { margin-top: 4px; }
  .pkp_site_nav_menu .pkp_nav_list {
  padding-left:0;
  margin-left:10px
}
  