/*
Theme Name:   KnowHow Child
Theme URI:    https://spirituality-media.com
Description:  Child theme for KnowHow theme
Author:       Your Name
Author URI:   https://spirituality-media.com
Template:     knowhow
Version:      1.0.0
*/

/* Load PT Serif from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400&display=swap');

/* Apply PT Serif to site title only */
#site-header #logo,
#site-header #logo a {
  font-family: 'PT Serif', serif !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

/* Mobile: let images be responsive */
.entry-content img,
article img,
.post img {
  max-width: 100% !important;
  height: auto !important;
}

/* Desktop: limit images to 300px */
@media (min-width: 768px) {
  .entry-content img,
  article img,
  .post img {
    max-width: 300px !important;
  }
}
.single #page-header.no-icon:before {
  display: none;
}
body {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
