/*
 * Theme Name:  Kadence Child — WeAreQuadCities
 * Template:    kadence
 * Description: Child theme providing full-page app templates for wearequadcities.com
 * Version:     1.0
 * Author:      WeAreQuadCities
 */

/* Push topbar down when WP admin bar is showing */
.admin-bar .topbar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .topbar {
    top: 46px;
  }
}
