.c-custom-header-top {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0px 20px;
  margin-top: -14px;
  position: relative;
  bottom: -24px;
  z-index: 12;
}

.c-text-phone-wrapper,
.c-link-phone-wrapper {
  align-items: center;
}

.c-custom-header-top a.c-contact-link {
  color: var(--secondary-color);
}

.c-custom-header-top .c-phone-link a {
  text-decoration: underline;
}

.c-custom-header-top .c-link-phone-wrapper,
.c-custom-header-top .c-text-phone-wrapper {
  color: var(--secondary-color);
  display: none;
}

button.c-hamburger .menu-stripe {
  background: var(--secondary-color);
}

.c-middle-header {
  padding: 0 20px 12px 20px !important;
}

@media screen and (max-width: 1340px) {
  .menu-main.expanded {
    top: 35px !important;
    right: 10px !important;
  }
}

@media screen and (max-width: 1000px) {
 .c-custom-header-top {
    display: flex;
    justify-content: center;
    padding: 12px 20px 12px 20px;
    margin-top: 0;
    position: static;
    bottom: 0;
  }
  
  .menu-main.expanded {
    top: 0px !important;
    left: 10px !important;
    right: 10px !important;
  }
}