@charset "UTF-8";
/*colors*/
/*fonts*/
/**
Theme Name: Astra child
Author: on-board.cz
Author URI: https://on-board.cz
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
body {
  font-family: "Nunito", sans-serif;
}

h1 span {
  color: #f99d1c !important;
}

.xl-title h1 {
  font-size: 72px !important;
  line-height: 80px !important;
}
@media screen and (max-width: 544px) {
  .xl-title h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

.imagefit {
  width: 100%;
}

.prednasejici-image {
  max-height: 350px;
}
.prednasejici-image img {
  object-fit: cover;
}

.prednasky.budouci {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 18px;
}
@media screen and (max-width: 640px) {
  .prednasky.budouci {
    grid-template-columns: 1fr;
  }
}
.prednasky.budouci .prednaska {
  background: white;
}
.prednasky.minule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 18px;
}
@media screen and (max-width: 640px) {
  .prednasky.minule {
    grid-template-columns: 1fr;
  }
}
.prednasky.minule .prednaska {
  background: white;
}
.prednasky .prednaska {
  padding: 20px;
}
.prednasky .prednaska .title {
  font-size: 18px;
  font-weight: 600;
  max-width: 90%;
}

.single-prednasejici .prednasky .prednaska {
  background: #F5F5F5;
}
.single-prednasejici .prednasky .prednaska .title {
  font-size: 18px;
  font-weight: 600;
  max-width: 90%;
}

.tlacitka {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .tlacitka {
    flex-wrap: wrap;
  }
}
.tlacitka a {
  line-height: 45px;
}

.budouci .tlacitka {
  display: flex;
  justify-content: space-between;
}

.line {
  height: 2px;
  width: 140px;
  background: rgba(98, 98, 98, 0.1725490196);
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-primary {
  display: block;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  color: white !important;
  text-decoration: none !important;
  background: #f99d1c;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: medium !important;
}
.btn-primary:hover {
  background: #c0750b;
}
.btn-primary::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 10px;
  background: url(/wp-content/themes/astra-child/images/right.png) no-repeat;
  background-size: contain;
}

.date::before,
.datum .elementor-widget-container::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
  background: url(/wp-content/themes/astra-child/images/calendar.png) no-repeat;
  background-size: contain;
}

.umisteni .elementor-widget-container::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
  background: url(/wp-content/themes/astra-child/images/locarion.png) no-repeat;
  background-size: contain;
}

.prednaska {
  position: relative;
}

.posledni .prednaska {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #283033 !important;
  color: white;
  padding: 0 !important;
  min-height: 300px;
}
@media screen and (max-width: 640px) {
  .posledni .prednaska {
    grid-template-columns: 1fr;
  }
}
.posledni .prednaska .data {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.toggle-prepis {
  line-height: 16px;
  margin-top: 20px;
}

@media screen and (min-width: 840px) {
  .acf-related-posts {
    margin-top: -50px;
  }
}

.related-post-item {
  margin-bottom: 20px;
}
.related-post-item .info {
  padding: 20px;
  background: #ffffff;
}

.prednaska .popis {
  margin-top: 20px;
}
.prednaska .prednasejici {
  margin-top: 10px;
}

.text-ico,
.audio-ico,
.video-ico {
  margin-left: 20px;
  color: #f99d1c !important;
}
.text-ico:hover,
.audio-ico:hover,
.video-ico:hover {
  color: black;
}
.text-ico::before,
.audio-ico::before,
.video-ico::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.text-ico:hover,
.audio-ico:hover,
.video-ico:hover {
  text-decoration: none !important;
}

.audio-ico::before {
  margin-bottom: -6px;
  background: url(/wp-content/themes/astra-child/images/headset.svg) no-repeat;
  background-size: contain;
}

.video-ico::before {
  margin-bottom: -6px;
  background: url(/wp-content/themes/astra-child/images/play.png) no-repeat;
  background-size: contain;
}

.text-ico::before {
  margin-bottom: -6px;
  background: url(/wp-content/themes/astra-child/images/text.png) no-repeat;
  background-size: contain;
}

.pdfButton,
.audioButton {
  display: inline-block;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  color: white !important;
  text-decoration: none !important;
  background: #f99d1c;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: medium !important;
}
.pdfButton:hover,
.audioButton:hover {
  background: #c0750b;
}

.speakers {
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  .speakers {
    display: flex;
    flex-wrap: wrap;
  }
}
.speakers .related-post-item {
  margin-bottom: 0;
  margin-right: 16px;
}
.speakers::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
  background: url(/wp-content/themes/astra-child/images/speaker.png) no-repeat;
  background-size: contain;
}
.speakers a {
  text-decoration: none !important;
}
.speakers a:hover {
  text-decoration: underline !important;
}

.more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.more {
  background: #283033;
  color: white;
  border-radius: 20px;
  padding: 1px 15px;
  text-align: center;
  margin-top: 17px;
  width: 100%;
}

.posledni .speakers .related-post-item span {
  color: white !important;
}

.myfilter-img {
  transition: all 3ms ease-in-out;
  filter: brightness(1.2) contrast(0.87) grayscale(1) saturate(1);
}

.img-filter {
  background: rgba(40, 48, 51, 0.9215686275) !important;
  mix-blend-mode: overlay !important;
  opacity: 0.8 !important;
  transition: all 3ms ease-in-out;
}

.prednasejici-item:hover {
  transition: all 3ms ease-in-out;
}
.prednasejici-item:hover .img-filter {
  transition: opacity 0.2s ease-out;
  opacity: 0 !important;
}
.prednasejici-item:hover .myfilter-img {
  filter: brightness(1) contrast(1) grayscale(0) saturate(1);
  transition: filter 0.2s ease-out;
}

.prednasejici-title {
  font-size: 18px;
  font-weight: medium;
  color: #f99d1c !important;
  margin-bottom: 10px;
}

.linkWrap {
  display: flex;
}
.linkWrap .btn-primary {
  display: block;
}

#probehlo-block-hide,
#from-probehlo-1 {
  display: none;
}

.prednaska-data {
  display: flex;
  flex-wrap: wrap;
}
.prednaska-data .btn-primary {
  margin-right: 20px;
}

.elementor-mark-required .elementor-field-label:after {
  color: #f99d1c !important;
}

.tagwrap {
  display: flex;
}

.tag {
  color: #f99d1c;
  border: 1px solid #f99d1c;
  padding: 5px 16px;
  margin-bottom: 16px;
  font-size: 12px;
}

.tema-ico {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 30px;
}
.tema-ico img {
  width: 40px;
}

.temataWrap {
  display: flex;
  margin-bottom: 10px;
}
.temataWrap > div {
  margin-right: 8px;
}

/* Prednasky Filter Styles */
.prednasky-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 0;
}

