@charset "UTF-8";
/* COMPILE */
/* COMPILE END */
/* PROJECT BREAKPOINTS */
/* PROJECT BREAKPOINTS END */
/* PROJECT COLORS */
/* PROJECT COLORS END */
/* IMPORTS */
/* PROJECT BREAKPOINTS */
/* PROJECT BREAKPOINTS END */
@font-face {
  font-family: "Cy-regular";
  src: url("../css/fonts/cy-regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Cy-semibold";
  src: url("../css/fonts/cy-semibold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Cy-bold";
  src: url("../css/fonts/cy-bold.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "cy-regular", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0, "dlig" 0, "hlig" 0;
  font-family: Arial, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0rem;
}

ul li {
  font-family: "cy-regular";
}

.content ul li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36px;
  font-family: "cy-regular";
  color: black;
}
.content ul li a {
  color: #0054a6 !important;
}
.content ul li strong {
  font-family: "cy-semibold";
  color: black;
  line-height: 36px;
}

a, button {
  font-family: "cy-semibold";
}

p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  color: black;
}
p a {
  color: #0054a6 !important;
}
p strong {
  font-family: "cy-semibold";
  color: black;
  line-height: 36px;
}

h1 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Cy-bold";
  color: #0054a6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "Cy-bold";
  font-weight: 300;
  color: #0054a6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h3, h4, h5 {
  font-size: 1.25rem;
  font-family: "Cy-bold";
  line-height: 2.6rem;
  font-weight: bold;
  color: #0054a6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* --- COLORS --- */
.text-primary {
  color: #0054a6 !important;
}

/* --- COLORS END --- */
/* --- BLOCKS --- */
.content p {
  padding-bottom: 1rem;
}

.single-post {
  font-family: "Open Sans", sans-serif !important;
}
.single-post p {
  padding-bottom: 1rem;
  font-family: "Open Sans", sans-serif !important;
}
.single-post strong {
  font-family: "Open Sans", sans-serif !important;
}
.single-post ul li {
  font-family: "Open Sans", sans-serif !important;
}

/* DEFAULT SPACING */
/*
mt-0	0px (žádný horní margin)
mt-1	0.25rem (4px)
mt-2	0.5rem (8px)
mt-3	1rem (16px)
mt-4	1.5rem (24px)
mt-5	3rem (48px)
*/
.mt-6 {
  margin-top: 4rem;
} /* 64px */
.mt-7 {
  margin-top: 5rem;
} /* 80px */
.mt-8 {
  margin-top: 6rem;
} /* 96px */
.mt-9 {
  margin-top: 7rem;
} /* 112px */
.mt-10 {
  margin-top: 8rem;
} /* 128px */
.mt-11 {
  margin-top: 9rem;
} /* 144px */
.mt-12 {
  margin-top: 10rem;
} /* 160px */
.mt-13 {
  margin-top: 11rem;
} /* 176px */
.mt-14 {
  margin-top: 12rem;
} /* 192px */
.mt-15 {
  margin-top: 13rem;
} /* 208px */
.mt-16 {
  margin-top: 14rem;
} /* 224px */
.mt-17 {
  margin-top: 15rem;
} /* 240px */
.mt-18 {
  margin-top: 16rem;
} /* 256px */
.mt-19 {
  margin-top: 17rem;
} /* 272px */
.mt-20 {
  margin-top: 18rem;
} /* 288px */
.mt-32 {
  margin-top: 2rem;
}

.gap-32 {
  gap: 2rem;
}

/* Breakpoint: Small (≥576px) */
@media (min-width: 576px) {
  /* 1 až 12 sloupců */
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* Breakpoint: Medium (≥768px) */
@media (min-width: 768px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* Breakpoint: Large (≥992px) */
@media (min-width: 992px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* Breakpoint: Extra Large (≥1200px) */
@media (min-width: 1200px) {
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* Breakpoint: Extra Extra Large (≥1400px) */
@media (min-width: 1400px) {
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* --- LIST --- */
.list-style-none {
  list-style: none;
}

.list-li-left {
  padding-left: 0px;
}

/* --- LIST END --- */
/* --- PADDING FIX --- */
@media (max-width: 576px) {
  .padding-phone-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* --- PADDING FIX END --- */
/* --- Z INDEX --- */
.z-big {
  z-index: 999 !important;
}

/* --- Z INDEX END --- */
/* ---- button ---- */
.button {
  margin-bottom: 10px;
  border: none;
  color: #000;
  font-family: sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}

.grid {
  transition: height 0.3s ease-in-out;
}

/* ---- button-group ---- */
.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/* Textové bloky */
.wp-block-quote {
  color: purple;
}

/* Média */
/* Design/layout */
/* Navigace */
/* Embeds */
/* Widgety / funkční bloky */
/* WooCommerce (pokud je aktivní) */
/*RESPONSIVE NAVIGATION*/
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  #menu-nove-hlavni-menu li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-right: 0.1rem;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  #menu-nove-hlavni-menu li {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  #menu-nove-hlavni-menu li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    margin-right: 0.7rem;
    font-size: 1rem;
  }
}
/*BIGGER BOTTOM NAVIGATION*/
@media (min-width: 1362px) {
  .main-page-bottom-nav ul {
    width: 90% !important;
    margin: auto !important;
    justify-self: center;
  }
  .main-page-bottom-nav li {
    width: 16% !important;
    justify-self: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bolder;
  }
}
@media (min-width: 836px) and (max-width: 1361.99px) {
  .main-page-bottom-nav ul {
    width: 100% !important;
    margin: auto !important;
    justify-self: center;
  }
  .main-page-bottom-nav li {
    width: 16% !important;
    justify-self: center;
    text-align: center;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 835px) {
  .main-page-bottom-nav ul {
    width: 100% !important;
    margin: auto !important;
    justify-self: center;
  }
  .main-page-bottom-nav li {
    width: 16% !important;
    justify-self: center;
    text-align: center;
    font-size: 0.78rem;
  }
}
/*ARTICLE IMAGE SIZE*/
.article-img-container {
  height: 250px !important;
}

@media (min-width: 1270px) {
  .post-item h2 {
    font-size: 1.7rem !important;
  }
}
.page-header-box img {
  width: 75% !important;
}

.container.single-post .row {
  width: 75%;
  margin: auto;
}

/*BIGGER FOOTER TEXT*/
.footer-bigger-font {
  font-size: 1.7rem;
}

footer .social-container .social-icon {
  color: white;
  background-color: transparent;
  font-size: 30px;
  width: 60px;
  height: 60px;
}

/*ROUNDED BOCNI MENU*/
.bocni-menu {
  border-radius: 5px !important;
}

/*CAROUSEL FONT SIZE*/
#morePostsCarousel .carousel-inner .carousel-item .card-title {
  font-size: 1.5rem;
}

/*CAROUSEL PREV / NEXT*/
.carousel-inner {
  width: 90%;
  margin: auto;
}

.site-content .container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 20px;
}

.carousel-inner {
  width: 98%;
  margin: auto;
}

.ecs-event-list li {
  border-radius: 20px !important;
}

span.duration.time {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.hp-archive .post-item h2 {
  font-size: 20px !important;
  font-family: "cy-semibold";
  font-weight: 400 !important;
}

@media screen and (max-width: 576px) {
  .carousel-item h5 {
    color: black;
  }
  main.main-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.carousel-control-prev {
  left: -1rem;
}

button.carousel-control-prev {
  background: #0054a6;
  width: 28px;
  height: 28px;
  opacity: 1;
  padding: 8px;
  top: 35%;
  display: none;
}

.carousel-control-next {
  right: -1rem;
}

button.carousel-control-next {
  background: #0054a6;
  width: 28px;
  height: 28px;
  opacity: 1;
  padding: 8px;
  top: 35%;
  display: none;
}

#morePostsCarousel button.carousel-control-next {
  top: 100px;
}

#morePostsCarousel button.carousel-control-prev {
  top: 100px;
}

body {
  background-position: top center;
}

.carousel-indicators {
  position: static; /* zruší absolute positioning */
  margin-top: 1rem; /* mezera pod sliderem */
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #000; /* barva teček (můžeš dát i #fff) */
}

.card-image-container {
  height: 180px;
  overflow: hidden;
  display: flex;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .slider-small-fix-height {
    background: red;
    height: 440px;
  }
}
#morePostsCarousel .carousel-inner .carousel-item .card-title {
  font-size: 20px;
}

@media (max-width: 768px) {
  #morePostsCarousel .carousel-inner .carousel-item .card-title {
    font-size: 1rem;
  }
}
h5.card-title.fw-bold {
  line-height: 1.8rem;
}

.blue-bg .post-item .article-img-container {
  overflow: hidden;
  height: 150px !important;
}

span.duration.venue {
  display: none;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
  margin-top: 2rem;
}

.container.single-post img {
  max-width: 100%;
  height: auto;
}

.single-post-header h1 {
  text-align: left;
}

@media (max-width: 768px) {
  footer ul.list-style-none.list-li-left {
    text-align: center;
  }
}
/*test*/
.uagb-ifb-content {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
  height: 270px;
}

@media (max-width: 768px) {
  body .is-layout-grid {
    display: flex;
    flex-direction: column;
  }
  .uagb-ifb-content {
    height: auto;
  }
  .wp-block-buttons > .wp-block-button {
    margin-top: 0rem;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: fit-content;
  }
}
.wp-block-uagb-info-box {
  border: 0px !important;
  /* border-radius: 15px !important; */
  /* height: 281px; */
}

.wp-container-core-group-is-layout-ce155fab {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 15px !important;
  border: 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

#ecMapaVelka {
  width: 625px;
  height: 357px;
}

@media (max-width: 768px) {
  #ecMapaVelka {
    width: 425px;
    height: 257px;
  }
  .wp-block-embed iframe {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  #ecMapaVelka {
    width: 300px;
    height: 177px;
  }
}
/* IMPORTS END */
/* --- BLOCK COMPONENTS --- */
* {
  border-radius: 0 !important;
}

[class*=rounded] {
  border-radius: 0 !important;
}

.btn-primary, .wp-block-button a {
  background-color: #0054a6;
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  font-family: "cy-bold";
  border: 0px;
  transition: transform 0.3s ease;
  border-radius: 0px !important;
}

.card-image-container {
  height: 140px;
  overflow: hidden;
  display: flex;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
}

.blue-bg {
  background-color: #003399 !important;
}
.blue-bg h1 {
  color: white;
}
.blue-bg h2 {
  color: white;
}
.blue-bg h3 {
  color: white;
}
.blue-bg h4 {
  color: white;
}
.blue-bg h5 {
  color: white;
}
.blue-bg p {
  color: white;
}
.blue-bg ul li {
  color: white;
}

.wp-block-spacer {
  display: none;
}

.container {
  max-width: 1448px;
}

.ast-container {
  position: relative;
}

#ast-scroll-top {
  display: none !important;
}

