/*!
Theme Name: _valaska
Theme URI: https://www.ersor.sk/webdesign
Author: ersor s.r.o.
Author URI: https://www.ersor.sk/
Description: Custom responsive template for Valaska.sk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _valaska
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 with others.

_valaska is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

/**
 * 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 0 0.5em;
}

#breadcrumbs {
	font-size: 0.85em;
	margin-bottom: 2.5em;
}

#breadcrumbs a {
	color: #1caf4d;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #087213;
}


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	/* font-size: 1rem; */
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

.entry-content p {
	min-height: 1px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #eaf8ef;
	flex-direction: column;
}

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

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

.main-navigation ul ul a {
	width: 280px;
	line-height: 20px;
	padding: 10px 0;
}

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

.main-navigation li {
	position: relative;
	display: inline-block;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	border-left: none;
}

.main-navigation ul ul li a {
	padding: 10px 15px;
	font-size: 0.9em;
}

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


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}









.wp-pagenavi {
	margin: 30px auto;
	display: table;
}


.cleared:after { display: block; content: ''; clear: both; }


body {
	font-family: 'Poppins', sans-serif;
}

.wrapper { width: 1440px; margin: 0 auto; }


.block-row {
	margin: 0 -15px;
}

.block-row:after {
	display: block;
	content: '';
	clear: both;
}

.block-col {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-col-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 75%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 75%;
}
.col-5 {
	width: 25%;
}
.col-6 {
	width: 75%;
}
.col-7 {
	width: 25%;
}
.col-8 {
	width: 75%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 25%;
}
.col-11 {
	width: 75%;
}
.col-12 {
	width: 75%;
}


.header-top {
	position: relative;
	padding: 30px 0;
	align-items: center;
	display: flex;
}

.site-branding img {
	height: 130px;
	margin-right: 30px;
}

.site-branding .logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}

.site-branding .logo-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.site-branding .logo-text .title-separator {
	height: 2px;
	background: #1CAF4D;
}

.site-branding .logo-text .site-title {
	font-size: 3.28em;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

.site-branding .logo-text .site-description {
	font-size: 1em;
	margin: 0;
	font-weight: 500;
}

.header-container {
	position: relative;
}

.top-navigation {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 9;
}

.top-navigation .top-menu a {
	text-decoration: none;
}

.top-navigation .top-menu ul {
	display: flex;
	margin: 0;
}
.top-navigation .top-menu ul li {
	display: block;
}

.top-navigation .top-main-items {
	display: flex;
	align-items: center;
}


.top-navigation .top-main-items .zeno_font_resizer_container {
	display: flex;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	border: 2px solid #1DAF4D;
	font-size: 23px;
}
.top-navigation .top-main-items .zeno_font_resizer_container p {
	margin: 0;
}
.top-navigation .top-main-items .zeno_font_resizer_container p a {
	display: inline-block;
	color: #1caf4d;
	text-decoration: none;
}


.top-navigation .top-main-items form#searchform {
	display: block;
	font-size: 0;
}
.top-navigation .top-main-items form#searchform > div  {
}
.top-navigation .top-main-items form#searchform input {
	border: none;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9rem;
	height: 50px;
	padding: 0 15px;
	color: #fff;
	border-radius: 0;
	margin: 0;
}
.top-navigation .top-main-items form#searchform #searchsubmit {
	font-family: 'Font Awesome 5 Pro';
	background: none;
	color: #1caf4d;
	font-size: 1rem;
	padding: 5px 0;
	margin-left: -30px;
	width: 30px;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}
.top-navigation .top-main-items .kontakt-button {
	display: flex;
	gap: 10px;
	height: 50px;
	background: #1DAF4D;
	color: #fff;
	padding: 0 30px;
	align-items: center;
	text-decoration: none;
}
.top-navigation .top-main-items .facebook-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	color: #1DAF4D;
	background: #fff;
	border: 2px solid #1DAF4D;
	text-decoration: none;
	font-size: 22px;
}

.header-image  {
	display: block;
	height: 420px;
	background: url(images/header-bg.jpg?1) no-repeat center;
	background-size: auto 420px;
}


.header-image img {
	display: block;
}



.header-bottom {
}

