header {
  background: #fd8de2;
  position: relative;
  padding: 10px 0;
}
header a:not(.site-btn) {
  color: #000000 !important;
}
header ul li label {
  font-size: 10px;
  float: right;
  font-weight: 400;
}
.logo-figure {
  margin: 0 !important;
}
a.logo {
  line-height: 74px;
}
.logo img {
  width: auto;
  max-height: 50px !important;
}
.mobile-show {
  display: none;
}
header ul {
  list-style: none;
  display: block;
  float: right;
  margin: 23px 0 0;
}
header ul li {
  display: inline-block;
  margin-left: 13px;
  float: left;
}
header ul li input[type=submit] {
  height: 24px;
  width: 85px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.site-btn,
.site-btn:hover,
a.site-btn {
  display: inline-block;
  border: 0;
  background: #2aa52a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 6px;
}