.custom-block {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .custom-block {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.btn-primary, .wp-block-button a {
  background-color: #0054a6;
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  font-family: "cy-bold";
  border: 0px;
  transition: transform 0.3s ease;
}
.btn-primary:hover, .wp-block-button a:hover {
  transform: scale(1.1);
  background-color: #0054a6;
}

section#tribe-events-pg-template {
  background: white;
}

body {
  background-image: url(../images/bg.png);
}

/* --- BLOCK COMPONENTS END --- */
.site-content .container {
  background-color: white;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.grid-custom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .grid-custom .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .grid-custom .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}

/* --- HEADER --- */
.header-top {
  background-color: white;
}
.header-top img {
  width: 120px;
}
.header-top span {
  font-size: 1.25rem;
}

.nav-link.show {
  color: white;
}

.navbar-nav li:hover {
  background-color: #2B7FD2;
}

a.nav-link {
  color: white;
}
a.nav-link:hover {
  color: white;
}
a.nav-link:active {
  color: white;
}

.dropdown-menu {
  background: #0054a6;
}
.dropdown-menu li:hover {
  background-color: #2B7FD2;
}

#menu-nove-hlavni-menu li {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Dropdown menu na hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

/* Zajistit že dropdown funguje i pro více úrovní */
.navbar-nav .dropdown-menu {
  margin-top: 0;
}

/* Když je menší obrazovka (mobil), vrátíme klikání */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: none;
  }
}
.navbar {
  background: #0054a6;
}
.navbar form {
  margin-bottom: 0px;
}
.navbar .menu-item:hover {
  background: linear-gradient(to bottom, #0054a6, #00336e);
}
.navbar .menu-item .show {
  color: white !important;
}
.navbar .menu-item .active {
  color: white;
}
.navbar .menu-item .sub-menu {
  background: #0054a6;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.navbar-nav li.menu-item-has-children {
  position: relative;
}

.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #0054a6;
  border: none;
  min-width: 10rem;
  padding: 0.5rem 0;
}