#secondary-navigation {
	position: relative;
	background: #000;
	border-bottom: 2px solid #1DAF4D;
	margin-top: -27px;
}

#secondary-navigation ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
#secondary-navigation ul li {
	display: flex;
	align-items: center;
	position: relative;
}
#secondary-navigation ul li.menu-item-has-children a:after {
	font-family: "Font Awesome 6 Sharp";
	content: "\f078";
	color:#1caf4d;
	margin-left: 10px;
}
#secondary-navigation ul li a {
	text-decoration: none;
	padding: 0 20px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	display: block;
}
#secondary-navigation ul li ul.sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	background: #1caf4d;
	font-size: 0.85rem;
	flex-direction: column;
}
#secondary-navigation ul li:hover > ul.sub-menu,
#secondary-navigation ul li.focus > ul.sub-menu {
	display: block;
}
#secondary-navigation ul li ul.sub-menu li {
	border-bottom: 1px solid #eee;
}
#secondary-navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
#secondary-navigation ul li ul.sub-menu li a {
	line-height: 1.1;
	padding: 20px;
	width: 250px;
}










.site-branding {
	width: 400px;
	flex-shrink: 0;
}

#site-navigation {

}

.menu-vrchne-menu-container {
	display: inline-block;
	margin-right: 30px;
}

.menu-vrchne-menu-container li {
	margin-left: 20px
}

.menu-vrchne-menu-container li a {
	color: #000;
}

.menu-vrchne-menu-container li a i {
	margin-right: 10px;
	color: #1caf4d;
	font-weight: 400;
}

.primary-menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 0;
}

.primary-menu li {
	border-left: 1px solid #1CAF4D;
}

.primary-menu li:first-child {
	border-left: none;
}

.primary-menu {
	margin-left: auto;
	text-align: justify;
	margin-top: 15px;
}

.primary-menu li a {
	color: #1caf4d;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	padding: 0 10px;
	text-transform: uppercase;
}

.primary-menu li:last-child a {
	padding-right: 0;
}

.primary-menu li ul.sub-menu li a {
	text-transform: none;
}

.primary-menu li a i {
	opacity:0.5;
	margin-right: 10px;
	font-weight: 400;
	display: none;
}

#primary {
	padding: 30px 0;
}

.entry-header h1 {
	position: relative;
	display: inline-block;
	font-weight: 600;
}

.entry-header h1:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background: rgba(28, 175, 77, 0.4);
}

.search .entry-header h1 {
	font-weight: 400;
}

.search .entry-header h1 span{
	font-weight: 600;
}

.entry-content h2 {
	position: relative;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.entry-content h2:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100px;
	background: #1caf4d;
}

.external_links a {
	color: #1caf4d;
	font-weight: 500;
	font-size: 1.05rem;
	text-decoration: none;
}

.external_links a:before {
	content: '\f08e';
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
	font-weight: 300;
}

.external_links a i {
	margin-right: 15px;
}




#menu-bocne-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #1caf4d;
	padding: 10px 20px;
}

#menu-bocne-menu li a {
	background: #1caf4d;
	color: #fff;
	padding: 20px 20px;
	font-size: 1.1em;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: all 150ms ease-in-out;
	line-height: 1.1;
	border-bottom: 1px solid #c5ebd2;
}

#menu-bocne-menu li:last-child a {
	border-bottom: none;
}


#menu-bocne-menu li a:hover {
	background: rgba(28, 175, 77, 0.7);
}

#menu-bocne-menu li a i {
	display: block;
	font-size: 1.7em;
	margin-right: 20px;
	flex-shrink: 0;
}

