footer {
  margin-block-start: 0 !important;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  opacity: .75;
}

/*footer newsletter*/
  footer form {
    position: relative;
  }

  footer form .wpcf7-email {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    background-color: transparent;
  }
  footer form .wpcf7-email::placeholder {
    color: white;
  }
/*footer newsletter*/

footer .wp-social-link{
  color: #ffffff !important;
}

@media only screen and (min-width: 1200px) {
  footer .wpcf7-form input.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
  }
}