/* ========================================
   Global Responsive Overrides
   ======================================== */

/* --- Hide social sidebar on smaller screens --- */
@media (max-width: 1024px) {
  .social-sidebar {
    display: none;
  }
}
