.footer-dark {
  padding: 50px 0;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

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

.footer-dark span:not(#year) {
  font-size: 14px;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  transition: .3s ease;
}

.footer-dark ul a:hover {
  opacity: 1;
  color: var(--secondary);
  transition: .3s ease;
}

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

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

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

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

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

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

.footer-dark .item.social > div a {
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #FFF4;
  margin: 0 8px;
  color: white;
  opacity: 0.75;
  transition: .3s ease;
}

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

.footer-dark .copyright {
  text-align: center;
  /*padding-top: 24px;*/
  opacity: 0.8;
  /*font-size: 13px;*/
  margin-bottom: 0;
}

.footer-dark .item.social > div a:hover {
  color: var(--secondary);
  transition: .3s ease;
  box-shadow: 0 0 0 1px var(--secondary);
}

.footer-dark .item i:not(.ion-social-facebook) {
  margin-right: 5px;
  font-size: 15pt;
  vertical-align: middle;
}

.footer-dark .item ul li {
  /*padding-bottom: 6px;*/
}

@media (min-width: 1200px) {
  .footer-dark .item ul li {
    /*padding-bottom: 0px;*/
  }
}

