/* Hyper Era Tours V25 — white contact details and compact footer bottom */

/* Contact details: keep icons gold, make all text fully white. */
.compact-contact-col .footer-contact-row,
.compact-contact-col .footer-contact-row:link,
.compact-contact-col .footer-contact-row:visited,
.compact-contact-col .footer-contact-row > span:last-child,
.compact-contact-col .footer-contact-list p,
.compact-contact-col .footer-contact-list p > span:last-child{
  color:#ffffff!important;
  opacity:1!important;
}
.compact-contact-col .footer-contact-icon{
  color:#f6bd55!important;
}
.compact-contact-col .footer-contact-row:hover > span:last-child{
  color:#ffffff!important;
}

/* Make the copyright/privacy/terms strip shorter. */
.compact-footer-bottom{
  min-height:40px!important;
  padding:7px 0!important;
  line-height:1.25!important;
}
.compact-footer-bottom > span,
.compact-footer-bottom a{
  line-height:1.25!important;
}

@media (max-width:640px){
  .compact-footer-bottom{
    min-height:auto!important;
    padding:8px 0!important;
    row-gap:5px!important;
  }
}
