Custom CSS rules only apply to home page

You can add an extra !important tag.

@media (min-width: 1300px) {
   #header-wrap {
      padding-top: 192px!important;
   }
   #logo {
      padding: 10px 0 43px 0!important;
      width: 80%!important;
   }
   #content {
      padding-top: 100px!important;
   }
}