/*!
Theme Name: pri_zabarju
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: pri_zabarju
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.

pri_zabarju 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;
	scroll-behavior: smooth;
}

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

/* Fonts
--------------------------------------------- */

@font-face {
  font-family: 'Libre Bodoni';
  src: url('fonts/LibreBodoni-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Bodoni';
  src: url('fonts/LibreBodoni-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Libre Bodoni", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 1600px) {

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 17px;
		line-height: 1.5;
	}

}

@media (min-width: 2200px) {

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
		line-height: 1.5;
	}

}


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

h2 {
	font-size: 38px;
	font-weight: 300;
}

h3 {
	font-size: 32px;
	font-weight: 300;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0.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%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button {
	border: 0;
	border-radius: 0;
	color: white;
	line-height: 1;
	padding: 0.6em 1em;
}

button:hover {
	cursor: pointer;
}


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Header
--------------------------------------------- */

.hero-wrapper {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #231f20 ;
	color: white;
	background-image: url("/wp-content/uploads/2026/04/background-image.png");
	background-repeat: no-repeat;
}

.menu-glavni {
	display: grid;
	grid-template-columns: auto auto 1fr;
	padding-top: 30px;
	padding-bottom: 250px;
	align-items: center;
	line-height: 1;
	color: #decd99;
}

.menu-glavni-home {
	display: grid;
	grid-template-columns: auto auto 1fr;
	padding-top: 30px;
	padding-bottom: 180px;
	align-items: center;
	line-height: 1;
	color: #decd99;
}

.header-contacts {
	margin-left: 25px;
	/* border: 1px solid #decd99;
	padding: 15px; */
}

.header-contacts span {
	padding-right: 5px;
}

.header-contacts a {
	color: white;
}

.header-contacts a:hover {
	color: #decd99;
}


/* Delavni čas menu */

.working-hours {
	text-align: left;
	color: black;
	/* position: relative; */
}

button.working-hours-toggle {
	padding: 0;
	margin: 0;
	background-color: #231f20;
}

.ura img {
	display: block;
	width: 30px;
}

button.working-hours-toggle img {
	display: block;
	width: 30px;
}

button.working-hours-toggle svg {
	display: block;
	width: 30px;
}

.working-hours-panel {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 30px;
	background-color: #decd99;
	max-width: 310px;
	padding: 25px;
	transition: opacity 0.2s ease;
}

.working-hours.active .working-hours-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

button.panel-close-btn {
	color: black;
	background-color: transparent;
	text-align: left;
	padding: 0;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 25px;
}

.working-hours-panel img {
	width: 25px;
}

.working-hours-panel div {
	padding-bottom: 25px;
}

/* Opening hours menu */

.live-status {
	display: block;
	margin-top: 6px;
	font-weight: 700;
}

.working-hours-panel p {
	margin-bottom: 0;
	line-height: 1.4;
}

p.panel-pat-kitch {
	margin-top: 15px;
}

/* Language switch */

.language-switch li {
	list-style-type: none;
}

.language-switch li a {
	color:#decd99;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 200;
}

/* Desni meni  */

.right-menu {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 20px;
	line-height: 1;
}

.header-hidden {
	display: none;
}

.zabar-logo-img svg {
  	width: 200px;
  	height: auto;
}

.zabar-logo-img-page svg {
	width: 100px;
  	height: auto;
}

p.site-description {
	margin-top: 0;
}

.header-logo {
	padding-bottom: 100px;
}

.header-logo-home {
	padding-bottom: 150px;
}

.header-goto {
	padding-bottom: 150px;
}

.header-goto h2 {
	text-transform: uppercase;
	color: #decd99;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}

.header-goto p {
	width: 30%;
	margin-left: auto;
	margin-right: auto;

}

.header-goto-icon svg {
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.header-goto img {
	width: 50px;
}

.header-info {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	padding-bottom: 200px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.header-info div {
	width: 50%;
}

.header-info img {
	width: 30px;
}

#menu_button span {
    width: 30px;
    margin-left: 5px;
    height: 2px;
    background: #decd99;
    border-radius: 2px;
    display: block;
    opacity: 1;
    margin-bottom: 7px;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

button.menu_button_front {
	padding: 0;
}

#menu_button {
    padding: 0;
	background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s linear;
    display: block;
    z-index: 9999;
}

/* .menu_button_front.menu_close {
	position: fixed;
	top: 35px;
	right: 30px;
} */

/* CLOSED (hamburger default) */
#menu_button span:nth-child(1) {}
#menu_button span:nth-child(2) {}
#menu_button span:nth-child(3) {}

/* OPEN (X state) */

#menu_button.menu_close span:nth-child(1) {
    opacity: 0;
}

#menu_button.menu_close span:nth-child(1) {
	opacity: 0;
	transition: background-color 0.3s linear, transform 0.3s linear, opacity 0.3s linear;
}
#menu_button.menu_close span:nth-child(2) {
	transform: rotate(45deg);
	transition: background-color 0.3s linear, transform 0.3s linear, opacity 0.3s linear;
}
#menu_button.menu_close span:nth-child(3) {
	margin-top: -8px;
	transform: rotate(135deg);
	transition: background-color 0.3s linear, transform 0.3s linear, opacity 0.3s linear;
}

