.site-footer .theme-form input::placeholder{
  opacity: 1;
  color: white;
}

.site-footer .theme-form input, .site-footer .theme-form .hs-button{
  border-color: white;
  border-radius:0;
  font-weight: 700;
}

.site-footer .theme-form .input input{
  border-top-left-radius:25px;
    border-bottom-left-radius:25px;
  padding-left:1em;
}

.site-footer .theme-form .hs-button{
  border-top-right-radius:25px;
    border-bottom-right-radius:25px;
}

.site-footer .theme-form label, .site-footer .theme-form .theme-rich-text{
  display: none;
}

.site-footer
