/* V14 — centered, slightly larger, proportioned Otorixa footer signature */
.site-footer-credit{
  margin-top:8px!important;
  padding-top:4px!important;
  line-height:1!important;
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
.site-footer-credit a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:.82!important;
}
.site-footer-credit-logo{
  display:block!important;
  width:104px!important;
  max-width:104px!important;
  height:auto!important;
}
.site-footer-credit a:hover{
  opacity:.97!important;
  transform:translateY(-1px)!important;
  filter:drop-shadow(0 0 6px rgba(212,175,55,.16))!important;
}
@media (max-width:640px){
  .site-footer-credit{
    margin-top:6px!important;
    padding-top:2px!important;
  }
  .site-footer-credit-logo{
    width:82px!important;
    max-width:82px!important;
  }
}