.navbar-nav li.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu a {
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  display: block;
  color: white;
}
.dropdown-menu a:hover {
  background-color: #2B7FD2;
  color: white;
}

.dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu,
.nav-item.dropdown.show > .dropdown-menu {
  display: block;
}

.menu-item-has-children {
  position: relative;
}

.ast-menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0.25rem 0.75rem;
  /*&::before {
    content: '+';
    font-size: 1.25rem;
    line-height: 1;
  }*/
}
.ast-menu-toggle:hover {
  color: #ccc;
}

.menu-item-has-children.ast-submenu-expanded > .ast-menu-toggle::before {
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  /*.ast-menu-toggle::before {
    content: "+";
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -3px;
  }*/
}
@media (max-width: 991px) {
  ul.sub-menu.dropdown-menu {
    width: 98%;
  }
}
span.ast-icon.icon-arrow {
  display: none !important;
}

.main-header-menu .menu-item-has-children > a::after {
  display: none !important;
}

@media (min-width: 992px) {
  ul.sub-menu.dropdown-menu .dropdown-menu {
    margin-left: 143px;
    margin-top: -45px;
  }
}

@media (max-width: 991.98px) {
  .main-header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0d47a1;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    display: none;
    z-index: 999;
  }
  .main-header-menu.show {
    display: flex;
  }
  .main-header-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header-menu li a {
    width: 100%;
    display: block;
    padding: 0.75rem 1rem;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
  }
  .main-header-menu li a:hover {
    background-color: #2B7FD2;
    color: white;
  }
  .menu-toggle {
    z-index: 1001;
    position: relative;
  }
}
.ast-menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  /*&::before {
    content: '+'; // místo šipky
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
  }*/
}
.ast-menu-toggle:hover {
  color: #ccc;
}