.valaska-projekty {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.valaska-projekt {
	padding: 10px;
	border: 1px solid #5baa53;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.valaska-projekt p {
	font-size: 14px;
	margin: 0;
}

.valaska-projekt p strong {
	color: #5baa53;
}


.zapisnice_rok { margin-bottom: 30px; }


.zasadnutia-rok { margin-bottom: 30px; }
.zasadnutia h3 {margin: 5px 0 0;background: #d5d5d5;padding: 5px 20px;font-size: 1em;font-weight: 500;}

.zasadnutie_content {padding: 20px !important;background: #ededed;}
.zasadnutie_content ul {padding: 0;margin: 0;list-style-type: none;}
.zasadnutie_content ul li {margin-bottom: 10px;}
.zasadnutie_content ul li ul {margin-bottom: 10px;}

.zasadnutie_content h4 {margin: 0;font-size: 1em;}


.files-block {
	background: #eee;
	padding: 20px;
	margin-bottom: 30px;
}

.files-block h2 {
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #087213;
}

.files-block h2:after {
	content: none;
}

ul.files_download {list-style-type: none; margin-left: 0; padding-left: 0; margin-bottom: 0;}
ul.files_download li {line-height: 1.5;margin: 5px 0;padding-left: 30px;}
ul.files_download li:before {content: "\f15b";display: inline-block;font-family: 'Font Awesome 5 Pro';font-weight: 100;color: #1caf4d;margin-left: -20px;width: 25px;}
ul.files_download li a { font-size: 0.9em; color: #333;}
ul.files_download li a:hover { color: #087213;}
ul.files_download li a:hover { color: #087213;}
ul.files_download li a span { color: #1caf4d; font-size: 0.8em;}

ul.files_download li.type-pdf:before {content: "\f1c1" !important;color: #ff0000 !important;}
ul.files_download li.type-zip:before {content: "\f1c6" !important;color: #ffb300 !important;}
ul.files_download li.type-vndopenxmlformats-officedocumentwordprocessingmldocument:before {content: "\f1c2" !important;color: #1f36ff !important;}
ul.files_download li.type-msword:before {content: "\f1c2" !important;color: #1f36ff !important;}
ul.files_download li.type-rtf:before {content: "\f1c2" !important;color: #1f36ff !important;}
ul.files_download li.type-vndopenxmlformats-officedocumentspreadsheetmlsheet:before {content: "\f1c3" !important;color: #10b400 !important;}
ul.files_download li.type-vndms-excel:before {content: "\f1c3" !important;color: #10b400 !important;}
ul.files_download li.type-jpeg:before {content: "\f1c5" !important;color: #1caf4d !important;}



.subpages-navigator {
	margin-bottom: 35px;
	background: #f6f6f6;
	border: 2px solid #1CAF4D;
}

.subpages-navigator h2 {
	margin-bottom: 0;
	text-align: center;
	background: #1CAF4D;
	font-weight: 400;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 0 0 black;
}

.subpages-navigator h2:after {
	content: none;
}

.subpages-navigator ul {
	list-style-type: none;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	padding: 10px;
	grid-auto-rows: 1fr;
}

.subpages-navigator ul li a {
	font-size: 0.9rem;
	border: 1px solid #c0e9cd;
	padding: 10px 10px;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	transition: border-color 150ms ease-in-out;
	background: #fff;
}

.subpages-navigator ul li a:hover {
	border-color: #1caf4d;
}




.wp-block-group.home-block {
	/* background: #eee; */
	text-align: center;
	padding: 30px;
}

.wp-block-group.home-block p {
	text-align: center;
	font-weight: 500;

}

.wp-block-group.home-block h1 {
	color: #087213;

}

.zoznam_vzn {

}

.zoznam_vzn .single-vzn {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.zoznam_vzn .single-vzn h3 {
	color: #087213;
	font-size: 1.3em;
	font-weight: 500;
}

.zoznam_vzn .single-vzn h3 span {
	font-size: 0.75em
}

.zoznam_vzn .single-vzn h4 {
	font-size: 1em;
	font-weight: 500;
}

.zoznam_vzn .single-vzn .status span {
	display: inline-block;
	margin-right: 30px;
}


.footer_map { padding: 100px 0 30px; position: relative; }
.footer_map:before {display: block;content: '';position: absolute;top: 0;left: 0;width: 100%;background: rgba(251, 245, 121, 0);height: calc(50% + 35px);z-index: -1;}
.footer_map iframe { width: 100%; height: 300px; display: block; }

.footer-information {
	padding: 150px 0 10px;
	background: #000;
	color: #fff;
	margin-top: -150px;
}
.footer-information a {
	color: #fff;
}

.footer-information .footer-information-columns {
	display: flex;
	gap: 50px;
}

.footer-information .footer-information-column {

}

.footer-information .footer-information-column h2 {
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.footer-information .footer-information-column h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #1DAF4D;
}

.footer-navigation { background: #000; padding: 20px 0;}

#footer-navigation ul { list-style-type: none; margin: 0; padding: 0; text-align: center; }
#footer-navigation ul li { display: inline-block; margin: 0 20px; }
#footer-navigation ul li a { text-decoration: none; color: #fff; font-size: 0.85em; }
#footer-navigation ul li a:before { content: '\f08e'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-right: 10px; color: #77cf94;}




ul.zoznam_kontaktov {
	margin: 0;
	list-style-type: none;
}

ul.zoznam_kontaktov>li {
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 10px 20px;
}

ul.zoznam_kontaktov>li h3 {
	font-size: 1.3em;
	font-weight: 500;
	color: #087213;
}

ul.zoznam_kontaktov ul.kontaktne_informacie {
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}

ul.zoznam_kontaktov ul.kontaktne_informacie li {
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.8;
}

ul.zoznam_kontaktov ul.kontaktne_informacie li i {
	margin-right: 5px;
	width: 25px;
	text-align: center;
	color: #1caf4d;
	font-weight:400;
}

ul.zoznam_kontaktov ul.pozicie {
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}

ul.zoznam_kontaktov ul.pozicie li {
	font-weight: 400;
	line-height: 1.8;
	display: inline-block;
	margin-right: 5px;
	background: #1caf4d;
	color: #fff;
	border-radius: 20px;
	font-size: 0.8em;
	padding: 0 10px;
}

ul.zoznam_kontaktov ul.pozicie li i {
	font-weight: 300;
	margin-right: 5px;
}

.elektronicka-uradna-tabula-list {
	padding: 15px;
	background: #F4F4F4;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.elektronicka-tabula article {
	padding: 5px 10px;
	background: #fff;
}

.elektronicka-tabula article a {
	color: #333;
}

.elektronicka-tabula article p.datum-oznamu {
	font-size: 0.8em;
	margin: 0;
}

.elektronicka-tabula article a h2 {
	font-size: 1.05em;
	font-weight: 400;
}



#sitemap-navigation ul li a {
	color: #087213;
}



.wp-block-table table {
	border-collapse: collapse;
}
.wp-block-table td { border: 1px solid #eee; padding: 5px 10px;}


.entry-meta {
	margin: 10px 0;
}

span.posted-on {
	font-size: 0.9rem;
	background: #1CAF4D;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
}

span.posted-on i {
	margin-right: 10px;
	color: #fff;
}

.blok_oznamov {
	background: #F4F4F4;
	padding: 15px;
}
.blok_oznamov h1 {
	font-size: 33px;
	font-weight: 800;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}


#zoznam_oznamov {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: auto;
	grid-gap: 15px;
	justify-items: center;
	grid-auto-columns: auto;
}

#zoznam_oznamov article {
	margin: 0;
	box-sizing: border-box;
}

#zoznam_oznamov article .oznam_box_inner{
	background: #fff;
	padding: 15px 15px 45px;
	height: 100%;
	position: relative;
}

.blog #zoznam_oznamov {
	background: #f1f1f1;
	padding: 15px;
}

#zoznam_oznamov article h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#zoznam_oznamov article h2:after {
	content: none;
}

#zoznam_oznamov article h2 a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

#zoznam_oznamov .entry-content {
	font-size: 0.95rem;
}

#zoznam_oznamov .read_more_link {
	font-size: 1.1rem;
	text-align: right;
	position: absolute;
	bottom: 10px;
	left: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-weight:500;
}

#zoznam_oznamov .read_more_link i {
	color: #1caf4d;
}

.blok_oznamov .all_news_link {
	text-align: center;
	margin: 20px 0;
}

.blok_oznamov .all_news_link a {
	display: inline-block;
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 10px 40px;
	font-size: 1.3em;
}

.blok_oznamov .all_news_link a i {
	margin-left: 10px;
}


.kronika-grid {
	list-style-type: none;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;

	grid-auto-rows: 1fr;
}

a.kronika-item {
	font-size: 01.3rem;
	border: 2px solid #c0e9cd;
	padding: 20px 10px;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #087213;
	text-decoration: none;
	font-weight: 500;
	transition: border-color 150ms ease-in-out;
}


.gallery_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.gallery_grid .gallery_item {
	display: block;
	text-decoration: none;
}
.gallery_grid .gallery_item img {
	display: block;
}
.gallery_grid .gallery_item h2 {
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 10px;
}
.gallery_grid .gallery_item h2:after {
	content: none;
}





#mobile_menu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	display: none;
	overflow: auto;
	padding: 15px 20px 50px;
}

#mobile_menu #site-navigation {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#mobile_menu .primary-menu {
	max-width: none;
	margin: 0;
}

#mobile_menu ul.menu li {
	display: block;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: 0;
}

#mobile_menu ul.menu li:last-child {
	border-bottom: none;
}

#mobile_menu ul.menu > li > a {
	color: #000;
	line-height: 40px;
	padding: 0 10px;
	font-weight: 600;
	font-size: 0.9em;
	display: block;
}

#mobile_menu ul.menu > li > a > i {
	display: none;
}

#mobile_menu ul.menu > li.menu-item-has-children span.sub-openner {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 1.5em;
	background:#32b75e;
	color: #fff;
}

#mobile_menu ul.menu > li.menu-item-has-children ul li span.sub-openner {
	background:#9cdcb2;
	color: #32b75e;
}

#mobile_menu ul ul {
	float: none;
	box-shadow: none;
	position: static;
	height: 0;
	overflow: hidden;
	background: none;
	color: #fff;
	margin-bottom: 0px;
}

#mobile_menu ul ul li {
	width: auto;
	display: block;
}

