/*
Theme Name:     KnowledgePress Child
Theme URI:      http://example.com/
Description:    Child theme for the KnowledgePress theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       knowledgepress
Version:        0.0.0
Last Updated:   12-11-17
*/
@import url("../knowledgepress/style.css");
/* making the PN logo be responsive and giving right padding when mobile menu hamburger is beside it starting at 380px */
img#site-logo{width:100%;height:auto;}
@media (max-width: 380px) {
    img#site-logo{padding-right:35px;}
}
/* hiding the blue border color around the mobile nav offcanvas li's */
.nav-list-primary, .nav-list-primary > li, .nav-list-primary .nav-sublist > li{border:none;}
/* styling the offcanvas mobile menu top main menu links */
#mobile-main-menu-links{margin-top:17px;margin-bottom:12px;}
.mobile-nav-tile{text-align:center;font-size:15px;background-color:#383838;color:#f8f8f8;font-weight:400;border:1px solid #f8f8f8;padding:4px;}
.mobile-nav-tile:hover{background-color:#03a9f4;color:#fff;border:1px solid #03a9f4;}
/* hacking the blue <h1> bar so that top main menu is visible along with blue bar */
.header-wrapper{margin-top:140px;}
body .before-main-wrapper .header-wrapper{padding-top:0;}
/* putting space between the footer search bar and the "Contact Us" heading at the 991px stack ; Putting blue bar flush with hamburger menu top at 991px stack */
@media (max-width: 991px) {
    section#text-2 h3.widget-title{margin-top:25px;}
    .header-wrapper{margin-top:70px;}
}