*, :before, :after {
  box-sizing: border-box;
}

.page-wrapper .page-header .panel.wrapper {
  background-color: #313131; 
  width: 100%;
}

.page-wrapper .page-header .panel.header {
  max-width: 1300px;
  margin: 0 auto;        
  padding: 10px 20px;
  display: flex;
  align-items: center;   
}

 .top-links a {
  color: #ffffff;       
  font-family: 'Roboto';
  font-weight: 400;
  text-decoration: none;
  font-size: 1.4rem;    
  margin-right: 10px;
  padding-left: 25px;   
  position: relative;
}

 .top-links a:first-child {
  padding-right: 10px;
  border-right: 1px solid #666;
}

.top-links a.call-link,
.top-links a.email-link {
  background-repeat: no-repeat;
  background-size: 20px 16px;
  background-position: left center;
   filter: brightness(0) invert(1); 
}

 
.top-links a.call-link {
  background-image: url(https://shop.skylinecabinetry.com/static/frontend/Commercepundit/skyline/en_US/images/call.svg);
}

.top-links a.email-link {
  background-image: url(https://shop.skylinecabinetry.com/static/frontend/Commercepundit/skyline/en_US/images/email.svg);
  margin-right: 0;
}

.top-links a:hover {
  color: #000000 !important;
  text-decoration: none;
  filter: invert(53%) sepia(35%) saturate(795%) hue-rotate(3deg) brightness(95%) contrast(90%) !important;
}

.top-links {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .page-wrapper .page-header .panel.wrapper {
    display: block !important; 
    width: 100%;
  }

  .page-wrapper .page-header .panel.header {
    display: flex;       
    flex-direction: column;  
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
  }
  
  .top-links {
    margin: 0 auto; 
    width: 100%;
    text-align: center;
    display: block;
  }
}