/* clean version */

/* #menu_button.menu_close span:nth-child(2) {
    transform: translateY(4.5px) rotate(45deg);
}

#menu_button.menu_close span:nth-child(3) {
    transform: translateY(-4.5px) rotate(-45deg);
} */

/* hover color */
#menu_button:hover span,
#menu_button.menu_close:hover span {
    background-color: white;
}

/* Navigation
--------------------------------------------- */

/* Hidden menu  */

.p_b {
    background-color: #231f20 ;
}

.main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1222;
	color: #decd99;
    transform: translateY(-100%);
    transition: transform .3s linear;
}

/* OPEN state */
.main-navigation.open {
    transform: translateY(0);
}

/* CLOSED state (faster) */
.main-navigation.closing {
    transition: transform .1s linear;
}



/* Menu */

.menu-logo {
	width: 50%;
	max-width: 150px;
	height:150px;
	background-image: url('/wp-content/uploads/2026/04/pri-zabarju-logo-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;
}

.site-navigation-nav nav {
	padding-left: 150px;
}

.menu-main-container ul li {
	list-style: none;
}

.site-navigation-nav {
	position: absolute;
	bottom: 100px;
	left:0;
	text-align: center;
	width: 100%;

}
.site-navigation-nav ul {
	width:100%;
	margin: 0px ;
	padding-left:0;
	text-transform: uppercase;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.site-navigation-nav ul ul {
	width:100%;
	margin: 0;
	padding-left:0;
	display: block;
	text-transform: none;
}
.site-navigation-nav ul li {
	display: block;
	text-align: left;
}

.site-navigation-nav ul li a {
	font-size: 20px;
  	font-style: italic;
	line-height: 1.5;
	color: #decd99;
}

/* Prevent scrolling when menu is opened */

body.menu-open {
    overflow: hidden;
}


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

.post,
.page {
	margin: 0;
}

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

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

.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: 50px;
	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;
}


/* Custom */

/* Home page
--------------------------------------------- */

/* Sobe  */

.home-sobe {
	box-sizing: content-box;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1300px;
	margin-top: -80px;
	padding-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
}

.sobe-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	row-gap: 50px;
}

.rooms-thumbnail img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.soba-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #231f20;
}

.soba-info {
	background-color: #231f20;
	padding-bottom: 50px;
	padding-right: 100px;
	padding-left: 50px;
	margin-top: auto;
	position: relative;
}

.soba-info::after {
	content: "";
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 25px;
	height: 25px;
	background-image: url("/wp-content/uploads/2026/05/forward-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 10px;
}

.soba-info h3 {
	color: white;
	margin: 0;
	padding-top: 100px;
	line-height: 1.4;
}

.soba-info p {
	color:#decd99;
	margin: 0;
}

.rooms-thumbnail {
	position: relative;
}

.room-icon {
	position: absolute;
	top: 50px;
	left: 50px;
	height: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #1b1819;
	border-radius: 50%;
	padding: 5px;
}

.room-icon img {
	height: 25px;
	object-fit: contain;
}

/* Gostilna */

.restaurant-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}

.side-image {
	height: 85%;
	width: auto;
	object-fit: cover;
	object-position: 60% center;
}

.btn {
	display: block;
	background-color: #decd99;
  	max-width: 200px;
	margin: 0 auto 25px auto;
	padding: 10px;
	transition: background-color 0.2s ease;
}

/* .btn:hover {
	background-color: #a4876c;
	color: black;
} */

