/*
Theme Name: Kone-martinice
Description: Official web
Version: 1.0.0
Author: Lukas Krasa
Author URI: www.kraasa.cz
Theme URI: www.kone-martinice.cz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */


/* CONTACT FORM 7 STYLES */
.wpcf7-form {
padding-bottom: 20px !important;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-date, .wpcf7-number, .wpcf7-select {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 20px;
color: #333 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* CF7: všechny textové inputy včetně number/date na iOS */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="select"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  color: #333 !important;
  padding: 16px !important;
  box-sizing: border-box !important;

  /* důležité pro iOS Safari */
  -webkit-appearance: none !important;
  appearance: none !important;
}
.wpcf7-submit {
color: #b00000 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

/* wrapper checkboxů */
.wpcf7-checkbox,
.wpcf7-acceptance {
  margin: 0 !important;
  padding: 0 !important;
}

/* jednotlivé položky */
.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

/* label kolem checkboxu */
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 12px 16px;
  background-color: #eee;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  box-sizing: border-box;
}

/* samotný checkbox */
.wpcf7-list-item input[type="checkbox"] {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* text vedle checkboxu */
.wpcf7-list-item-label {
  margin: 0 !important;
  padding: 0 !important;
}

/* GDPR – stejné chování */
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 16px;
  background-color: #eee;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  box-sizing: border-box;
}

#top-menu li a {
  letter-spacing: -0.5px;
}

/* Contact Form 7 – výběr typu boxu */
.wpcf7-form select.wpcf7-select {
    display: block;
    width: 100% !important;
    min-height: 57px;
    box-sizing: border-box !important;
    padding: 16px 48px 16px 16px !important;
    border: none !important;
    border-radius: 0 !important;

    font-family: inherit;
    font-size: 20px !important;
    line-height: 1.25;
    color: #999 !important;
    background-color: #eee !important;

    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M2 2l6 6 6-6' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 10px;
}

.wpcf7-form select.wpcf7-select:focus-visible {
    outline: 2px solid #666;
    outline-offset: 2px;
}

@media (width < 600px) {
  .dsm_image_carousel_thumbs_image {
    display: none;
  }
}

.et_mobile_menu li a {
    font-size: 19px !important;
}