#email-capture-bar {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px !important; }
  #email-capture-bar form {
    margin: 0 !important; }
  #email-capture-bar .email-input {
    margin: 0 10px !important;
    width: 200px; }
  #email-capture-bar .email-capture-bar-submit {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    border: none;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 !important;
    text-decoration: none;
    padding: 6px 12px 5px;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important; }
    #email-capture-bar .email-capture-bar-submit:hover {
      background: black;
      color: white;
      text-decoration: none;
      -webkit-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.1); }
    #email-capture-bar .email-capture-bar-submit:active {
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 600px) {
  #email-capture-bar {
    display: none; } }