.c-social {
  position: relative;
  z-index: 0;
  display: none;
}

@media (min-width: 992px) {
  .c-social {
    display: block;
  }
}

.c-social__icons {
  display: flex;
}

@media (min-width: 992px) {
  .c-social__icons a:last-child {
    margin-right: 0;
  }
}

.c-social svg {
  width: 24px;
}

.c-social svg path {
  fill: #5f7a5f;
  -webkit-transition: fill 0.25s ease-out;
  -moz-transition: fill 0.25s ease-out;
  -ms-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.c-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border: 2px solid #BBBBBB;
  line-height: 0;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
}

.c-social a:hover, .c-social a:focus {
  border-color: #daa300;
}

@media (min-width: 992px) {
  .c-social a {
    margin-right: 8px;
    width: 36px;
    height: 36px;
  }
}

.c-social__instagram svg {
  width: 21px;
}
