/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.3
*/

.footer-newsletter {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.footer-newsletter p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.footer-newsletter input.wpcf7-form-control {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #ddd;
  min-width: 250px;
}

.footer-newsletter input.wpcf7-submit {
  background: #0073e6;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-newsletter input.wpcf7-submit:hover {
  background: #005bb5;
}
