/* .page-template-template-social .masthead, */
.page-template-template-social .fixed-contact-label,
.page-template-template-social .pages-arrow {
  display: none;
  visibility: hidden;
}

.grecaptcha-badge { visibility: hidden !important; }

.social-links-container {
  margin-top: 60px;
  margin-bottom: 60px;
  /* max-width: 580px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 5rem;
}

.social-links-container .description > a > img {
  margin-bottom: 0.5rem;
  transition: all 200ms ease-in-out;
  width: 92px;
}

.social-links-container .description > a:hover > img {
  transform: scale(1.02);
}

.social-links-container .description {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.social-links-container .description h1 {
    font: normal  80px / 88px "Neutra Display", Helvetica, Arial, Verdana, sans-serif
    font-weight: 400;
    font-size: 60px;
    line-height: 138% !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0
    ;max-width: 910px;
  }

.social-links-container .description p {
  font-size: 1rem;
  text-wrap: balance;
  margin: 0;
  line-height: 1.5;
  margin-top: 32px;
}

.social-links-container .links {
  display: grid;
  row-gap: 58px;
  column-gap: 82px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 810px;
  margin-left: 40px;
  margin-bottom: 6rem;
}

.social-links-container .links a {
  position: relative;
  width: 100%;
  height: 55px;
  display: flex;
  border: 1px solid #322625;
  align-items: center;
  justify-content: center;
  color: #322625;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 !important;
  font-family: "Neutra Text";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

.social-links-container .links a::before {
  content: "";
  position: absolute;
  background-color: #bfe5e6;
  opacity: 0;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  z-index: -1;
}

.social-links-container .links a:hover {
  border: 1px solid #bfe5e6;
  background: transparent !important;
  color: #322625 !important;
}

.social-links-container .links a:hover::before {
  opacity: 1;
  left: 0%;
}

.social-links-container .socials {display: none;}

.social-links-container .socials a {
  transition: all 200ms ease-in-out;
}

.social-links-container .socials a svg path {
  fill: black !important;
}

.social-links-container .socials a.email-link i {
  font-size: 34px;
  color: black !important;
}

.social-links-container .socials a:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .social-links-container .description h1 {
    font-size: 40px;
  }
}

@media (max-width: 932px) { 
  .social-links-container .links {
    row-gap: 24px;
    column-gap: 24px;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}