/*
 Theme Name: Pukeko Child
 Theme URI:
 Description: Pukeko Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: pukeko
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Pukeko Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/*---------------------------------------------------------
Map Container
-------------------------------------------------------- */

#map {
  height: 300px;
  margin-bottom: 16px;
}

#map img {
  max-width: none;
}

/*---------------------------------------------------------
Menu fix
-------------------------------------------------------- */

@media (min-width: 78em) {
  .main-navigation .sub-menu {
    overflow: visible;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
}

.home .author-avatar, .no-postauthor.home .author-meta-info .byline {
  display: none;
}

/*---------------------------------------------------------
Author box fix
-------------------------------------------------------- */

.authorbox-content p a {
  border-bottom: 1px solid #ff5c2f;
}
