/*!
Theme Name: jackie
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jackie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jackie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}























/*  */
@font-face {
    font-family: 'Fibra One';
    src: local('Fibra One Regular'), local('FibraOne-Regular'),
        url(fonts/FibraOne-Regular.woff2) format('woff2'),
        url(fonts/FibraOne-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fibra One';
    src: local('Fibra One SemiBold'), local('FibraOne-SemiBold'),
        url(fonts/FibraOne-SemiBold.woff2) format('woff2'),
        url(fonts/FibraOne-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fibra One';
    src: local('Fibra One Bold'), local('FibraOne-Bold'),
        url(fonts/FibraOne-Bold.woff2) format('woff2'),
        url(fonts/FibraOne-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Fibra One', 'Poppins', sans-serif;
	font-weight: 400;
}
#page{
	overflow: clip;
}
*{
	scroll-behavior: smooth;
}
*:focus{
	outline: none;
}
img{
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}
a{
	transition: all 0.25s;
	text-decoration: underline;
}
a:hover,
a:focus-visible{
	color: #001933;
	text-decoration: none;
}
body h1{
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0;
	padding: 0 0 30px;
}
h2{
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: -1.2px;
	color: #001933;
	margin: 0;
	padding: 0 0 17px;
}
p{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 10px;
	color: #000;
}
h2:last-child,
p:last-child{
	padding-bottom: 0;
}
a.wp-block-button__link{
    font-size: 17px;
	line-height: 32px;
    letter-spacing: -0.6px;
	display: inline-block;
	padding: 13px 29px;
	color: #001933;
	font-weight: bold;
	text-decoration: none;
	border-radius: 40px;
	background: #E6FF00;
	border: 1px solid #E6FF00;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:focus-visible{
	background: transparent;
	color: #E6FF00;
}
/* header */
header.site-header{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	gap: 20px;
	max-width: 1150px;
	box-sizing: border-box;
	padding: 40px 20px 0;
	margin: 0 auto -76px;
	z-index: 20;
}
header.site-header .site-branding .custom-logo-link{
	display: block;
}
header.site-header nav.main-navigation{
	margin-left: auto;
	width: auto;
}
header.site-header nav.main-navigation ul.menu{
    padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
header.site-header nav.main-navigation ul.menu li{
	padding: 0;
	margin: 0;
}
header.site-header nav.main-navigation ul.menu li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -0.1px;
}
header.site-header nav.main-navigation ul.menu li a:hover,
header.site-header nav.main-navigation ul.menu li a:focus-visible{
	color: #E6FF00;
}
header.site-header .social{
    margin-left: 38px;
}
header.site-header .social ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
header.site-header .social ul li{
	padding: 0;
	margin: 0;
}
header.site-header .social ul li a{
	display: block;
	width: 36px;
	height: 36px;
    font-size: 0;
	text-indent: -9999px;
	opacity: 1;
}
header.site-header .social ul li a:hover,
header.site-header .social ul li a:focus-visible{
	opacity: 0.6;
}
header.site-header .social ul li a.facebook{
	background: transparent url(images/header-facebook.svg) no-repeat center center;
}
header.site-header .social ul li a.instagram{
	background: transparent url(images/header-instagram.svg) no-repeat center center;
}
/* obsah */
main{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1264px;
	min-height: calc(100vh - 518px);
}
section.uvodnik{
	height: 680px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: unset;
	gap: 0;
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}
section.uvodnik > figure{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0%);
	z-index: -1;
	overflow: clip;
}
section.uvodnik > figure:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(22, 28, 45, 0.9) 99.54%);
    background-blend-mode: multiply;
}
section.uvodnik > figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
section.uvodnik .text{
	gap: 0;
	padding-top: 50px;
}
body section.uvodnik h1{
	color: #fff;
}
section.uvodnik p{
	font-size: 19px;
	line-height: 32px;
	letter-spacing: -0.2px;
	color: rgba(255,255,255,0.65);
	margin: 0;
	padding: 0 0 34px;
	max-width: 465px;
}
section.cisla{
	padding: 75px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	max-width: 1024px;
	margin: 0 auto;
	flex-direction: unset;
	align-items: center;
}
section.cisla .item{
    display: flex;
	flex-wrap: wrap;
	gap: 22px;
    align-items: center;
	flex-direction: unset;
}
section.cisla .item h2{
    margin: 0;
	padding: 0;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -1.6px;
	color: #161C2D;
	font-weight: 700;
}
section.cisla .item p{
    font-size: 17px;
	line-height: 29px;
	letter-spacing: -0.2px;
	color: #161C2D;
	margin: 0;
	padding: 0;
	max-width: 175px;
}
section.upozorneni{
	position: relative;
	padding: 33px 0;
}
section.upozorneni:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: -1;
    background: #001933;
}
section.upozorneni p{
	font-size: 17px;
	line-height: 29px;
	letter-spacing: -0.2px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}
