/* Global */
:root {
	--color1: #005625;
	--color2: #8FC03E;
	--fontFamily1: 'Poppins', sans-serif;
	--fontFamily2: 'Rubik', sans-serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #231F20;
	line-height: 1.4;
	margin: 0 !important;
	position: relative;
}

.wrapper {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
}

.margin-top-bottom {
	margin-top: 100px;
	margin-bottom: 100px;
}
.padding-top-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.text-larger {
	font-size: 39px;
}

header.entry-header h1.entry-title.basic-title {
	font-size: 50px;
	text-align: center;
}

header.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	height: 60px;
	background: transparent;
	z-index: 9;
	display: none;
}

.scrolled header.site-header {
	background: #005625;
}

header .header-contact {
	padding: 10px 30px;
	background: #222;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

header .header-contact .header-contact__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-contact a {
	color: #fff;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

header .header-contact a:hover {
	color: #8FC03E;
}

header .header-contact .header-contact__social {
	display: flex;
	gap: 10px;
}

header .header-contact .header-contact__phone a,
header .header-contact .header-contact__email a {
	display: flex;
	gap: 10px;
	align-items: center;
}

header.site-header .site-branding {
	position: absolute;
	left: 50%;
	z-index: 99999999;
	top: 20px;
	width: 200px;
	transform: translateX(-50%);
	transition: all 250ms ease-in-out;
}

.scrolled header.site-header  .site-branding {
	left: 30px;
	top: 10px;
	transform: translateX(0);
}

header.site-header .site-branding a {
	display: block;
}

header.site-header .site-branding a img {
	display: block;
}

header.blog-header {
	width: 100%;
	background: #275328;
}

header.blog-header .site-branding {
	display: flex;
	justify-content: center;
}

header.blog-header .site-branding a {
	display: block;
}

header.blog-header .site-branding a img {
	display: block;
	height: 100px;
	padding: 20px 0;
}

.nav-menu {position: absolute;top: 35px;right: 30px;z-index: 99999;cursor: pointer;}

.nav-menu .menu-button {cursor: pointer;-webkit-tap-highlight-color: transparent;transition: transform 400ms;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;width: 60px;height: 60px;margin: -15px;display: block;position: relative;z-index: 1;}
.nav-menu.active .menu-button {transform: rotate(45deg);}
.nav-menu .menu-button .line {fill:none;transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;stroke: #fff;stroke-width:5.5;stroke-linecap:round;}
.nav-menu.active .menu-button .line {}
.nav-menu .menu-button .top {stroke-dasharray: 40 121;}
.nav-menu .menu-button .bottom {stroke-dasharray: 40 121;}
.nav-menu.active .menu-button .top {stroke-dashoffset: -68px;}
.nav-menu.active .menu-button .bottom {stroke-dashoffset: -68px;}

/* Ham SVG animation (alternative - for compatibility) */
.ham {
	border-radius: 10px;cursor: pointer;-webkit-tap-highlight-color: transparent;transition: transform 400ms;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;width: 60px;height: 60px;margin: -15px;display: block;}
.hamRotate.active {transform: rotate(45deg);}
.hamRotate180.active {transform: rotate(180deg);}
.line {fill:none;transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;stroke: #fff;stroke-width:5.5;stroke-linecap:round;}
.ham4.active .line {}
.ham4 .top {stroke-dasharray: 40 121;}
.ham4 .bottom {stroke-dasharray: 40 121;}
.ham4.active .top {stroke-dashoffset: -68px;}
.ham4.active .bottom {stroke-dashoffset: -68px;}

.nav-menu .main-menu {position: absolute;display: none;overflow: auto;top: -20px;right: -15px;background: rgb(0 0 0 / 20%);transition: left 500ms ease-in-out;background-size: cover;border-radius: 10px;background: rgb(122,184,61);background: -moz-linear-gradient(338deg, rgba(122,184,61,0.95) 0%, rgba(0,86,37,0.95) 10%, rgba(14,97,40,0.95) 70%, rgba(136,196,64,0.95) 100%);background: -webkit-linear-gradient(338deg, rgba(122,184,61,0.95) 0%, rgba(0,86,37,0.95) 10%, rgba(14,97,40,0.95) 70%, rgba(136,196,64,0.95) 100%);background: linear-gradient(338deg, rgba(122,184,61,0.95) 0%, rgba(0,86,37,0.95) 10%, rgba(14,97,40,0.95) 70%, rgba(136,196,64,0.95) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ab83d",endColorstr="#88c440",GradientType=1);box-shadow: 0 0 20px -4px rgb(0 0 0 / 40%);width: max-content;max-width: 300px;}
.nav-menu .main-menu img { margin: 0 auto; display: block; padding: 0; height: 80px;visibility: hidden}
.nav-menu .main-menu #main-menu {padding: 65px 11px 20px 25px;font-family: 'Exo', sans-serif;}
.nav-menu .main-menu #main-menu ul {margin: 0;display: flex;flex-direction: column;align-items: flex-end;}
.nav-menu .main-menu #main-menu ul li {list-style-type: none;text-align: right;width: 100%;}
.nav-menu .main-menu #main-menu ul li.current-subdomain {background: rgb(255 255 255 / 15%);padding-left: 15px;border-radius: 6px;}
.nav-menu .main-menu #main-menu ul li a {color: #ffffff;font-size: 22px;line-height: 30px;font-weight: 400;display: inline-block;padding: 5px 0;position: relative;margin-right: 0;text-decoration: none;display: flex;justify-content: flex-end;align-items: center;width: 100%;}
.nav-menu .main-menu #main-menu ul li a i {width: 40px;text-align: center;margin-left: 10px;transition: left 200ms ease-in-out; position: relative;left: 0;}
.nav-menu .main-menu #main-menu ul li a:hover i {left: -7px;}
.nav-menu .main-menu #main-menu ul li.menu-item-has-children {/* display: block; *//* margin-left: auto; *//* background: rgba(0, 0, 0, 0.1); *//* padding: 10px 20px; *//* border-radius: 10px; */margin-bottom: 15px;/* max-width: 390px; */position: relative;}
.nav-menu .main-menu #main-menu ul li.menu-item-has-children > a {}
.nav-menu .main-menu #main-menu ul li.menu-item-has-children > a i {}
.nav-menu .main-menu #main-menu ul li ul.sub-menu {margin-right: 25px;}
.nav-menu .main-menu #main-menu ul li ul.sub-menu a {font-size: 19px;line-height: 35px;padding: 0;text-transform: none;display: flex;align-items: center;justify-content: flex-end;line-height: 1.4;padding: 3px 0;margin-right: 0;}
.nav-menu .main-menu #main-menu ul li ul.sub-menu a i {margin-left: 0px;width: 20px;text-align: right;display: inline;}
.nav-menu .main-menu #main-menu ul li ul.sub-menu a:after {content: '\f053';font-family: "Font Awesome 6 Pro";margin-left: 25px;font-size: 15px;font-weight: 100;position: relative;transition: left 200ms ease-in-out;left: 0;}
.nav-menu .main-menu #main-menu ul li ul.sub-menu a:hover:after { left: -5px;}


.footer-map #map {
	height: 450px;
}

footer.site-footer {
	padding: 100px 0;
	background: #e9e9e9;
}

footer.site-footer .main-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer.site-footer .main-footer .footer-navigation {

}

footer.site-footer .main-footer .footer-navigation .footer-navigation-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px 30px;
}

footer.site-footer .main-footer .footer-navigation .footer-navigation-grid .footer-navigation-item {

}

footer.site-footer .main-footer .footer-navigation .footer-navigation-grid .footer-navigation-item a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 0;
}

footer.site-footer .main-footer .footer-contact {

}

footer.site-footer .main-footer .footer-contact a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 25px;
	color: inherit;
	text-decoration: none;
	margin: 15px 0;
}

footer.site-footer .main-footer .footer-contact a i {
	display: block;
	flex-shrink: 0;
	font-size: 1.2em;
	color:  #80A640;
	font-weight: 400;
}

footer.site-footer .main-footer .footer-contact .footer-social {
	display: flex;
	gap: 20px;
}

footer.site-footer .main-footer .footer-contact .footer-social a {
	text-decoration: none;
	font-size: 25px;
}

footer.site-footer .main-footer .footer-contact .footer-social a i {
	color: #666;
}

footer.site-footer .main-footer .footer-newsletter h2 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}

footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group {display: flex;align-items: flex-end;max-width: 100%;min-width: 450px;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="email"] {margin-right: 15px;height: 50px;border: none;border-radius: 40px;border-bottom: 2px solid var(--color1);width: 100%;background: none;box-shadow: none !important;outline: none !important;padding: 0 30px;color: var(--mainColor);font-weight: 400;font-family: 'Rubik', sans-serif;font-size: 14px;border: 2px solid #8FC03E;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="submit"] {border: none;background: #8FC03E;color: #fff;padding: 12px 30px;letter-spacing: 0;font-size: 17px;font-weight: 300;border-radius: 40px;transition: all 250ms;font-family: 'Poppins', sans-serif;height: 50px;flex-shrink: 0;cursor: pointer;margin-left: -60px;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="submit"]:disabled {background: #bed489;cursor: not-allowed;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="email"]::-webkit-input-placeholder {color: var(--color3);font-weight: 600;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="email"]:-ms-input-placeholder { color: var(--color3);font-weight: 600;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group input[type="email"]::placeholder {color: var(--color3);font-weight: 600;}

footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mce-field-acceptance {display: block;margin-top: 10px;font-size: 0.8em;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mce-field-acceptance a {color: inherit; text-decoration: underline;}
footer.site-footer .main-footer .footer-newsletter .mailchimp_form #mce-success-response {color: var(--color1);border: 2px solid #008500;display: inline-block;padding: 3px 10px;margin-top: 15px;font-size: 0.9em;}



footer.site-footer .footer-info {
	color: #A7A9AC;
	margin-top: 100px;
	padding-top: 40px;
	border-top: 2px solid #8FC03E;
}

footer.site-footer .footer-info a {
	color: #A7A9AC;
	text-decoration: none;
}

/* Footer Navigation Block */
.block-footer-navigation .link-cards-flex {
	display: flex;
}
.block-footer-navigation .link-cards-item {
	flex-grow: 1;
	flex-basis: 10%;
	background: #88c440;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: box-shadow 0.4s ease,
				filter 0.4s ease;
}
.block-footer-navigation .link-cards-item:nth-child(2n) {
	background: #005625;
}
.block-footer-navigation .link-cards-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.22), transparent 60%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 0;
}
.block-footer-navigation .link-cards-item.item-active {
	cursor: pointer;
}
.block-footer-navigation .link-cards-item.item-active:hover,
.block-footer-navigation .link-cards-item.item-active:focus-visible {
	box-shadow: 0 24px 45px -18px rgba(0, 0, 0, 0.55);
	filter: brightness(1.06);
	z-index: 2;
	outline: none;
}
.block-footer-navigation .link-cards-item.item-active:hover::before,
.block-footer-navigation .link-cards-item.item-active:focus-visible::before {
	opacity: 1;
}
.block-footer-navigation .link-cards-item .item-inside {
	text-align: center;
	padding: 50px 15%;
	position: relative;
	z-index: 1;
}
.block-footer-navigation .link-cards-item .item-inside.item-mobile {
	display: none;
}
.block-footer-navigation .link-cards-item .item-inside h2 {
	font-size: 32px;
	line-height: 1.2;
	min-height: 80px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-footer-navigation .link-cards-item .item-inside img {
	display: block;
	max-width: 150px;
	margin: 30px auto;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.block-footer-navigation .link-cards-item.item-active:hover .item-inside img,
.block-footer-navigation .link-cards-item.item-active:focus-visible .item-inside img {
	transform: scale(1.08);
}
.block-footer-navigation .link-cards-item .item-inside p {
	margin-bottom: 30px;
}
.block-footer-navigation .link-cards-item .item-inside .item-link {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.block-footer-navigation .link-cards-item.item-active:hover .item-inside .item-link,
.block-footer-navigation .link-cards-item.item-active:focus-visible .item-inside .item-link {
	background-color: #fff;
	color: #005625;
	border-color: #fff;
}
.block-footer-navigation .link-cards-item:nth-child(2n).item-active:hover .item-inside .item-link,
.block-footer-navigation .link-cards-item:nth-child(2n).item-active:focus-visible .item-inside .item-link {
	color: #005625;
}
.block-footer-navigation .link-cards-item .item-inside .item-link i {
	margin-left: 1em;
	position: relative;
	left: 0;
	transition: left 0.35s ease;
}
.block-footer-navigation .link-cards-item.item-active:hover .item-inside .item-link i,
.block-footer-navigation .link-cards-item.item-active:focus-visible .item-inside .item-link i {
	left: 6px;
}
.block-footer-navigation .link-cards-item .item-inside .item-link-inert {
	border-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.75);
	cursor: default;
}
.block-footer-navigation .link-cards-item.item-inactive {
	opacity: 0.85;
}

/* Ubytovanie specific styles */
.check-in-out-info p {
	margin: 0;
}

.check-in-out-info .check-in-out {
	margin-bottom: 20px;
	font-size: 1.5em;
}

.contact-block {
	display: table;
	margin: 0 auto;
}

.contact-block a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 25px;
	color: inherit;
	text-decoration: none;
	margin: 15px 0;
}

.contact-block a i {
	display: block;
	flex-shrink: 0;
	font-size: 1.2em;
	color: #80A640;
	font-weight: 400;
}

.apartmany-basic-info h2 {
	font-size: 41px;
	margin-bottom: 1.3em;
}

.apartmany-basic-info p {
	font-size: 24px;
}


.block h2.block-title {
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 50px;
}



/* * * * * * * * * * * * * */
/* *  SINGLE ACTIVITY    * */
/* * * * * * * * * * * * * */
.hero-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero-header .hero-header-content {
	background: rgb(0 0 0 / 70%);
	padding: 50px 0;
}

.hero-header .hero-header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.hero-header .hero-header-logo .hero-header-logo-container {
	font-size: 17px;
	width: 10em;
}
.hero-header .hero-header-logo a.custom-logo-link {
	display: block;
}

.hero-header .hero-header-logo a.custom-logo-link img {
	display: block;
}

.hero-header .hero-header-logo a.subpage-link {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.5em;
	transition: gap 0.3s ease;
	margin-top: 0.5em;
	font-size: 1.1em;
}
.hero-header .hero-header-logo a.subpage-link:hover {
	gap: 1em;
}
.hero-header .hero-header-logo a.subpage-link:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #fff;
}

.hero-header .hero-header-text {
	text-align: center;
	margin: 0 auto 100px;
	color: #fff;
}

.hero-header .hero-header-text h1 {
	font-family: 'Quick Signature Personal Use', sans-serif;
	font-size: 300px;
	color: #fff;
	font-weight: 100;
	margin: 0;
	line-height: 0.5;
	padding-bottom: 0.5em;
}

.hero-header .hero-header-text p {
	max-width: 600px;
	margin: 0 auto;
}


/* * * * * * * * * * * * */
/* *       BLOG        * */
/* * * * * * * * * * * * */
.post-categories {display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px;justify-content:center;}
.post-categories a {display: block; border: 1px solid; padding: 3px 15px; border-radius: 30px; font-size: 16px;color: var(--color2);text-decoration: none;}
.post-categories a:hover {color: var(--color1);}

.blog-page {
	margin-bottom: 50px;
}

.blog-page h1.page-title {
	font-size: 70px;
	text-align: center;
}

.blog-page .page-header {
	margin-bottom: 20px;
}

.blog-page a.back-to-blog {
	text-decoration: none;
	color: var(--color2);
}
.blog-page a.back-to-blog i {
	margin-right: 10px;
}

.blog-page .archive-description {
	margin-bottom: 20px;
}

.blog-page  .post-categories {
	/*justify-content:flex-start;*/
}

.related-posts-grid,
.block-blog-posts .blog-posts,
.blog-page .blog-posts {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 80px;
}

.related-posts-grid article,
.block-blog-posts .blog-posts article,
.blog-page .blog-posts article {
	margin: 0;
}

.related-posts-grid article img,
.block-blog-posts .blog-posts article img,
.blog-page .blog-posts article img {
	display: block;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 15px;
}

.related-posts-grid article h2,
.block-blog-posts .blog-posts article h2,
.blog-page .blog-posts article h2 {
	font-size: 21px;
	margin-bottom: 10px;
}

.related-posts-grid article h2 a,
.block-blog-posts .blog-posts article h2 a,
.blog-page .blog-posts article h2 a {
	text-decoration: none;
	color: var(--color2);
}

.related-posts-grid article .entry-content,
.block-blog-posts .blog-posts article .entry-content,
.blog-page .blog-posts article .entry-content {
	margin: 0;
}

.related-posts-grid article p,
.block-blog-posts .blog-posts article p,
.blog-page .blog-posts article p {
	margin-bottom: 10px;
}

.related-posts-grid article a,
.block-blog-posts .blog-posts article a,
.blog-page .blog-posts article a {
	text-decoration: none;
	color: var(--color2);
}

.related-posts-grid article a i,
.block-blog-posts .blog-posts article a i,
.blog-page .blog-posts article a i {
	margin-left: 10px;
}

.single-post-content {
	max-width: 800px;
	margin: 0 auto;
}

.single-post-content a {
	color: var(--color2);
	text-decoration: none;
}

.single-post-content a:hover {
	color: var(--color1);
}

.single-post-content .single-post-header {
	margin-top: 30px;
}

.single-post-content .single-post-header img {
	display:block;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 15px;
}

.single-post-content .single-post-header a.back-to-blog {
	text-decoration: none;
	color: var(--color2);
}
.single-post-content .single-post-header a.back-to-blog:hover {
	color: var(--color1);
}
.single-post-content .single-post-header a.back-to-blog i {
	margin-right: 10px;
}

.single-post-content .social-sharing-buttons {
	margin-top: 40px;
	display: flex;
	gap: 15px;
	align-items: center;
}

.single-post-content .social-sharing-buttons .sharing-buttons {
	display: flex;
	gap: 15px;
	margin-top: 5px;
}
.single-post-content .social-sharing-buttons a {
	font-size: 30px;
}

.related-posts {
	margin-top: 80px;
}

.related-posts h3 {
	font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
}




/* 1560px = under 1680px */
@media only screen and (max-width: 1649px) {
	.wrapper {
		margin-left: 45px;
		margin-right: 45px;
	}
}


/* 1440px = under 1560px */
@media only screen and (max-width: 1559px) {
	.block-blog-posts .blog-posts,
	.blog-page .blog-posts {
		grid-gap: 50px;
	}
	.block-footer-navigation .link-cards-item .item-inside {
		padding: 40px 8%;
	}
	.block-footer-navigation .link-cards-item .item-inside h2 {
		font-size: 27px;
		min-height: 70px;
	}
	.block-footer-navigation .link-cards-item .item-inside .item-link {
		padding: 10px 25px;
	}
	.block-footer-navigation .link-cards-item .item-inside p {
		font-size: 17px;
	}
	.block-footer-navigation .link-cards-item .item-inside img {
		max-width: 80%;
	}
}


/* 1360px = under 1440px */
@media only screen and (max-width: 1439px) {
	.hero-header .hero-header-text h1 {
		font-size: 270px;
	}
}


/* 1200px = under 1366px */
@media only screen and (max-width: 1359px) {
	.hero-header .hero-header-text h1 {
		font-size: 250px;
	}
	.text-larger {
		font-size: 36px;
	}
	.block-footer-navigation .link-cards-item .item-inside h2 {
		font-size: 24px;
		min-height: 60px;
	}
	.block-footer-navigation .link-cards-item .item-inside p {
		font-size: 15px;
	}
}


/* 1024px = under 1200px */
@media only screen and (max-width: 1199px) {
	.hero-header .hero-header-text h1 {
		font-size: 220px;
	}
	.text-larger {
		font-size: 32px;
	}
	footer.site-footer {
		padding: 80px 0;
	}
	.wrapper {
		margin-left: 35px;
		margin-right: 35px;
	}
	.margin-top-bottom {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.padding-top-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.block-blog-posts .blog-posts,
	.blog-page .blog-posts {
		grid-template-columns: repeat(2, 1fr);
	}
	.block-footer-navigation .link-cards-flex {
		display: block;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-desktop {
		display: none;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile {
		display: flex;
		align-items: center;
		text-align: left;
		padding: 0 3%;
		gap: 30px;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile img {
		width: 80px;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile .item-text {
		flex-grow: 1;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile .item-text h2 {
		display: block;
		margin-bottom: 10px;
		min-height: auto;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile p {
		margin-bottom: 0;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile .item-link {
		white-space: nowrap;
	}
}


/* 768px = under 1024px */
@media only screen and (max-width: 1023px) {
	.hero-header .hero-header-content {
		padding: 30px 0;
	}
	.hero-header .hero-header-text {
		margin: 20px auto 60px;
	}
	.hero-header .hero-header-text h1 {
		font-size: 190px;
	}
	.text-larger {
		font-size: 29px;
	}
	.hero-header .hero-header-logo .hero-header-logo-container {
		font-size: 15px;
	}
	.wrapper {
		margin-left: 30px;
		margin-right: 30px;
	}
	footer.site-footer .main-footer {
		flex-direction: column;
		gap: 60px;
	}
	.block h2.block-title {
		font-size: 2.5rem;
	}
}


/* 640px = under 768px */
@media only screen and (max-width: 767px) {
	.hero-header .hero-header-text p {
		max-width: none;
		margin: 0 15px;
		line-height: 1.3;
	}
	.hero-header .hero-header-text h1 {
		font-size: 160px;
	}
	.text-larger {
		font-size: 27px;
	}
	.hero-header .hero-header-logo .hero-header-logo-container {
		font-size: 14px;
	}
	footer.site-footer {
		padding: 60px 0;
	}
	.wrapper {
		margin-left: 25px;
		margin-right: 25px;
	}
	.margin-top-bottom {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.block-blog-posts .blog-posts,
	.blog-page .blog-posts {
		grid-gap: 50px 30px;
	}
	.block h2.block-title {
		font-size: 2rem;
	}
}


/* 410px = under 640px */
@media only screen and (max-width: 639px) {
	.hero-header .hero-header-content {
		padding: 20px 0;
	}
	.hero-header .hero-header-text {
		margin: 20px auto 30px;
	}
	.hero-header .hero-header-text h1 {
		font-size: 100px;
	}
	.text-larger {
		font-size: 25px;
	}
	.hero-header .hero-header-text p {
		font-size: 15px;
	}
	.hero-header .hero-header-logo .hero-header-logo-container {
		font-size: 14px;
	}
	footer.site-footer {
		padding: 50px 0;
	}
	.wrapper {
		margin-left: 20px;
		margin-right: 20px;
	}
	.margin-top-bottom {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.padding-top-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer.site-footer .main-footer .footer-navigation .footer-navigation-grid {
		display: grid;
		/*grid-template-columns: 1fr;*/
		grid-gap: 10px;
	}
	footer.site-footer .main-footer .footer-newsletter .mailchimp_form .mc-field-group {
		min-width: 350px;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile img {
		width: 65px;
	}
	.block-footer-navigation .link-cards-item .item-inside .item-link {
		padding: 5px 15px;
		font-size: 15px;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile {
		padding: 0 2%;
		gap: 10px;
	}
	.block-footer-navigation .link-cards-item .item-inside.item-mobile .item-text h2 {
		margin-bottom: 0;
		font-size: 21px;
	}
	.block-footer-navigation .link-cards-item .item-inside p {
		font-size: 13px;
		line-height: 1.1;
	}
	.block-blog-posts .blog-posts,
	.blog-page .blog-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	.block h2.block-title {
		font-size: 1.8rem;
	}
}

/* 360px = under 425px */
@media only screen and (max-width: 409px) {
	.hero-header .hero-header-text h1 {
		font-size: 90px;
	}
	.text-larger {
		font-size: 23px;
	}
	.wrapper {
		margin-left: 15px;
		margin-right: 15px;
	}
}


/* 320px = under 360px */
@media only screen and (max-width: 359px) {
	.hero-header .hero-header-text h1 {
		font-size: 80px;
	}
}




.akcia_popup {position: fixed;left: 0;top: 0;right: 0;bottom: 0;display: none;background: rgb(0 0 0 / 0.7);z-index: 999999;align-items: center;justify-content: center;font-size: 16px;}
.akcia_popup .overlay {position: fixed;left: 0;top: 0;right: 0;bottom: 0;display: block;z-index: -1; cursor: pointer;}
.akcia_popup .popup_container {margin: auto 0;max-width: 75em;flex-grow: 1;position: relative;height: 100%;}
.akcia_popup .popup_container .popup_inner {position: relative;padding: 4em 0;display: flex;height: 100%;align-items: center;justify-content: center;}
.akcia_popup .popup_container .popup_inner .fa-xmark {position: absolute;top: 1em;right: 1em;z-index: 9;font-size: 2em;color: #a6becd;font-weight: 400;display: flex; width: 1.5em; height: 1.5em; align-items: center; justify-content: center;cursor: pointer;}
.akcia_popup .popup_container .popup_content {position: relative;z-index: 1;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 10px;}

.akcia_popup .popup_container .popup_content .image {flex-shrink: 1;display: contents;}
.akcia_popup .popup_container .popup_content .image img {max-height: 100%;display: block;}
.akcia_popup .popup_container .popup_content a {  color: #275328;border: 1px solid #fff;text-decoration: none;display: inline-block;padding: 7px 20px;border-radius: 30px;background: #fff;font-weight: 400; font-size: 22px;}
.akcia_popup .popup_container .popup_content a i { margin-right: 0.5em;}

.akcia_popup::-webkit-scrollbar {width: 0.5em;background: #a6becd;}
.akcia_popup::-webkit-scrollbar-track {}
.akcia_popup::-webkit-scrollbar-thumb {background-color: #c39e3a;}

/* 1440px = under 1560px */
@media only screen and (max-width: 1559px) {
	.akcia_popup {font-size: 14px;}
}

/* 1360px = under 1440px */
@media only screen and (max-width: 1439px) {
	.akcia_popup {font-size: 13px;}
}

/* 1200px = under 1366px */
@media only screen and (max-width: 1359px) {


}

/* 1024px = under 1200px */
@media only screen and (max-width: 1199px) {

}

/* 768px = under 1024px */
@media only screen and (max-width: 1023px) {
	.akcia_popup {font-size: 12px;}
	.akcia_popup .popup_container { max-width: 60em;}
}


/* 640px = under 768px */
@media only screen and (max-width: 767px) {
	.akcia_popup .popup_container {margin: auto 1em;}
}


/* 410px = under 640px */
@media only screen and (max-width: 639px) {
	.akcia_popup { font-size: 11px; }
	.akcia_popup .popup_container .popup_inner {margin: 1em 0;}
}

/* 360px = under 425px */
@media only screen and (max-width: 409px) {

}


/* 320px = under 360px */
@media only screen and (max-width: 359px) {

}