/*
 Theme Name:   Paternoster Books Child
 Theme URI:    http://paternosterbooks.co.za/pb-child-2020/
 Description:  Paternoster Books Child Theme
 Author:       Alessandro Bonora
 Author URI:   http://bonoradesign.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pbchild2020
*/


@media (min-width: 1200px) {
  .site-header {
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .site-header {
    max-width: 748px;
  }

}

@media (max-width: 576px) {
  .site-branding {
    max-width: 240px;
  }
  .site-navigation {
    display: none;
  }
}