section.upozorneni p strong{
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1.63px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 11px;
	border-radius: 20px;
	color: #001933;
	background: #E6FF00;
	margin-right: 9px;
}
section.brands{
	padding: 80px 20px 100px;
	position: relative;
	gap: 0;
	align-items: center;
	width: 100vw;
	max-width: 1435px;
	box-sizing: border-box;
	left: 50%;
	transform: translate(-50%, 0%);
}
section.brands:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: -1;
    background: #F4F7FA;
}
section.brands > h2{
	width: 100%;
	text-align: center;
}
section.brands > p{
    font-size: 19px;
	line-height: 32px;
	color: #161C2D;
	letter-spacing: -0.2px;
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
	text-align: center;
}
section.brands .items{
	padding: 32px 0 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
	gap: 30px;
}
section.brands .items > .item{
	width: calc(20% - 24px);
	gap: 0;
	position: relative;
}
section.brands .items > .item > figure{
	width: 100%;
	height: 120px;
    margin: 0 0 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.brands .items > .item > .dlazdice{
    width: 100%;
	border-radius: 10px;
	border: 1px solid #E7E9ED;
	box-sizing: border-box;
	background: #fff;
	gap: 0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
	transition: box-shadow 0.25s;
}
section.brands .items > .item > .dlazdice:hover,
section.brands .items > .item > .dlazdice:focus-visible{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
section.brands .items > .item > .dlazdice figure{
    width: 100%;
}
section.brands .items > .item > .dlazdice figure img{
	border-radius: 10px 10px 0 0;
}
section.brands .items > .item > .dlazdice h3{
	font-size: 17px;
	line-height: 29px;
	color: #161C2D;
	font-weight: 400;
	letter-spacing: -0.2px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 40px 15px 22px;
	background: transparent url(images/brands-arrow.svg) no-repeat right 19px center;
}
section.brands .items > .item > .dlazdice h3 a{
	color: #161C2D;
	text-decoration: none;
}
section.brands .items > .item > .dlazdice h3 a:hover,
section.brands .items > .item > .dlazdice h3 a:focus-visible{
	text-decoration: underline;
}
section.brands .items > .item > .dlazdice h3 a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
section.shows{
	padding: 70px 0 50px;
	position: relative;
	gap: 0;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
section.shows:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: -1;
    background: #001933;
}
section.shows > h2{
	width: 100%;
	text-align: center;
	color: #E6FF00;
}
section.shows > p{
    font-size: 19px;
	line-height: 32px;
	color: #fff;
	letter-spacing: -0.2px;
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
	text-align: center;
}
section.shows > .items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: unset;
	flex-direction: unset;
	gap: 0;
	padding-top: 50px;
}
section.shows > .items > .item{
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #E7E9ED;
	padding-bottom: 14px;
	margin-bottom: 14px;
	gap: 0;
	display: none;
    flex-wrap: wrap;
    flex-direction: unset;
}
section.shows > .items > .item:nth-child(odd){
	padding-right: 10px;
}
section.shows > .items > .item:nth-child(even){
	padding-left: 10px;
}
section.shows > .items > .item:nth-child(-n+16),
section.shows.expanded > .items > .item{
    display: flex;
}
section.shows > .items > .item .datum{
	width: 100px;
	text-align: right;
	gap: 0;
}
section.shows > .items > .item .datum p:first-child{
    font-size: 20px;
	line-height: 30px;
	color: #E6FF00;
	padding: 0;
	margin: 0;
	width: 100%;
}
section.shows > .items > .item .datum p:first-child strong{
    font-weight: 700;
}
section.shows > .items > .item .datum p:nth-child(2){
    font-size: 14px;
	line-height: 19px;
	color: #E6FF00;
	padding: 0;
	margin: 0;
	width: 100%;
}
section.shows > .items > .item .datum + div{
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	flex-direction: unset;
	gap: 0 5px;
}
section.shows > .items > .item .datum + div h3{
    font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin: 0;
}
section.shows > .items > .item .datum + div p{
    font-size: 14px;
	line-height: 19px;
	color: #fff;
	padding: 0;
	margin: 0;
}
section.shows > .items > .item .datum + div p:last-child{
	width: 100%;
}
section.shows > .items > .item .datum + div p strong{
	font-weight: 700;
}
section.shows > .wp-block-buttons{
	padding-top: 60px;
}
section.shows > .wp-block-buttons a.wp-block-button__link{
    font-size: 17px;
	line-height: 32px;
    letter-spacing: -0.6px;
	display: inline-block;
	padding: 13px 29px;
	color: #001933;
	font-weight: bold;
	text-decoration: none;
	border-radius: 40px;
	background: #E6FF00;
	border: 1px solid #E6FF00;
}
section.shows > .wp-block-buttons a.wp-block-button__link:hover,
section.shows > .wp-block-buttons a.wp-block-button__link:focus-visible{
	background: transparent;
	color: #E6FF00;
}
section.shows.expanded > .wp-block-buttons{
    display: none;
}
section.velky-obrazek-levy,
section.velky-obrazek-pravy{
	max-width: 1480px;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 90px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0;
	height: 745px;
}
section.velky-obrazek-levy + section.velky-obrazek-pravy,
section.velky-obrazek-pravy + section.velky-obrazek-levy{
	margin-top: 70px;
}
section.velky-obrazek-levy > figure,
section.velky-obrazek-pravy > figure{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0%);
	z-index: -1;
	overflow: clip;
}
section.velky-obrazek-levy > figure:before,
section.velky-obrazek-pravy > figure:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(63.44deg, rgba(0, 25, 51, 0.95) 25.07%, rgba(0, 25, 51, 0) 61.25%);
}
section.velky-obrazek-pravy > figure:before{
	background: linear-gradient(104.35deg, rgba(0, 25, 51, 0) 36.67%, rgba(0, 25, 51, 0.95) 93.05%);
}
section.velky-obrazek-levy > figure img,
section.velky-obrazek-pravy > figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
section.velky-obrazek-levy > .text,
section.velky-obrazek-pravy > .text{
	max-width: 590px;
	box-sizing: border-box;
	padding: 16px 0 0 113px;
	background: transparent url(images/atmosfera-bublina.svg) no-repeat left top;
	gap: 0;
}
section.velky-obrazek-pravy > .text{
	margin-left: auto;
}
section.velky-obrazek-levy > .text h2,
section.velky-obrazek-pravy > .text h2{
	color: #E6FF00;
	padding-bottom: 10px;
}
section.velky-obrazek-levy > .text p,
section.velky-obrazek-pravy > .text p{
	font-size: 19px;
	line-height: 32px;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.65);
	max-width: 450px;
}
section.obrazek-text,
section.text-obrazek{
	padding: 75px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	flex-direction: unset;
}
section.obrazek-text figure,
section.text-obrazek figure{
    width: 48%;
}
section.obrazek-text figure img,
section.text-obrazek figure img{
	border-radius: 10px;
}
section.obrazek-text .text,
section.text-obrazek .text{
	width: 52%;
	box-sizing: border-box;
	padding-left: 115px;
	gap: 0;
}
section.text-obrazek .text{
	padding-left: 0;
	padding-right: 115px;
}
section.obrazek-text .text p strong,
section.text-obrazek .text p strong{
	font-weight: 600;
}
section.obrazek-text .text h2,
section.text-obrazek .text h2{
    padding-bottom: 50px;
}
section.obrazek-text .text h2:last-child,
section.text-obrazek .text h2:last-child{
	padding-bottom: 0;
}
section.obrazek-text:has(+section.jednosloupec),
section.text-obrazek:has(+section.jednosloupec){
	padding-bottom: 60px;
}
section.jednosloupec{
	padding: 75px 0;
}
section.obrazek-text + section.jednosloupec,
section.text-obrazek + section.jednosloupec{
	padding-top: 0;
}
section.jednosloupec:has(+section.obrazek-text),
section.jednosloupec:has(+section.text-obrazek),
section.jednosloupec:has(+section.tym){
    padding-bottom: 0;
}
section.jednosloupec + section.obrazek-text,
section.jednosloupec + section.text-obrazek{
    padding-top: 60px;
}
section.tym{
	width: 100vw;
	max-width: 1615px;
	box-sizing: border-box;
	padding: 70px 20px 90px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	gap: 0;
}
section.tym > h2{
	width: 100%;
	text-align: center;
	padding-bottom: 48px;
}
section.tym > .items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: unset;
	align-items: flex-end;
	gap: 50px 10px;
	width: 100%;
}
section.tym > .items .item{
	gap: 0;
	align-items: center;
	text-align: center;
	width: calc(16.666% - 8.33333px);
}
section.tym > .items .item figure{
	width: 108px;
	height: 108px;
	margin-bottom: 44px;
}
section.tym > .items .item h3{
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 20px;
	margin: 0;
	font-weight: 700;
	color: #000;
}
section.tym > .items .item p{
	color: rgba(0,0,0,0.8);
	padding: 0;
}
section.tym > .items .item p a{
	color: rgba(0,0,0,0.8);
	text-decoration: underline;
}
section.tym > .items .item p a:hover,
section.tym > .items .item p a:focus-visible{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
section.newsletter{
	padding: 60px 0;
	position: relative;
	gap: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
	justify-content: space-between;
	align-items: center;
	max-width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
}
section.newsletter:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: -1;
    background: #001933;
}
section.newsletter .text{
	width: calc(100% - 500px);
	max-width: 510px;
	gap: 0;
}
section.newsletter .text h2{
	font-size: 32px;
	line-height: 44px;
	color: #E6FF00;
	padding-bottom: 0;
}
section.newsletter .text p{
	font-size: 19px;
	line-height: 40px;
	color: #fff;
}
section.newsletter .formular{
	width: 480px;
}
section.newsletter .formular > div{
	width: 100%;
}
section.newsletter form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	min-height: 1px !important;
}
section.newsletter form .ec-v-form-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
section.newsletter form .ec-v-form-column > div{
	padding: 0 !important;
}
section.newsletter form .ec-v-form-column > div.ec-v-form-input{
    width: calc(100% - 190px);
}
section.newsletter .ec-v-form-holder{
	width: 100% !important;
}
section.newsletter .ec-v-form-step{
	height: auto !important;
}
section.newsletter form .ec-v-form-spacer{
	display: none;
}
section.newsletter form label{
	display: none;
}
section.newsletter form input[type="email"]{
	background: transparent;
	border: 1px solid #fff;
	width: 100%;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: -0.18px;
	height: 58px;
	color: #fff;
	font-family: 'Fibra One', 'Poppins', sans-serif;
}
section.newsletter form input[type="email"]::-webkit-input-placeholder{
	color: #fff;
}
section.newsletter form input[type="email"]::-ms-input-placeholder{
    color: #fff;
}
section.newsletter form input[type="email"]::-moz-placeholder{
    color: #fff;
}
section.newsletter form button{
	width: 170px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	color: #001933;
	font-weight: 700;
	letter-spacing: -0.6px;
	padding: 12px 20px;
	border: 1px solid #E6FF00 !important;
	border-radius: 40px;
	background: #E6FF00 url(images/arrow-form-blue.svg) no-repeat right 22px center;
	margin: 0;
	text-align: left !important;
    font-family: 'Fibra One', 'Poppins', sans-serif !important;
	cursor: pointer;
}
section.newsletter form button:hover,
section.newsletter form button:focus-visible{
	background: transparent url(images/arrow-form-yellow.svg) no-repeat right 22px center !important;
	color: #E6FF00 !important;
}
section.newsletter form .ec-v-form-text + .ec-v-form-regular > button{
	width: 255px;
}
section.aktuality{
    padding: 45px 0 75px;
	gap: 0;
}
section.aktuality > h2,
section.more-posts > h2{
	width: 100%;
	text-align: center;
}
section.aktuality > p,
section.more-posts > p{
    font-size: 19px;
	line-height: 32px;
	color: #161C2D;
	letter-spacing: -0.2px;
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
	text-align: center;
}
section.aktuality .wp-block-query{
	width: 100%;
}
section.aktuality ul.wp-block-post-template,
section.more-posts .more-posts-grid{
	padding: 50px 0 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40.5px;
}
section.aktuality ul.wp-block-post-template li.wp-block-post,
section.more-posts article.more-post-item{
	width: calc(33.33% - 27px);
	position: relative;
}
section.aktuality ul.wp-block-post-template li.wp-block-post figure,
section.more-posts article.more-post-item > a.thumb{
	margin: 0 0 18px;
	border-radius: 10px;
	overflow: clip;
	display: block;
}
section.aktuality ul.wp-block-post-template li.wp-block-post figure img,
section.more-posts article.more-post-item > a.thumb img{
	border-radius: 10px;
	transform: scale(1);
	transition: transform 0.25s;
}
section.aktuality ul.wp-block-post-template li.wp-block-post:hover figure img,
section.more-posts article.more-post-item:hover > a.thumb img{
	transform: scale(1.1);
}
section.aktuality ul.wp-block-post-template li.wp-block-post h2,
section.more-posts article.more-post-item h3{
    font-size: 22px;
	line-height: 32px;
	color: #000;
	margin: 0 0 6px;
	padding: 0;
	font-weight: 600;
}
section.aktuality ul.wp-block-post-template li.wp-block-post h2 a,
section.more-posts article.more-post-item h3 a{
    text-decoration: none;
	color: #000;
}
section.aktuality ul.wp-block-post-template li.wp-block-post:hover h2 a,
section.more-posts article.more-post-item:hover h3 a{
	text-decoration: underline;
}
section.aktuality ul.wp-block-post-template li.wp-block-post p a.wp-block-post-excerpt__more-link,
section.more-posts article.more-post-item a.read-more{
    display: inline-block;
	margin: 8px 0 0;
	text-decoration: none;
	border-radius: 40px;
	color: #000;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: -0.6px;
	padding: 12px 38px;
	border: 2px solid #EBEAED;
}
section.aktuality ul.wp-block-post-template li.wp-block-post p a.wp-block-post-excerpt__more-link:hover,
section.aktuality ul.wp-block-post-template li.wp-block-post p a.wp-block-post-excerpt__more-link:focus-visible,
section.more-posts article.more-post-item a.read-more:hover,
section.more-posts article.more-post-item a.read-more:focus-visible{
	background: #ebeaed;
}
section.aktuality ul.wp-block-post-template li.wp-block-post p a.wp-block-post-excerpt__more-link:before,
section.more-posts article.more-post-item a.read-more:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
section.more-posts article.more-post-item .excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 10px;
}
section.more-posts{
	padding: 46px 0 65px;
	margin-top: 65px;
	position: relative;
}
section.more-posts:before{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: -1;
	background: #E7E9ED;
}
body.single article.post header.entry-header{
	height: 680px;
	position: relative;
	display: flex;
	justify-content: center;
    flex-direction: column;
	gap: 0;
	max-width: 1150px;
	box-sizing: border-box;
	padding: 50px 20px 0;
	margin: 0 auto 15px;
	align-items: flex-start;
}
body.single article.post header.entry-header .nahled{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0%);
	z-index: -1;
	overflow: clip;
}
body.single article.post header.entry-header .nahled:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(22, 28, 45, 0.9) 99.54%);
    background-blend-mode: multiply;
}
body.single article.post header.entry-header .nahled img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
body.single article.post header.entry-header h1,
section.error-404 h1{
	max-width: 590px;
	color: #fff;
}
body.single article.post header.entry-header p,
section.error-404 p{
	font-size: 19px;
	line-height: 32px;
	letter-spacing: -0.2px;
	color: rgba(255,255,255,0.65);
	margin: 0;
	padding: 0 0 34px;
	max-width: 465px;
}
section.error-404 p:last-child{
	padding-bottom: 0;
}
body.single article.post header.entry-header a.scroll-to-content{
    font-size: 17px;
	line-height: 32px;
    letter-spacing: -0.6px;
	display: inline-block;
	padding: 13px 29px;
	color: #001933;
	font-weight: bold;
	text-decoration: none;
	border-radius: 40px;
	background: #E6FF00;
	border: 1px solid #E6FF00;
}
body.single article.post header.entry-header a.scroll-to-content:hover,
body.single article.post header.entry-header a.scroll-to-content:focus-visible{
	background: transparent;
	color: #E6FF00;
}
section.error-404{
	height: 680px;
	position: relative;
	display: flex;
	justify-content: center;
    flex-direction: column;
	gap: 0;
	max-width: 1150px;
	box-sizing: border-box;
	padding: 50px 20px 0;
	margin: 0 auto 15px;
	align-items: flex-start;
}
section.error-404:before{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0%);
	z-index: -1;
	overflow: clip;
	background: transparent url(images/jackie-uvod.jpg) no-repeat center center;
	background-size: cover;
	content: "";
	display: block;
}
section.error-404:after{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0%);
	z-index: -1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(22, 28, 45, 0.9) 99.54%);
    background-blend-mode: multiply;
	content: "";
	display: block;
}
/* footer */
footer.site-footer{
	padding: 120px 20px 0;
	width: 100%;
	max-width: 1150px;
	box-sizing: border-box;
	margin: 0 auto;
}
footer.site-footer .site-info{
    display: flex;
	flex-wrap: wrap;
	gap: 60px 100px;
}
footer.site-footer .site-info h6{
	font-size: 17px;
	line-height: 27px;
	color: #161C2D;
	opacity: 0.6;
	margin: 0 0 20px;
	font-weight: 400;
	letter-spacing: -0.1px;
}
footer.site-footer .site-info p{
	font-size: 17px;
	line-height: 27px;
	color: #161C2D;
	padding: 0;
	margin: 0;
}
footer.site-footer .site-info p a{
	text-decoration: none;
	font-weight: bold;
	color: #001933;
}
footer.site-footer .site-info p a:hover,
footer.site-footer .site-info p a:focus-visible{
    text-decoration: underline;
}
footer.site-footer .site-info > .col:nth-child(3){
	margin-left: auto;
	width: 250px;
}
footer.site-footer .site-info > .menu{
	width: 100%;
}
footer.site-footer .site-info > .menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
footer.site-footer .site-info > .menu ul li{
	padding: 0;
	margin: 0;
}
footer.site-footer .site-info > .menu ul li a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
	letter-spacing: -0.1px;
}
footer.site-footer .site-info > .menu ul li a:hover,
footer.site-footer .site-info > .menu ul li a:focus-visible{
	text-decoration: underline;
	color: #001933;
}
footer.site-footer .copyright{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #E7E9ED;
	padding: 30px 0;
	margin-top: 16px;
}
footer.site-footer .copyright p{
	font-size: 15px;
	line-height: 26px;
	color: #161C2D;
	letter-spacing: -0.1px;
	padding: 0;
	margin: 0;
}
footer.site-footer .copyright ul.social{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
footer.site-footer .copyright ul.social li{
	padding: 0;
	margin: 0;
}
footer.site-footer .copyright ul.social li a{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	opacity: 1;
}
footer.site-footer .copyright ul.social li a:hover,
footer.site-footer .copyright ul.social li a:focus-visible{
	opacity: 0.6;
}
footer.site-footer .copyright ul.social li a.facebook{
	background: transparent url(images/footer-facebook.svg) no-repeat center center;
}
footer.site-footer .copyright ul.social li a.instagram{
	background: transparent url(images/foter-instagram.svg) no-repeat center center;
}
footer.site-footer .copyright ul.social li a.linkedin{
	background: transparent url(images/footer-linkedin.svg) no-repeat center center;
}
@media screen and (max-width: 1299px){
	section.tym > .items .item h3 {font-size: 19px;}
	section.tym > .items .item p {font-size: 15px;}
}
@media screen and (max-width: 1199px){
    section.tym > .items .item {width: calc(33.33% - 7px);}
	section.tym > .items .item figure {margin-bottom: 16px;}
	section.obrazek-text .text{padding-left: 50px;}
    section.text-obrazek .text {padding-right: 50px;}
	section.brands .items {flex-wrap: nowrap; width: 100%; overflow: auto; align-items: unset; flex-direction: unset;}
	section.brands .items > .item {width: 255px; max-width: 255px; min-width: 255px;}
}
@media screen and (max-width: 1023px){
    section.cisla {padding: 50px 0; gap: 40px; flex-direction: column;}
	section.brands {padding: 50px 20px;}
	section.shows {padding: 50px 0;}
	section.shows > .items > .item {width: 100%;}
	section.shows > .items > .item:nth-child(even) {padding-left: 0;}
	section.shows > .items > .item:nth-child(odd){padding-right: 0;}
	section.shows > .wp-block-buttons{padding-top: 30px;}
	section.aktuality ul.wp-block-post-template, section.more-posts .more-posts-grid {gap: 40px 21px;}
	section.aktuality ul.wp-block-post-template li.wp-block-post, section.more-posts article.more-post-item {width: calc(33.33% - 14px);}
	section.newsletter .text {width: 100%; padding-bottom: 40px;}
	section.newsletter .formular {width: 100%;}
	section.tym {padding: 50px 20px;}
	section.obrazek-text, section.text-obrazek {padding: 50px 0;}
	footer.site-footer {padding: 60px 20px 0; text-align: center;}
	footer.site-footer .site-info {gap: 40px; flex-direction: column;}
	footer.site-footer .site-info > .col:nth-child(3) {margin-left: 0; width: 100%;}
	section.shows > .items > .item:nth-child(-n+16){display: none;}
	section.shows > .items > .item:nth-child(-n+6), section.shows.expanded > .items > .item, section.shows.expanded > .items > .item:nth-child(-n+16) {display: flex;}
}
@media screen and (max-width: 767px){
    header.site-header nav.main-navigation button.menu-toggle{display: block; border-radius: 10px; border: none; width: 36px; height: 36px; font-size: 0; text-indent: -9999px; padding: 0; background: #000 url(images/bars-solid.svg) no-repeat center center; background-size: 26px 26px;}
	header.site-header nav.main-navigation.toggled button.menu-toggle{background: #000 url(images/times-solid.svg) no-repeat center center; background-size: 26px 26px;}
	header.site-header nav.main-navigation .menu-prvni-menu-container{display: none; position: absolute; left: 0; top: 0; background: #000; width: 100%; padding: 110px 20px 20px; box-sizing: border-box; z-index: -1;}
	header.site-header nav.main-navigation.toggled .menu-prvni-menu-container{display: block;} 
	header.site-header nav.main-navigation ul.menu li {width: 100%;}
	header.site-header nav.main-navigation ul.menu {gap: 10px;}
	header.site-header nav.main-navigation ul.menu li a {padding: 10px 0; text-align: center;}
	header.site-header .social {margin-left: 0;}
	header.site-header {gap: 8px;}
	body h1 {font-size: 40px; line-height: 50px; letter-spacing: -1px; padding: 0 0 20px;}
	section.uvodnik{padding: 0;}
	body.single article.post header.entry-header {padding: 50px 0 0;}
	section.aktuality ul.wp-block-post-template li.wp-block-post, section.more-posts article.more-post-item {width: 100%; max-width: 380px;}
	section.aktuality ul.wp-block-post-template, section.more-posts .more-posts-grid {gap: 40px 21px;}
	section.velky-obrazek-levy, section.velky-obrazek-pravy {padding: 60px 20px; height: auto;}
	section.velky-obrazek-levy > figure:before {background: linear-gradient(4.44deg, rgba(0, 25, 51, 0.95) 19.07%, rgba(0, 25, 51, 0) 89.25%);}
	section.velky-obrazek-pravy > figure:before{background: linear-gradient(180.35deg, rgba(0, 25, 51, 0) 2.67%, rgba(0, 25, 51, 0.95) 87.05%);}
	section.obrazek-text figure, section.text-obrazek figure {width: 100%; order: 2;}
	section.obrazek-text .text, section.text-obrazek .text{padding: 0 0 30px; order: 1; width: 100%;}
	h2 {font-size: 30px; line-height: 40px; letter-spacing: -1px;}
	section.obrazek-text .text h2, section.text-obrazek .text h2 {padding-bottom: 20px;}
	section.tym > .items .item {width: calc(50% - 5px);}
	section.tym > .items {align-items: unset;}
	section.tym > .items .item p {font-size: 15px; max-width: 100%;}
	section.tym > .items .item p a {max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: block; text-align: center;}
	footer.site-footer .copyright {flex-direction: column; text-align: center;}
}
@media screen and (max-width: 479px){
    footer.site-footer .site-info > .menu ul {gap: 30px;}
	section.newsletter form .ec-v-form-column > div.ec-v-form-input {width: 100%;}
	section.tym > .items .item h3 {padding-bottom: 0;}
	section.velky-obrazek-levy > .text, section.velky-obrazek-pravy > .text {padding: 110px 0 0;}
	section.upozorneni p strong {display: block; width: 60px; margin: 0 auto 10px;}
	header .site-branding{max-width: calc(100% - 140px);}
	section.shows > .items > .item .datum p:first-child {width: auto;}
	section.shows > .items > .item .datum p:nth-child(2) {width: auto;}
	section.shows > .items > .item .datum{width: 100%; text-align: center; gap: 5px; display: flex; flex-wrap: wrap; flex-direction: unset; align-items: baseline; justify-content: center;}
	section.shows > .items > .item .datum + div {width: 100%; padding-left: 0; text-align: center; align-items: center; flex-direction: column;}
}