/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: poco
* Version: 2.2.8
*/

.poco-breadcrumb .breadcrumb-heading {
    text-transform: none !important;
}

/* Contact Form 7 – formulář přes celou šířku */
.wpcf7 {
  width: 100%;
  max-width: 100%;
}

.wpcf7 form {
  width: 100%;
}

/* Pole přes celou šířku */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Tlačítko Contact Form 7 */
.wpcf7 input[type="submit"] {
  background-color: #FAD02B;
  color: #000;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover stav */
.wpcf7 input[type="submit"]:hover {
  background-color: #272F67;
  color: #fff;
}

.privacy-link {
  color: #000;
  text-decoration: none;
}

.privacy-link:hover {
  color: #777;
  text-decoration: none;
}

.poco-handheld-footer-bar {
    display: none !important;
}