#mobile_menu ul ul li a {
	font-weight: 600;
	color: #fff;
	background: #5baa53;
	padding: 10px 15px 10px 25px;
	font-size: 0.8em;
	width: 100% !important;
}

#mobile_menu ul ul ul li a {
	width: auto;
	color: #fff;
	background: #6dcc8d;
	padding: 10px 15px 10px 40px;
}

#mobile_menu ul.menu li.open-sub {
}

#mobile_menu ul.menu li.open-sub > a {
	background: #32b75e;
}

#mobile_menu ul.menu li.open-sub > ul.sub-menu {
	height: auto;
	font-size: 1em;
	width: 100% ;
}

#mobile_menu ul.menu li.open-sub > .sub-openner {
	transform: rotate(180deg);
}


#mobile_menu .site-branding {
	margin-bottom: 20px;
}

/*#mobile_menu .site-branding img {*/
/*	height: 100px;*/
/*	margin-right: 20px;*/
/*}*/

/*#mobile_menu .site-branding .logo-link {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	text-decoration: none;*/
/*	color: #000;*/
/*}*/

/*#mobile_menu .site-branding .logo-link .site-title {*/
/*	font-family: 'Playfair Display', serif;*/
/*	font-size: 4em;*/
/*	font-weight: 700;*/
/*	margin: 0;*/
/*	line-height: 1;*/
/*}*/

