.footer-dark {
  padding: 50px 0;
  background-color: var(--bs-gray-800);
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0.75rem;
  align-items: left;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  margin-top: 0.75rem;
  /*opacity: 0.6;*/
  align-items: left;
}

.footer-dark ul li {
  padding-top: .5rem;
  align-items: left;
}

.footer-dark ul a:hover {
  /*opacity: 0.8;*/
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: left;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  /*opacity: 0.6;*/
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.social img {
  position: absolute;
  z-index: 2;
  width: 36px;
  margin-left: -21px;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  color: var(--bs-black);
  opacity: 0.75;
  background-color: var(--bs-white);
}

.footer-dark .item.social > a:hover {
  opacity: 1.5;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  font-size: 13px;
  margin-bottom: 0;
  color: white;
}

@media (max-width: 768px) {
  #social_sidebar {
    display: none;
  }
}