.home-restaurant-info {
	background-color: #231f20;
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}

.home-restaurant-info img {
	width: 50px;
}

.home-restaurant-info h2 {
	color: #decd99;
	text-transform: uppercase;
	padding-bottom: 50px;
	margin-top: 25px;
}

.home-restaurant-info p {
	color: white;
	margin-bottom: 50px;
}

.cas-odpiranja-home {
	padding-bottom: 25px;
}

.home-gostilna {
	padding-bottom: 200px;
}

.btn-pat {
	background-color: #decd99;
  	max-width: 200px;
	margin: 0 auto 25px auto;
	padding: 10px;
}

img.time-icon {
	width: 30px
}

/* Slascicarna */

.patiserie-logo {
	width: 50px;
}

.home-patiserie {
	text-align: center;
	padding-bottom: 200px;
}

.home-patiserie h2 {
	margin-top: 15px;
	margin-bottom: 150px;
	text-transform: uppercase;
}

.patiserie-wrapper {
	position: relative;
}

.patisserie-cover-image {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.patiserie-info {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 700px;
	background-color: #decd99;
	color: black;
	padding: 90px 50px;
}

.patiserie-info p {
	margin-bottom: 50px;
}

/* .patiserie-hours {
		margin-bottom: 50px;
	} */

a.btn-patiserie {
	color: #decd99;
	background-color: #231f20;
  	max-width: 200px;
	/* margin: 0 auto 25px auto;
	padding: 10px; */
	padding: 10px;
	width: 150px;
	display: inline-block;
	/* margin: 50px; */
	font-weight: 400;
	margin-bottom: 25px;
}

.btn-right {
	margin-left: 25px;
}

/* Lokacija */

.home-location {
	text-align: center;
}

.home-location h2 {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 1.4;
}

.home-location p {
	padding-bottom: 50px;
}

.parking-wrapper {
	position: relative;
}

a.btn-parking {
	color: #decd99;
	background-color: #231f20;
	padding: 15px;
	display: inline-block;
	font-weight: 400;
	width: 300px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1100;
}


/* Single rooms
--------------------------------------------- */

.soba-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.single-soba-info {
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.amenities-room {
	background-color: #231f20;
	padding: 50px;
	color: white;
	margin-top: -50px;
}

.feature {
	display: flex;
	align-items: center; /* 🔑 to je point */
	gap: 25px;
	margin-bottom: 25px;
}

.icon {
	flex-shrink: 0; /* da se ne skrči */
}

.icon svg {
	display: block;
	/* width: 25px;
	height: 25px; */
}

.text {
	line-height: 1.2;
}

.soba-features-1 {
	padding-bottom: 50px;
}

.room-descripton {
	padding: 50px;
}

.room-checkin {
	padding: 50px;
	background-color:#decd99;
	margin-top: -50px;
	text-align: center;
}

.room-checkin img {
	width: 25px;
}

.rooms-footer {
	text-align: center;
	color: #918f90;
	font-size: 20px;
	padding-bottom: 100px;
}

.single-room-gallery {
	padding-left: 50px;
	padding-right: 50px;
	/* margin-top: -50px; */
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.single-room-gallery img {
	display: block;
}

/* Rezervacija */

.room-reservation-section {
	background-color: #231f20;
	color: white;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 150px;
}

.reservation-form {
	background-color: #1b1819;
	padding: 50px;
	max-width: 700px;
}



/* .single-room-gallery {
	max-width: 1300px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
} */

.nav-links {
	padding: 50px;
}

.nav-previous {
	margin-bottom: 15px;
}

/* Page
--------------------------------------------- */

.site-page {
	padding-left: 50px;
	padding-right: 50px;
}

/* Rezervacija mize */

.page-wrapper {
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 3fr 1fr;
	column-gap: 50px;
	padding-left: 100px;
	padding-right: 50px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

main.reservations-content {
	padding-top: 70px;
}

.page-info-box {
	text-align: center;
	background-color: #decd99;
	padding-top: 50px;
	margin-top: -60px;
}

.page-info-box img {
	width: 25px;
}

.page-info-box p {
	margin: 0;
	line-height: 1.4;
	padding-bottom: 50px;
}

form.wpcf7-form {
	padding-top: 25px;
}

form.wpcf7-form p {
	margin-bottom: 25px;
}

label {
	line-height: 1.2;
}

input {
	width: 100%;
	border: none;
	border-bottom: 1px solid black;
	padding-top: 7px;
}

input:focus {
    outline: none;
    border: 1px solid black;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #decd99;
	background-color: #231f20;
	padding: 15px;
	display: inline-block;
	font-weight: 400;
	border: none;
	cursor: pointer;
}

.wpcf7 {
	max-width: 700px;
}

.wpcf7-checkbox label {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    cursor: pointer;
    line-height: 1.4;
}

/* hide ugly default checkbox */
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #231f20;
    border-radius: 0;
    margin: 0;
    margin-top: 2px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
}

/* checked state */
.wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #231f20;
}

/* check mark */
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #decd99;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-list-item {
	margin: 25px 0 0 0;
}

/* Meniji
--------------------------------------------- */

.gallery-columns-1 {
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    padding: 50px 20px;
	/* margin-top: -100px; */
}

.gallery-columns-1 .gallery-item {
    margin-bottom: 50px;
}

.gallery-columns-1 .gallery-icon {
    background: #fff;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.16),
        0 2px 8px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.gallery-columns-1 .gallery-icon img {
    display: block;
    width: 100%;
    height: auto;
}

/* subtle premium feeling */

/* .gallery-columns-1 .gallery-item:nth-child(even) .gallery-icon {

    transform: rotate(-0.4deg);

}

.gallery-columns-1 .gallery-item:nth-child(odd) .gallery-icon {

    transform: rotate(0.4deg);

} */

/* footer
--------------------------------------------- */

.site-footer {
	background-color: #231f20 ;
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}

.site-footer p {
	margin: 0;
	color: white;
}

.site-footer p a {
	margin: 0;
	color: white;
}

.site-footer p a:hover {
	color: #decd99;
}

/* footer info */

.footer-contact {
	display: flex;
    justify-content: flex-start; /* or space-between / flex-start */
    gap: 100px;
}

/* footer menu */

.footer-menu {
	padding-bottom: 100px;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu .menu {
    display: flex;
    justify-content: flex-start; /* or space-between / flex-start */
    gap: 100px;
    padding: 0;
    margin: 0;
}

.footer-menu .sub-menu {
    display: block;
    padding-left: 0;
}

.footer-menu .sub-menu li {
    list-style: none;
}

.footer-menu ul li a {
    color: grey;
}

.footer-menu .sub-menu li a {
    color: #decd99;
	font-style: italic;
}

/* Footer socials + logo */

/* Wrapper */
.footer-images {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 100px;
}

/* Social icons row */
.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Social images */
.footer-socials img {
    display: block;
    width: 40px;
    height: auto;
}

/* Logo */
.footer-logo svg {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
}

/* Obvestilo */


/* Mobilno */

@media (max-width: 1250px) {

	.sobe-list {
		grid-template-columns: 1fr 1fr;
    	column-gap: 50px;
    	row-gap: 50px;
	}

}

@media (max-width: 850px) {

	.sobe-list {
		grid-template-columns: 1fr;
    	column-gap: 50px;
    	row-gap: 50px;
	}

}

@media (max-width: 1000px)  {
	

	.footer-menu .menu {
		gap: 50px;
	}

	.footer-contact {
		gap: 50px;
	} 

	.page-wrapper {
		display: flex;
		flex-direction: column-reverse;
		padding-left: 25px;
		padding-right: 25px;
	}

	.page-info-box {
		width: 50%;
	}

	.site-navigation-nav nav {
		padding-left: 75px;
	}

	.single-soba-info {
		grid-template-columns: 1fr 1fr;
		margin-top: -50px;
		row-gap: 50px
	}

	.room-descripton p {
		padding-top: 50px;
	}

	.amenities-room {
		margin-top: 0;
	}
	
	.room-checkin {
		margin-top: 0;
	}

	.rooms-footer {
		margin-left: 75px;
		margin-right: 75px;
	}
	
	.header-info div {
		width: 70%;
	}

	.patiserie-hours {
		margin-bottom: 50px;
	}

	a.btn-patiserie {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 760px) {

	/* navigation menu */

	.main-navigation {
		padding: 0;
	}

	.site-navigation-nav {
		position: static;
		padding-left: 25px;
	}

	.menu-logo {
		margin-top: 100px;
		margin-left: 25px;
		margin-right: 0;
		margin-bottom: 50px;
		max-height: 100px;
		max-width: 100px;
	}

	.site-navigation-nav ul li a {
		font-size: unset;
	}

	.site-navigation-nav nav {
    	padding-left: 0;
	}

	.site-navigation-nav ul {
		display: block;
	}

	.site-navigation-nav .menu > li {
		margin-bottom: 25px;
	}

	.site-navigation-nav .menu > li:last-child {
		margin-bottom: 0;
	}

	.site-navigation-nav a {
		margin-bottom: 10px;
	}

	.header-goto p {
		width: 50%;
	}

	/* home page */

	.header-info div {
		width: 90%;
	}

	.header-info {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.home-sobe {
		padding-left: 25px;
		padding-right: 25px;
	}

	/* .sobe-list {
		grid-template-columns: 1fr 1fr;
		column-gap: 25px;
		row-gap: 25px;
	} */

	h2.soba-title {
		font-size: 24px;
	}

	a.btn-menu {
		background-color: #a4876c;
	}

	.restaurant-wrapper {
		display: block;
	}

	img.side-image {
		display: block;
	}

	.home-restaurant-info svg {
		margin-top: -25px;
	}

	.home-restaurant-info {
		padding-top: 0;
	}

	.patiserie-info {
		position: static;
        transform: unset;
        top: unset;
        left: unset;
		max-width: 100%;
	}

	.home-patiserie h2 {
		margin-bottom: 50px;
	}

	a.btn-parking {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		position: static;
		top: unset;
    	left: unset;
    	transform: unset;
		margin-bottom: 50px;
	}

	.home-location {
		padding-bottom: 50px;
	}

	.home-location p {
		margin-bottom: 0;
	}

	/* pages */

	.page-info-box {
		width: 70%;
	}

	.site-page {
		padding-left: 25px;
    	padding-right: 25px;
	}

	/* Footer */

	.site-footer {
		padding: 100px 25px 100px 25px;
	}

	.footer-grid {
		display: flex;
		flex-direction: column-reverse;
	}

	.footer-images {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 25px;
		padding-bottom: 50px;
	}

	.footer-menu .menu {
		flex-direction: column;
		gap: 25px;
	}

	.footer-menu {
		padding-bottom: 50px;
	}

	.footer-contact {
		flex-direction: column;
		gap: 25px;
	}

	/* Room */

	.single-soba-info {
		grid-template-columns: 1fr;
		margin-top: 50px;
		row-gap: 50px
	}

	.room-descripton p {
		padding-top: 0;
	}

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

	figure {
		margin-bottom: 0;
	}

	.single-room-gallery {
		padding-left: 25px;
		padding-right: 25px;
	}

	.room-reservation-section {
		padding-top: 25px;
    	padding-left: 25px;
    	padding-right: 25px;
	}

	.room-reservation-section h2 {
		margin: 10px 0 30px 0;
	}

	.reservation-form {
		padding: 25px;
	}

}

@media (max-width: 570px) {

	/* .sobe-list {
		grid-template-columns: 1fr;
	} */

	h1, h2, h3, h4, h5, h6, p {
    	overflow-wrap: break-word;
		word-break: normal;
		hyphens: auto;
  	}

	a.btn-parking {
		width: auto;
	}

	.header-goto p {
		width: 100%;
	}

	.page-info-box {
		width: 100%;
	}

	.gallery-columns-1 {
		padding: 0;
	}

	.gallery-columns-1 .gallery-item {
		margin-bottom: 0;
	}

	.header-goto h2 {
		font-size: 24px;
	}

	.single-soba-info {
		margin-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.gallery-columns-3 {
		grid-template-columns: 1fr;
	}

	/* .patiserie-hours {
		margin-bottom: 75px;
	} */

	.soba-info h3 {
		padding-top: 50px;
	}

}

@media (max-width: 450px) {

	.soba-info {
		padding-bottom: 25px;
    	padding-right: 50px;
    	padding-left: 25px;
	}

	/* .soba-info::after {
		content: "";
		position: absolute;
		left: 25px;
		bottom: 15px;
		padding-bottom: 10px;
	} */

	.soba-info::after {
		right: 25px;
		bottom: 15px;
	}

	.soba-info h3 {
		padding-top: 50px;
	}

	.reservation-form {
		padding: 0;
	}

}


/* Popup obvestilo */




/* Popravki */

a[href^="tel"]{

    color: inherit;

    text-decoration: none;

}





/*  ### Tralala ### */