/*#mobile_menu .site-branding .logo-link .site-description {*/
/*	font-size: 1em;*/
/*	margin: 0;*/
/*}*/


#mobile_menu .menu-vrchne-menu-container {
	display: block;
	margin: 0;
}


.mobile_menu_btn {
	display: none;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #1caf4d;
	font-size: 1.3em;
	color: #000;
	padding: 0 20px;
	line-height: 1.8;
	text-transform: uppercase;
	font-weight: 500;
}
.mobile_menu_btn i {
	margin-left: 15px;
	color: #000;
}


.oznamy-obecneho-uradu {

}

.oznamy-obecneho-uradu .oznam-content {
	margin-bottom: 30px;

}

.oznamy-obecneho-uradu .oznam-content .entry-meta {
	margin-bottom: 0;
}






/* 1440px = under 1560px */
@media only screen and (max-width: 1559px) {

	.wrapper {
		width: 1340px;
	}
	#secondary-navigation ul li a {
		padding: 0 15px;
	}

}

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

	.wrapper {
		width: auto;
		margin: 0 50px;
	}

	#secondary-navigation ul li a {
		font-size: 0.9em;
		padding: 0 8px;
	}

	#secondary-navigation ul li.menu-item-has-children a:after {
		margin-left: 4px;
	}

	#menu-bocne-menu li a {
		font-size: 1em;
	}

	#menu-bocne-menu li a i {
		font-size: 2.5em;
	}

}

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

	.wrapper {
		width: auto;
		margin: 0 30px;
	}
	.header-image {
		height: 320px;
		background-size: auto 320px;
	}
	.top-navigation {
		position: static;
		margin: 0 -30px;
	}
	.top-navigation .top-main-items {
		width: 100%;
	}
	.top-navigation .top-main-items form#searchform {
		flex-grow: 1;
	}
	.top-navigation .top-main-items form#searchform input {
		width: 100%;
	}

	.site-branding {
		margin: 0 auto;
	}

	.header-top #site-navigation {
		display: none;
	}
	.header-bottom #secondary-navigation {
		display: none;
	}
	#secondary-navigation {
		background: none;
		border: none;
		margin-top: 10px;
	}
	#secondary-navigation ul {
		flex-direction: column;
	}
	.primary-menu ul {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
		align-items: normal;
	}
	.top-navigation .top-main-items .zeno_font_resizer_container {
		font-size: 23px;
	}
	#site-navigation form#searchform input {
		width: 100%;
	}
	#zoznam_oznamov {
		grid-template-columns: 1fr 1fr;
	}
	.mobile_menu_btn {
		display: table;
	}
	.menu-vrchne-menu-container li a {
		font-size: 0.9em;
	}

	.menu-vrchne-menu-container li {
		margin-left: 10px;
	}

	.site-branding {
		width: 300px;
	}

	.site-branding img {
		height: 100px;
		margin-right: 20px;
	}

	.site-branding .logo-link {
		font-size: 0.75em;
	}


	.primary-menu {
		margin-top: 5px; margin-left: 30px;
	}

	.primary-menu li {
		margin-left: 15px;
	}

	.primary-menu li a {
		font-size: 0.95em;
		line-height: 30px;
	}


	.gallery_grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
}

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

	.wrapper {
		width: auto;
		margin: 0 20px;
	}
	.site-branding .logo-link {
		font-size: 0.75em;
	}
	.header-top {
		padding: 15px 0;
	}
	.header-image {
		height: 250px;
		background-size: auto 250px;
	}
	.top-navigation {
		margin: 0 -20px;
	}
	.top-navigation .top-main-items .kontakt-button {
		height: 40px;
		padding: 0 10px;
	}
	.top-navigation .top-main-items .facebook-button {
		height: 40px;
		width: 40px;
		flex-shrink: 0;
	}
	.top-navigation .top-main-items .zeno_font_resizer_container {
		height: 40px;
		padding: 0 10px;
		font-size: 19px;
		flex-shrink: 0;
	}
	.top-navigation .top-main-items form#searchform input {
		height: 40px;
	}

	.col-9.site-main {
		width: 100%;
	}

	.col-3.widget-area {
		width: 100%;
	}

	.subpages-navigator ul {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
	}

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

}


