/* UPRAVUJE ZAOBLENÍ JEDNOTLIVÝCH POLÍ FORMULÁŘE */
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input[type="file"], .wpcf7-form-control-wrap select {
border-color: #d7d7d7 !important;
border-radius: 8px !important;
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
}

/* UPRAVUJE TLAČÍTKO FORMULÁŘE */

.wpcf7-form-control.wpcf7-submit {
outline: 0 !important;
display: block !important;
border: 1px solid #adc91d !important;
cursor: pointer !important;
color: #121212 !important;
border-radius: 2px !important;
line-height: 30px !important;
height: 40px !important;
width: 100px !important;
background: #adc91d !important;
text-decoration: none !important;
}

.wpcf7-form-control.wpcf7-submit:active {
outline: 0 !important;
display: block !important;
border: 1px solid #adc91d !important;
cursor: pointer !important;
color: #121212 !important;
border-radius: 2px !important;
line-height: 30px !important;
height: 40px !important;
width: 100px !important;
background: #adc91d !important;
  top: .1em !important;
  left: .1em !important;
  box-shadow: 0 0 0 80px rgba(0,0,0,.09) inset !important;
 padding: calc(.25em + 1px) .5em calc(.25em - 1px) !important;
 
}

.wpcf7-form-control.wpcf7-submit:hover {
background: #e2ecaf !important;
}


/* ODKAZ V CUSTOM MENU NA SVĚTLYM POZADÍ */
a.svmenu {
  color: #adc91d !important;
  text-decoration: none !important;
}
a.svmenu:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

a.slmenu {
  color: #656565 !important;
  text-decoration: none !important;
}

a.slmenu:hover {
  color: #adc91d !important;
  text-decoration: none !important;
}


/* UPRAVUJE CITACE RECENZÍ */
.citace {
  background: linear-gradient(#f3f3f3, #fbfbfb) !important;
  font-size: 11pt !important;
  padding: 17px !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 5px !important;
  text-align: center; !important;
}



/* UPRAVEUJE ZAŠKRTÁVACÍ POLÍČKO U KONTAKTNÍHO FORMULÁŘE PŘED */
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 25px;
height: 25px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */

}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 5px !important;
height: 25px;
width: 25px;
top: 0px;
left: 0px;
border: 2px solid #adc91d;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 25px;
width: 25px;
top: 0;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: #ffffff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}





/* ODKAZ V ZÁHLAVÍ - TELEFONNÍ ČÍSLO */
a.cislo {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.cislo:hover {
  color: #adc91d !important;
  text-decoration: none !important;
}


/* ROZDĚLENÍ TEXTU DO SLOUPCŮ */
div.sloupce {
    column-count: 2; /* budou 2 sloupce */
}


/* ZAROVNÁNÍ PRVKU VE FOOTERU */
.obrfooter {
    float: left;
    margin-right: 20px;
}

/* Center horizontally */
.stred {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


