/* Website author: Anna Nicole Mercer */

#gts-support-launcher {
  display: inline-flex;
  min-height: 40px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #4a90d9;
  color: #fff;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.site-header .nav > li > a,
.site-header .nav-more-toggle,
.site-header #gts-support-launcher {
  font-family: "Oswald", Impact, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

#gts-support-launcher:hover {
  background: #347bc3;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(5, 24, 54, .18);
}

#gts-support-launcher:focus-visible {
  outline: 3px solid rgba(74, 144, 217, .35);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  #gts-support-launcher {
    position: absolute;
    top: 14px;
    right: 0;
    padding: 10px 15px;
    font-size: 12px;
  }
}
