.social-icons svg {
  width: 20px;
  fill: #fff;
}
.social-icons li {
  vertical-align: middle;
}
.social-icons a {
  position: relative;
}
.social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.open-search {
  display: block;
  position: relative;
  color: #fff;
  font-size: 22px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 7px;
  margin: 20px 2px;
}
@media (min-width: 768px) {
  .open-search {
    margin: 10px 0 10px 5px;
  }
}
.open-search svg {
  width: 20px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#footer .head-social {
  margin: 12px 30px 20px 0;
  display: inline-block;
  float: left;
}
#footer .open-search {
  display: none;
}
.entry-share a {
  width: 40px;
  height: 40px;
  position: relative;
}
.entry-share a svg {
  width: 25px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -2px;
}
@media (max-width: 767px) {
  #head .head-title {
    text-align: center;
  }
  #head .head-title img {
    display: inline-block;
  }
  #head .head-title .head-title-full-logo img {
    width: 72px;
    height: 46px !important;
  }
  #head .header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90px;
    background: #c32a34;
    padding: 25px;
    z-index: 99999999;
  }
  #head .header-search button {
    right: 30px;
  }
  #head .menu-toggle svg {
    width: 20px;
    fill: #fff;
  }
  #head .head-menu .menu {
    display: block;
    position: fixed;
    left: 5vw;
    height: auto;
    max-height: 60vh;
    right: 5vw;
    width: auto;
    top: 79px;
    box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.3);
  }
  #footer .head-social {
    margin: 15px auto;
    display: block;
    float: none;
  }
}
