/*
Theme Name: OceanWP InfraByte Child
Theme URI: https://example.com/
Description: Child theme for OceanWP with ACF Pro-powered dynamic header, footer, and homepage sections.
Author: OpenAI
Template: oceanwp
Version: 1.0.0
Text Domain: infrabyte
*/

/* Keep this file light. Main design styles are loaded from /assets/styles.css */
body.admin-bar header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}

nav ul,
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li + li {
  margin-top: 0.75rem;
}
