.footer-dark {
  padding: 90px 0;
  color: #f0f9ff;
  background-color: #000;
}

.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 ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

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

@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: 0;
  }
}

.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 > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

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

.footer-dark h1, .footer-dark h2, .footer-dark h3, .footer-dark h4, .footer-dark h5, .footer-dark h6{
  color:#fff;
}

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

.footer-subnav{
  font-family:'Proxima Nova Lt';
  font-size:18px;
  text-transform:uppercase;
  display:block;
  margin-bottom:10px;
  color:#fff !important;
}

.footer-nav-row{
  display: grid; 
  grid-template-columns: repeat(3, 1fr);
  column-gap:30px;
  row-gap:50px;
  margin-bottom:40px;
}

.footer-nav-col{
  flex:1;
}

.footer-nav-heading{
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: #fff !important;
}

.footer-nav-child{
  color:#FFFFFFB3 !important;
  font-size:16px;
  font-family:'Proxima Nova Rg';
  display:block;
  margin-bottom:10px;
}

.footer-copy{
  color: #FFFFFFB3;
  text-shadow: 0px 3px 20px #00000033;
}

.footer-copy a{
  color:#fff !important;
}

.footer-dark .social-link{
  color:#fff !important;
}

.sub-footer{
  margin-top:50px;
}

.footer-dark .my-account{
  display: flex;
  align-items: center;
  column-gap: 3px;
  margin: 25px 0;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Proxima Nova Rg';
  text-shadow: 0px 3px 20px #00000033;
}

.footer-dark .footer-socials{
  display:flex; 
  justify-content:flex-end; 
  column-gap:45px;
}

@media only screen and (max-width:991px)
{
  .footer-dark .my-account{
    margin: 0;
  }

  .footer-promo-wrapper{
    margin:0 15px;
    width: calc(100% - 30px);
  }

  #zone-footernap .zone-content{
    display:flex;
    column-gap:20px;
    justify-content:space-between;
    margin-bottom:30px;
  }

  #zone-footernap .zone-content > div{
    flex:1;
  }
}

@media only screen and (max-width:767px){
  #zone-footernap .zone-content{
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  #zone-footernap .zone-content > div{
    width:100%;
  }

  .footer-nav-row {
    flex-wrap:wrap;
    row-gap:30px;
    grid-template-columns: repeat(2, 1fr);
    column-gap:15px;
  }

  .footer-nav-col{
    min-width:150px;
  }

  .sub-footer{
    margin-top:0px;
  }

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

  .footer-dark .footer-socials{
    justify-content:center;
    margin-top:20px;
  }
}

