/* ============================================================
   PHC Header overrides
   - brand: render the new logo.png (3:1) and hide the text spans
   - menu: bump trigger + dropdown link font sizes
   - header row: grow to fit the bigger logo
   ============================================================ */

/* --- brand logo --- */
.phc-brand{
  width:252px !important;
  height:84px !important;
  min-height:0 !important;
  padding:0 !important;
  background:url(/wp-content/uploads/logo.png) no-repeat left center / contain !important;
  background-size:contain !important;
  background-origin:content-box !important;
}
.phc-brand-mark,
.phc-brand-name{
  display:none !important;
  visibility:hidden !important;
}
@media (max-width:639px){
  .phc-brand{
    width:168px !important;
    height:56px !important;
  }
}

/* --- header row: grow to fit the 84px-tall logo --- */
.phc-header-row{
  height:auto !important;
  min-height:110px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
@media (max-width:639px){
  .phc-header-row{
    min-height:80px !important;
  }
}

/* --- menu trigger font (was 14px / 13px) --- */
.phc-menu-trigger{
  font-size:18px !important;
  padding-left:14px !important;
  padding-right:14px !important;
}
@media (max-width:1023px){
  .phc-menu-trigger{
    font-size:17px !important;
  }
}
@media (max-width:639px){
  .phc-menu-trigger{
    font-size:16px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

/* --- dropdown link font (was 14px) --- */
.phc-dropdown-link{
  font-size:16px !important;
  padding-top:6px !important;
  padding-bottom:6px !important;
}
.phc-dropdown-link .fi{
  font-size:1.2em !important;
}
