/* Contact bar */
.contact-info-bar {
  background-color: var(--green);
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.contact-info-bar h4 {
  margin-bottom: 0;
}

.contact-info-bar h4 a {
  margin-bottom: 0;
  font-size: 26px;
  color: #fff;
}

/* Footer */
.big-footer {
  background-color: var(--light-background);
  padding: 60px 0;
  border-top: 3px solid var(--green);
  background-image: url(/wp-content/themes/first-nature/img/first-nature-groen-light.png);
  background-repeat: no-repeat;
  background-position: -170px -62px;
  background-size: 530px;
}

.big-footer a,
.contact-info-bar a {
  text-decoration: none;
}

.contact-info-bar a:hover {
  color: var(--orange);
}

.extra-info {
  display: flex;
  flex-direction: column;
}

.extra-info p {
  margin-bottom: 0;
  text-align: right;
  font-size: 21px;
  margin-right: 30px;
}

.logo-footer {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.logo-footer h2 {
  font-weight: 600;
  font-size: 47px;
  font-family: var(--heading-font);
  color: var(--orange);
}

.green-line-footer {
  background-color: var(--green);
  height: 185px;
  width: 5px;
  border-radius: 4px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -15px;
}

.logo-footer img {
  width: 100px;
  margin-left: 10px;
}

.sub-footer {
  background-color: var(--green);
  padding: 20px 0;
}

.copyright-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-text p {
  font-family: var(--normal-font);
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
}

.copyright-text p a {
  color: inherit;
}

.copyright-text p a:hover {
  color: var(--red);
}

.footer-logo {
  text-align: center;
}

.footer-logo img.logo {
  width: 210px;
  margin-top: 3px;
  margin-bottom: 10px;
}

footer .footer-links li,
.footer-contact ul li,
.footer-contact ul li a,
footer .footer-links li a {
  text-decoration: none;
  color: var(--lighter-text);
  font-size: 19px;
  margin-top: 6px;
}

.footer-links a:hover,
.footer-contact ul li a:hover {
  text-decoration: underline;
}

.footer-contact ul {
  padding-inline-start: 0px;
  margin-top: 15px;
}

.footer-contact ul li a,
footer .footer-links li a {
  text-decoration: none;
  color: var(--lighter-text);
}

.footer-icon {
  margin-right: 10px;
}

.social-icons {
  margin-right: 10px;
}

a.social-icons,
a.social-icons:hover {
  color: transparent;
}
