.site-content .ast-container {
  justify-content: center;
}

.kurz-detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.post-hero-info {
 display: flex;
 flex-direction: column;
 justify-content: center;

 padding: 50px 30px;
 max-width: 60%;
}

.post-hero-wrapper {
  max-width: 1440px;
  padding: 10px;
}

.post-body-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 10px;
  justify-content: space-between;
}

.post-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}



.post-info {
  width: 70%;
  padding: 20px;
}

.rychly-kontakt {
  background-color: var(--ast-global-color-5);
  border-radius: 20px;
  width: auto;
  padding: 20px;
}

.post-hero {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .post-hero {
    flex-direction: column-reverse;
  }

  .post-hero-info {
    max-width: 100%;
  }

  .post-body {
    flex-direction: column-reverse;
  }

  .post-info {
    width: 100%;
    padding: 20px;
  }

  .rychly-kontakt {
    width: 100%;
  }
}


/* obrazek v hero sekci pokryva celou plochu*/
.post-hero img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

h1 {
  color: white;
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px

}

h3 {
  margin-bottom: 20px;
}
/*Stylování formuláře*/
.post-form-wrapper {
  display: flex;
  background-color: var(--ast-global-color-5);
  justify-content: center;
  padding: 10px;
}

p {
  margin-bottom: 5px !important;
}


.lang-btns {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}

.lang-btn {
  color: white;
  background-color: var(--ast-global-color-1);
  padding: 5px 20px;
  border-radius: 10px;
}

.cela-sirka {
    width: 100vw;       
    max-width: 100%;     
}




.order-form {
  width: 1440px;
  max-width: 95%;
}

input,
textarea,
select {
  border: 1px solid #F1F0F2 !important;
  border-radius: 10px !important;
  padding: 8px 12px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  outline: none;
  font-size: 100% !important;
}

input:focus,
textarea:focus {
  border: 1px solid #FF8900 !important;
  box-shadow: 0 0 5px rgba(255, 137, 0, 0.6) !important;
  outline: none !important;
}

/*zalozky na mobilu zustanou velde sebe*/
@media (max-width: 767px) {
.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel {
    flex-direction: row !important;
    flex-wrap: nowrap !important;

}
}

/*Nadpis aktivního tabu v kartě kurzu*/
.uagb-tabs__active a {
  text-decoration: underline !important;
  text-decoration-color: var(--ast-global-color-1) !important;
}


/*řazení polí v CF7*/
.sloupce {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

.sloupec {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 250px;
  }

  @media (max-width: 768px) {
    .sloupce {
      flex-direction: column;
    }
  }


/*cf7 radion buttons pod sebe*/
span.wpcf7-list-item { display: block; }

body.single-post .navigation.post-navigation {
  display: none;
}

.grid-container > *:empty {
    display: none;
}

.ast-builder-footer-grid-columns > a {
    display: none !important;
}