
/* Footer logo tagline only */
html body .tns-footer-company > div:first-child > small{
  display:inline-block!important;
  margin-top:15px!important;
  color:#c8872b!important;
  font-size:9px!important;
  line-height:1.15!important;
  font-weight:720!important;
  letter-spacing:.32em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
@media(max-width:620px){
  html body .tns-footer-company > div:first-child > small{
    margin-top:14px!important;
    font-size:8.5px!important;
    letter-spacing:.30em!important;
  }
}