@media (max-width: 991.98px) {
  .ast-menu-toggle {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .menu-item-has-children {
    position: relative;
  }
}
button.menu-toggle.d-block.d-lg-none {
  background: transparent;
  box-shadow: none;
  border: 0px;
  color: white;
  font-size: 29px;
}

/* Základní horizontální styl pro hlavní menu */
.main-header-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header-menu > li {
  list-style: none;
  margin-right: 1rem;
}
.main-header-menu > li > a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: white;
  font-family: "Open Sans", sans-serif;
}
.main-header-menu > li > a:hover {
  background-color: #2B7FD2;
  color: white;
}

/* Mobilní zobrazení: burger */
@media (max-width: 991.98px) {
  .main-header-menu {
    display: none;
    flex-direction: column;
    background-color: #0054a6;
    width: 100%;
  }
  .main-header-menu.show {
    display: flex;
  }
  .main-header-menu > li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/* --- HEADER END --- */
/* --- FOOTER --- */
footer {
  background: linear-gradient(to bottom, #0054a6, #00336e);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer span {
  color: white;
}
footer .social-container {
  display: flex;
  justify-content: flex-start;
}
footer .social-container a:hover {
  text-decoration: none;
}
footer .social-container .social-icon {
  width: 40px;
  height: 40px;
  background-color: white;
  color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0px 0px;
  font-size: 20px;
  transition: all 0.3s ease;
}
footer .social-container .social-icon:hover {
  background-color: #0056b3;
  color: white;
}

/* --- FOOTER END --- */
/* --- SINGLE POST --- */
.single-post-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post-header .breadcrumb-post {
  border-radius: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}
.single-post-header .breadcrumb-post p {
  font-size: 15px;
}
.single-post-header .breadcrumb-post i {
  color: #7F8387;
  padding-right: 8px;
}

.next-posts {
  border-radius: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  background-color: white;
  margin-top: 2rem;
}
.next-posts h2 {
  margin-bottom: 2rem;
}
.next-posts h3 {
  color: black;
  padding-right: 1rem;
}
.next-posts .news-thumb {
  height: 160px;
  overflow: hidden;
}
.next-posts p {
  font-size: 13px;
  color: #000;
}

.share-post {
  border-radius: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  background-color: white;
  margin-top: 2rem;
}
.share-post img {
  height: 48px;
  width: auto;
}

/* --- SINGLE POST END --- */
/* --- SIDE MENU --- */
.bocni-menu {
  background-color: #0054a6;
  border-radius: 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bocni-menu ul li:hover {
  background-color: #2b7fd2;
}
.bocni-menu ul li a {
  font-family: "Open Sans", sans-serif;
}
.bocni-menu ul.sub-menu.dropdown-menu.show {
  border-radius: 0px;
  width: 100%;
  background: #2b7fd2;
  margin-top: 0px;
}
.bocni-menu ul.sub-menu.dropdown-menu.show li:hover {
  background-color: #0054a6;
}

/* --- SIDE MENU END --- */
/* --- POST ITEM --- */
.post-item p {
  font-size: 14px;
  line-height: 1.25rem;
}
.post-item p.text-muted {
  font-size: 12px;
}
.post-item .mb-3 {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

/* --- POST ITEM END -- */
/* --- HOMEPAGE --- */
.main-page-bottom-nav a {
  color: black !important;
  background: transparent !important;
  border-bottom: 2px solid #0054a6 !important;
}
.main-page-bottom-nav a:hover {
  border-bottom: 2px solid #FDB813 !important;
}

.posts-container h2 {
  color: #0054a6 !important;
}

/* --- HOMEPAGE END --- */
/* --- PAGE SWITCHER --- */
.uagb-tab.uagb-tabs__active {
  background-color: #0054a6;
  color: white;
}
.uagb-tab.uagb-tabs__active div {
  color: white;
}

/* --- PAGE SWITCHER END --- */
/* --- PAGINATION--- */
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-family: "cy-regular";
}
.pagination .page-numbers.current {
  color: #0054a6;
  font-family: "cy-regular";
}
.pagination .page-numbers {
  color: black;
  font-family: "cy-regular";
}
.pagination .next {
  color: black;
  font-family: "cy-regular";
}

/* --- PAGINATION END --- */
/* --- MAIN PAGE --- */
.main-page-bottom-nav a.nav-link {
  background-color: #0054a6;
  color: white;
}
.main-page-bottom-nav a.nav-link:hover {
  background-color: #FDB813;
}

#infoSlider {
  background-color: #d9e3f1;
}

.ecs-event-list {
  display: flex;
  flex-direction: column;
  margin-left: -35px;
  gap: 1rem;
}
.ecs-event-list li {
  list-style: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 1rem;
}
.ecs-event-list li h4 a {
  color: #0054a6;
}
.ecs-event-list .date_thumb {
  display: flex;
  gap: 0.5rem;
}

.custom-force-uppercase {
  text-transform: uppercase;
}

.rozcestnik a {
  background: transparent;
  border: 2px solid white;
  border-radius: 5px !important;
}

.post-item article {
  border-radius: 17px !important;
  border: 0px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.article-img-container {
  height: 180px;
  overflow-y: hidden;
  border-radius: 10px !important;
}
.article-img-container img {
  width: 100%;
  width: -webkit-fill-available;
  width: fill-available;
}

.video-center-75 {
  width: 75% !important;
  margin: auto;
}

#morePostsCarousel .card-body {
  color: #000;
}

#morePostsCarousel .card-body .text-muted {
  color: #000 !important;
}

#morePostsCarousel .card-title {
  color: #000;
}

.card-max {
  height: 400px !important;
  overflow: hidden;
}

.custome-force-border-radius {
  border-radius: 10px !important;
}

/*# sourceMappingURL=style.css.map */
