.navigace {
	position: sticky;
}

.name_logo {
	display: flex;
}

.wp-site-blocks {
}

.nav-text {
	padding: .5rem !important;
}

:where(.wp-block-columns.has-background) {
	padding: 0;
}

.clanek_main {
	position: relative;
	height: 650px;
}

.clanek_blok_text {
	position: absolute;
	height: 316px;
	width: 100%;
	background-color: white;
	bottom: 46px;
	-webkit-transition: bottom .2s ease;
	-moz-transition: bottom .2s ease;
	-o-transition: bottom .2s ease;
	transition: bottom .2s ease;
}

.clanek_main:hover .clanek_blok_text {
	bottom: 100px !important;
}

.clanky_blok {
	position: relative;
	height: 740px;
	display: flex;
	justify-content: center;
	background: linear-gradient(to top, #fff, #fff 50%, #f4f4f4 75%);
}

.clanky_sblok {
	position: absolute;
	background-color: white;
	z-index: 1;
	min-width: 1560px;
	margin-top: -3rem !important;
	border-radius: 10px;
}

p {
	padding: 0 1rem;
}

a {
	cursor: pointer;
	text-decoration: none !important;
}

.icon {
	opacity: .3;
}

.wp-block-navigation__responsive-container {
}

.sponzori_width {
	min-width: 10000px;
	height: 100%;
}

a:hover {
	text-decoration: none;
}

.button {
	border-radius: 5px;
	text-decoration: none !important;
	transition: opacity .2s;
}

.button:hover {
	opacity: .8;
	cursor: pointer;
}

.p-none {
	margin: 0 -1rem !important;
}

.footer {
}

.sponzori {
	height: 200px;
	width: 100%:;
	overflow-x: scroll;
	margin: 2rem;
	display: flex;
}

.nazev-clanek {
}

.clanek_foto {
	position: sticky;
}

.sponzor {
	margin: 1rem !important;
	width: 150px !important;
}

.custom-logo-link, .logo {
	width: 48px;
}

.wp-block-navigation-item:hover {
	background-color: #333333;
}

.wp-block-column-is-layout-flow {
	height: 100%;
}

.blog_text {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.clanek {
	background-color: #0807070A;
	border-radius: 20px;
}

.clanek_obrazek {
	border-radius: 10px 0 0 10px;
}

main {
}

@media screen and (max-width:1560px) {
	.clanek_main {
		position: static;
		height: auto;
	}
	
	.clanek_blok_text {
		position: static;
		height: auto;
		width: auto;
		background-color: transparent;
		bottom: 36px;
		-webkit-transition: bottom .2s ease;
		-moz-transition: bottom .2s ease;
		-o-transition: bottom .2s ease;
		transition: bottom .2s ease;
	}
	
	.clanek_main:hover .clanek_blok_text {
		bottom: 100px;
	}
	
	.clanky_blok {
		position: static;
		height: auto;
		display: show;
		justify-content: center;
		background: linear-gradient(to top, #fff, #fff);
	}
	
	.clanky_sblok {
		position: static;
		background-color: white;
		z-index: 1;
		min-width: auto;
		margin-top: 0 !important;
		border-radius: 10px;
	}
}

@media screen and (max-width:768px) {
	.main-photo {
		min-height: 280px !important;
	}
	
	.name_logo {
		display: none;
	}
	
	.clanky {
		grid-template-columns: 1fr;
	}
	
	.clanek-photo {
		aspect-ratio: 5/3 !important;
	}
	
	.wp-block-group-is-layout-flex {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width:600px) {
	.wp-block-navigation-item__content {
		margin: .2rem 0 .2rem 1.5rem;
	}
}

@media screen and (max-width:450px) {
	.logo-zapas {
		display: flex;
		flex-direction: column;
	}
	
	.main-photo {
		min-height: 160px !important;
	}
	
	.rozpis_text {
		font-size: 28px !important;
	}
	
	.clanek_foto {
		height: 200px !important;
	}
}