/* 640px = under 768px */
@media only screen and (max-width: 767px) {

	.subpages-navigator ul li {
		width: 100%;
	}
	.site-branding img {
		height: 90px;
		margin-right: 15px;
	}
	.site-branding .logo-link {
		font-size: 0.65em;
	}
	#zoznam_oznamov {
		grid-template-columns: 1fr;
	}


	.footer-information .footer-information-columns {
		flex-direction: column;
		gap: 30px;
	}

}

/* 410px = under 640px */
@media only screen and (max-width: 639px) {
	.site-branding .logo-link {
		display: flex;
		justify-content: center;
	}
	.header-image {
		height: 180px;
		background-size: auto 180px;
	}
	.header-top {
		flex-direction: column;
		gap: 20px;
	}
	.top-navigation .top-main-items .kontakt-button,
	.top-navigation .top-main-items .facebook-button {
		font-size: 0.8em;
	}
	.gallery_grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}

	.footer-information .footer-information-column h2 {
		font-size: 1.3em
	}
}

/* 360px = under 410px */
@media only screen and (max-width: 409px) {
	.footer-information .footer-information-column h2 {
		font-size: 1.2em
	}
}

/* 320px = under 360px */
@media only screen and (max-width: 359px) {
	.footer-information .footer-information-column h2 {
		font-size: 1.1em
	}
}




