footer.footer .footer_infos .contactrow .contactcol {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.footer .copyright {
  border-top: 1px solid #939396;
  padding-top: 30px;
  font-size: 13px;
}

.footer .footer-nav .current-menu-item a {
  color: var(--theme-color);
}

.footer-nav {
  padding: 40px 0px;
}

.footer-nav .sub-navi {
  float: left;
}

.footer-nav ul li {
  list-style: none;
}

.footer-nav ul li a {
  color: white;
  font-size: 13px;
  line-height: 26px;
}

.footer-nav ul {
  padding: 0px;
  margin: 0px;
}

.footer {
  background: #3F3F41;
  width: 100%;
  margin-top: 75px;
  padding: 70px 0px 30px 0px;
  color: white;
  font-size: 13px;
}

.footer-container {
  margin: 0 auto;
}

/* Footer Instagram logo */
.footer-social-ig {
  width: 33px;
  height: 33px;
  display: inline-block;
  background-color: white;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .footer-social-ig {
    -webkit-mask-position: left center;
    mask-position: left center;
  }
}