/**
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.5.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
*/
/*colors*/
/*fonts*/
@media screen and (max-width: 640px) {
  h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}

a.homebox {
  text-decoration: none !important;
  padding: 40px;
  padding-top: 140px;
}

@media screen and (max-width: 640px) {
	a.homebox {
		  padding-top: 140px;
	}
	
	a.homebox-2 {
		  padding-top: 60px !important;
	}
}

.jp-dev-single {
  margin: 0;
  width: 100%;
}

.jp-dev-fullscreen-showcase {
  position: relative;
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .jp-dev-fullscreen-showcase {
    height: auto;
    margin-bottom: 268px;
    min-height: 580px;
  }
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
@media screen and (max-width: 640px) {
 .jp-dev-fullscreen-showcase .jp-dev-content-overlay {
    bottom: -268px !important;
    min-height: 268px;
  }
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block {
  background: #1F1D1D;
  backdrop-filter: blur(10px);
  padding: 40px;
  max-width: 1000px;
  transform: translateY(0px);
  animation: slideUp 0.8s ease-out forwards;
  width: 40%;
  border-radius: 16px;
}
@media screen and (max-width: 640px) {
  .jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block {
    width: 100%;
    padding: 20px;
	border-radius: 0 !important;
  }
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block .jp-dev-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block .jp-dev-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block .jp-dev-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 25px;
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block .jp-dev-more-link {
  display: inline-block;
  padding: 12px 25px;
  color: #3AAC92;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 24px;
  transition: all 0.3s ease;
  float: right;
}
.jp-dev-fullscreen-showcase .jp-dev-content-overlay .jp-dev-content-block .jp-dev-more-link:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}
.jp-dev-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jp-dev-archive-item {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.jp-dev-archive-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.jp-dev-archive-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.jp-dev-archive-thumbnail:hover img {
  transform: scale(1.05);
}

.jp-dev-archive-content {
  padding: 20px;
}
.jp-dev-archive-content h3 {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.jp-dev-archive-content h3 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.jp-dev-archive-content h3 a:hover {
  color: #0073aa;
}

.jp-dev-archive-excerpt {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

.jp-dev-archive-link {
  display: inline-block;
  padding: 8px 16px;
  background: #0073aa;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}
.jp-dev-archive-link:hover {
  background: #005a8b;
  color: #ffffff;
}

.jp-dev-thumbnail {
  position: relative;
  overflow: hidden;
}

.jp-dev-no-image {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.jp-dev-no-image::before {
  content: "No Image Available";
  color: #999;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .jp-dev-content-overlay {
    padding: 5px;
  }
  .jp-dev-content-overlay .jp-dev-content-block {
    max-width: 400px;
    padding: 30px;
  }
  .jp-dev-content-overlay .jp-dev-content-block .jp-dev-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .jp-dev-archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .jp-dev-content-overlay {
    padding: 5px;
    align-items: center;
    justify-content: center;
  }
  .jp-dev-content-overlay .jp-dev-content-block {
    max-width: 350px;
    padding: 25px;
  }
  .jp-dev-content-overlay .jp-dev-content-block .jp-dev-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .jp-dev-archive-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .jp-dev-content-overlay {
    padding: 15px;
  }
  .jp-dev-content-overlay .jp-dev-content-block {
    max-width: 100%;
    padding: 20px;
  }
  .jp-dev-content-overlay .jp-dev-content-block .jp-dev-title {
    font-size: 1.4rem;
  }
  .jp-dev-fullscreen-showcase {
    min-height: 50vh;
    height: auto !important;
  }
}
.svetla-hlavicka .mobile-menu {
  color: #000000 !important;
}
.svetla-hlavicka .ast-mobile-svg {
  fill: #000000 !important;
}
.svetla-hlavicka .ast-button-wrap .mobile-menu-wrap .mobile-menu,
.svetla-hlavicka .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  color: black !important;
}

.pudorys-wrapper.grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.pudorys-wrapper.grid img {
  width: 45%;
}

.stav-indicator.volny {
  text-transform: uppercase;
}

.ast-primary-header-bar .main-navigation a {
  text-transform: uppercase;
}




/* cookies START */
.cky-consent-container .cky-consent-bar {
    background-color: #215d4e !important;
    border-color: #215d4e !important;
}

.cky-notice .cky-title {
    color: white !important;
}

.cky-notice-des {
    color: white !important;
}

button.cky-btn.cky-btn-customize,
button.cky-btn.cky-btn-reject{
    color: white !important;
    border-color: white !important;
}

button.cky-btn.cky-btn-accept {
    background: white !important;
    border-color: white !important;
    color: #215d4e !important;
}

.cky-modal button.cky-btn.cky-btn-accept {
    background-color: #215d4e !important;
    border-color: #215d4e !important;
    color: white !important;
}

.cky-modal button.cky-btn.cky-btn-reject,
.cky-modal button.cky-btn.cky-btn-preferences {
    background-color: #fff !important;
    border-color: #215d4e !important;
    color: #215d4e !important;
}
/* cookies END */

@media screen and (max-width: 640px) {
	.map-wrap {
		bottom: 403px !important; 
	}
	
	.volne-jednotky-wrapper {
		margin-bottom: 160px !important;
	}
}