.filter-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border: 1px solid #626262;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #626262;
}

.filter-tag:hover {
  border-color: #f99d1c;
  background: #f99d1c;
  color: white;
}

.filter-tag.active {
  border-color: #f99d1c;
  background: #f99d1c;
  color: #fff;
}

.filter-tag img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Responsive design */
@media (max-width: 768px) {
  .prednasky-filter {
    justify-content: center;
  }
  .filter-tag {
    font-size: 12px;
    padding: 6px 12px;
  }
  .filter-tag img {
    width: 14px;
    height: 14px;
  }
}
.odkazyWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.odkaz {
  padding-top: 20px;
  margin-right: 16px;
}
.odkaz a {
  text-decoration: underline;
}
.odkaz a:hover {
  text-decoration: none;
}

.home-banner-cat {
  text-decoration: none !important;
}
.home-banner-cat:hover {
  transform: scale(1.05);
}

.category-description {
  padding: 20px;
  background: white;
  margin-bottom: 30px;
}

.btn-wrap {
  display: flex;
  margin-top: 1épx;
  justify-content: end;
}

.ast-primary-header-bar .ast-header-html-1 img {
  max-width: 100px;
}
.ast-primary-header-bar .main-navigation a {
  text-transform: uppercase;
}

.site-footer {
  background: #283033 url(/wp-content/themes/astra-child/images/pattern.png) repeat center top;
  background-size: contain;
}
@media screen and (max-width: 544px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .site-primary-footer-wrap {
  padding-top: 75px;
}
@media screen and (max-width: 544px) {
  .site-footer .site-primary-footer-wrap {
    padding-bottom: 0;
  }
}
.site-footer .site-below-footer-wrap,
.site-footer .site-primary-footer-wrap {
  background: transparent !important;
}
.site-footer .ast-footer-html-1 .ast-builder-html-element {
  text-align: left;
}
.site-footer .ast-footer-html-1 img {
  max-width: 172px !important;
}
.site-footer .widget-title {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .site-footer .widget-title {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.site-footer .menu li {
  padding-bottom: 10px;
}
.site-footer .menu a {
  color: white;
  text-decoration: none;
}
.site-footer .ast-footer-html-1 {
  margin-top: -15px;
}