/* ======================= */
/*  Content + Footer       */
/* ======================= */
.ix-footer{
    background: var(--ix-color-footer-bg);
    border-bottom: 1px solid var(--ix-color-footer-bg);
}

.ix-footer__inner{ 
    color: #ffff;
}


.ix-footer .ix-footer__left {
  color: rgba(255, 255, 255,1);
  font-size: 0.75rem;
  /*margin-left:-85px;*/
}

.ix-footer .ix-meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
}

.ix-footer-nav { 
  display: flex; 
  gap: 1.2rem; 
  color: var(--ix-color-white);
}

.ix-footer__links a{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  font-weight: 500;
  font-size: 0.75rem;
  /*margin-right: -20px;*/
} 

.ix-footer__links a:hover{
  color: var(--ix-color-accent);
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  font-weight: 500;
  font-size: 0.75rem;
  /*margin-right: -20px;*/
} 

