/*
Footer
*/

#footer {
  background: #1E1E1E url('/wp-content/themes/svpg2022/app/img/footer-svpg.svg') bottom right no-repeat;
  padding-bottom: 30px;
  padding-top: 60px;
}

  @media (max-width: 767.98px) {

    #footer {
      background-size: auto 100px;
    }

  }

  #footer a {
    color: #A6A6A6;
    text-decoration: underline;
  }

  #footer .newsletter h6 {
    color: #fff;
  }

  #footer .contact {
    padding-bottom: 60px;
    padding-top: 60px;
  }

    #footer h6 {
      color: #A6A6A6;
      margin-bottom: 60px;
    }

    #footer hr {
      background-color: #343434;
      height: 1.5px;
      margin-bottom: 60px;
      opacity: 1;
    }

  #footer .copyright p {
    margin: 0;
    padding: 0;
  }

  #footer .copyright a {
    color: #A6A6A6;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
  }

  #footer .copyright a.policy {
    position: relative;
    top: 4px;
  }

#footer form label { display: none; }

#footer form { position: relative; }

#footer form input[type="email"] {
  background-color: #1E1E1E;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  width: 35%;
}

@media (max-width: 767.98px) {
  #footer form input[type="email"] {
    margin-bottom: 2rem;
    width: 100%;
  }
}

#footer form input[type="submit"] {
  appearance: none;
  background: transparent url('/wp-content/themes/svpg2022/app/img/icons/icon-arrow-white.svg') left no-repeat;
  background-size: auto 11px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
}

#footer form input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#footer form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#footer form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
