#grve-footer a {
  font-weight: 400;
}

.footer-link a {
  color: var(--white);
  transition: color 0.2s;
}

.footer-link a:hover {
  color: var(--gold-500);
}

.footer-link--primary {
  padding-bottom: 15px;
}

.footer-link--secondary {
  padding-bottom: 5px;
}

/* Footer - contact CTA */
.footer-contact {
  position: relative;
}

.footer-contact .row-1 {
  font-size: 120px;
  line-height: 140px;
}

.footer-contact .row-2 {
  font-size: 90px;
  line-height: 120px;
}

@media only screen and (max-width: 1200px) {
  .footer-contact .row-1 {
    font-size: 96px;
    line-height: 112px;
  }

  .footer-contact .row-2 {
    font-size: 72px;
    line-height: 96px;
  }
}

@media only screen and (max-width: 992px) {
  .footer-contact .row-1 {
    font-size: 77px;
    line-height: 90px;
  }

  .footer-contact .row-2 {
    font-size: 58px;
    line-height: 77px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-contact .row-1 {
    font-size: 62px;
    line-height: 72px;
  }

  .footer-contact .row-2 {
    font-size: 46px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-contact .row-1 {
    font-size: 50px;
    line-height: 58px;
  }

  .footer-contact .row-2 {
    font-size: 37px;
    line-height: 50px;
  }
}

/* Footer - Sitemap & Newsletter */
.footer-newsletter .grve-column-wrapper {
  border: 1px solid var(--grey-700);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.footer-newsletter .grve-column-wrapper:has(.grve-btn:hover) {
  background-color: var(--grey-800);
  border-color: var(--grey-600);
}

/* Footer - 3 */
.card-external {
  position: relative;
  transition: transform 0.2s;
}

.card-external:hover {
  transform: translateY(-5px);
}

.card-external .grve-column-wrapper {
  min-height: 214px;
}

.card-external .grve-image-wrapper {
  overflow: visible;
}

.card-external--logo img {
  max-height: 56px;
  width: auto;
}

.card-external .card-external--link {
  position: absolute;
  top: -10px;
  right: 5px;
}

.card-external .card-external--link img {
  transition: filter 0.2s ease;
}

.card-external .card-external--link:hover img {
  filter: brightness(1.5);
}

@media only screen and (max-width: 992px) {
  .card-external--logo img {
    max-height: 45px;
  }

  .footer-newsletter .grve-column-wrapper {
    margin-left: 0 !important;
  }

  .footer-newsletter a.grve-btn {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .card-external--logo img {
    max-height: 45px;
  }
}

/* Footer - Partners */
@media only screen and (max-width: 768px) {
  .footer-newsletter .grve-element,
  .footer-partners .grve-element {
      text-align: center !important;
  }

  .footer-partners .grve-column-wrapper {
    margin-bottom: 0 !important;
  }

  .footer-partners .grve-column {
      height: fit-content;
      width: 100%;
  }
  
  .footer-partners .grve-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
    align-items: center;
  }

  .footer-partners .grve-row::before {
    content: none;
  }
}

/* SORTLIST */
.sortlist a {
  width: 100% !important;
  max-width: 210px;
}

.sortlist .wpb_raw_html,
.google-partner-badge .wpb_raw_html {
  margin-bottom: 0;
}

/* GOOGLE PARTNER BADGE */
.google-partner-badge a {
	display: inline-block;
  width: 90px;
}

@media only screen and (max-width: 767px) {
	.google-partner-badge a {
		width:55%;
		margin:0 auto -12px;
	}
}

/* Footer - Copyright */
@media only screen and (max-width: 1200px) {
  .footer-copyright {
    padding-top: 60px;
  }
}