/* Zobrazí červenou hvězdičku u povinných polí */
label.form-required::after,
.js-form-required::after {
  content: " *";
  color: red;
  font-weight: bold;
  margin-left: 0.25em;
}

.akce-info p{
    padding-bottom: 10px;
    font-size: 18px;
}


.form-item label {
  display: block;
  margin-bottom: 5px;
  color: #373634;
  font-weight: bold;
  margin-top: 10px;
}

.form-item input {
  width: 100%;
  padding:18px;
  border:1px solid #ccc;
  border-radius:50px;
  font-size: 14px;
}
.form-checkbox  {
    width: 20px !important;
    margin-right: 20px;
}

.form-item-souhlas {
    display: flex;
}

.red {
    color:red;
}


.tab-content  {
   padding:  0px 25px 25px 25px;
} 

.tab-content h2 {
   padding-top: 30px;
}


.tab-content p {
    padding-bottom: 20px;
}

.akce-row{
   border-bottom: 1px solid #4E2A0E;
   padding: 20px 10px;
   width: 100%;
}

.akce-row-datum, .akce-row-misto, .akce-row-nazev, .akce-row-cas {
   
   height: 40px;
   align-items: center;
   display: flex;
}

.akce-row-datum {
  width: 5%;  
}

.akce-row-misto {
  width: 28%;   
    
}

.akce-row-nazev{
    width: 28%;   
}
.akce-row-cas {
  width: 20%;    
}

.button-nolink-row {
    background: #E9E0D8;
    border-radius: 50px;
    padding: 10px 15px;
    color:#4E2A0E;
    width: 120px;
    text-align: center;
}

.button-registrace-row {
    background: #4E2A0E;
    border-radius: 50px;
    padding: 10px 15px;
    color:#fff;
    width: 120px;
    text-align: center;
    
    -webkit-transition: -moz-transform .5s ease-out;
    -moz-transition: -webkit-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
    display: block;
}

a.button-registrace-row {
    color:#fff;
}

.button-registrace-row:hover {
    background: #352303;
    cursor: pointer;
    transition-duration: .2s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);  
}



.kalendar-img  img{
   width: 100%;
   height: auto;
}

.box-gelarie-les {
    width: 19.5%;
    padding: 20px;
    box-sizing: border-box;
}

.box-gelarie-les:hover {
   box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 0px 6px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
  border-radius:20px;
  cursor: pointer;
}

.box-gelarie-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius:20px;
    
}

.box-gelarie-datum {
   padding: 10px 0px; 
}

.box-gelarie-nazev {
    padding-bottom: 10px;
    font-weight: 700;
}

#fotogalerie {
   height: 800px;
   overflow-y: auto;
}

