.social-links {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: #000;
  padding-bottom: 0.7rem;
}

.social-links a {
  color: #000;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: #c9243e;
}

.main-navigation {
    align-items: flex-end;
}

.burger-menu {
   display: none;
}

.site-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body header#masthead {
    border-bottom: 0;
    padding-bottom: 0.25rem;
}

body header#masthead .main-navigation {
    margin: 0;
}

.site-header .site-header-inner {
    gap: 7vw;
}

.body header#masthead .search-form {
    position: relative;
}

body header#masthead .search-form {
    border: 0;
}

body header#masthead .search-form input[type="search"] {
    border-color: black;
    padding-left: 50px;
    padding-right: 13px;
}

body header#masthead .search-form button[type="submit"] {
    left: 0;
}