/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/
/* Clean list-style blog */
.post {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  list-style: none;
}

.post .entry-header {
  margin-bottom: 8px;
}

.post .entry-title {
  font-size: 22px;
  font-weight: 700;
}

.post img.wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
/* Change sticky header background to white when scrolled */
.main-navigation.navigation-clone {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Keep nav link colors visible */
.main-navigation.navigation-clone .main-nav ul li a {
  color: #000 !important;
}
