/*!
Theme Name: virtual exhibition
Theme URI: http://underscores.me/
Author: Lovro
Author URI: https://makeiteasy.hr
Description: designed for museum virtual exhibitions
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: virtual-exhibition
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.

virtual exhibition 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

# Header

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

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

/* ------------------------------------------------------------
Variables
*/

html {
	scroll-behavior: smooth;
}

html, body {
	overflow-x: hidden;
}

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



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

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

/* raleway-latin-400-normal */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/raleway-latin-400-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-400-normal.woff) format('woff');
 }

 @font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/raleway-latin-400-italic.woff2) format('woff2'), url(./assets/fonts/raleway-latin-400-italic.woff) format('woff');
 }

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/raleway-latin-ext-400-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-ext-400-normal.woff) format('woff');
 }

 @font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/raleway-latin-ext-400-italic.woff2) format('woff2'), url(./assets/fonts/raleway-latin-ext-400-italic.woff) format('woff');
 }

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/raleway-latin-500-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-500-normal.woff) format('woff');
 }

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/raleway-latin-ext-500-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-ext-500-normal.woff) format('woff');
 }

/* raleway-latin-700-normal */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/raleway-latin-700-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-700-normal.woff) format('woff');
 }

 @font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/raleway-latin-700-italic.woff2) format('woff2'), url(./assets/fonts/raleway-latin-700-italic.woff) format('woff');
 }

/* raleway-latin-ext-700-normal */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/raleway-latin-ext-700-normal.woff2) format('woff2'), url(./assets/fonts/raleway-latin-ext-700-normal.woff) format('woff');
 }

 @font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/raleway-latin-ext-700-italic.woff2) format('woff2'), url(./assets/fonts/raleway-latin-ext-700-italic.woff) format('woff');
 }

/* noto-sans-latin-400-normal */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/noto-sans-latin-400-normal.woff2) format('woff2'), url(./assets/fonts/noto-sans-latin-400-normal.woff) format('woff');
 }

 /* noto-sans-latin-ext-400-normal */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/noto-sans-latin-ext-400-normal.woff2) format('woff2'), url(./assets/fonts/noto-sans-latin-ext-400-normal.woff) format('woff');
 }

/* noto-sans-latin-700-normal */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
	src: url(./assets/fonts/noto-sans-latin-700-normal.woff2) format('woff2'), url(./assets/fonts/noto-sans-latin-700-normal.woff) format('woff');
 }

/* noto-sans-latin-ext-700-normal */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
	src: url(./assets/fonts/noto-sans-latin-ext-700-normal.woff2) format('woff2'), url(./assets/fonts/noto-sans-latin-ext-700-normal.woff) format('woff');
 }

body,
button,
input,
select,
optgroup,
textarea
 {
	color: #000;
	font: 20px / 1.7 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font: 80px / 1.2 'Noto Sans', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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

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: #dbdbdb;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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:focus {
	outline: thin dotted;
}

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


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

/* navigacija */


/* #site-navigation {
	margin: 0 0 0 auto;
	align-self: flex-end;
}

@media (min-width: 474px) {
	#site-navigation {
		margin-bottom: -5.4%;
		align-self: center;
	}
}
@media (min-width: 920px) {
	#site-navigation {
		margin-bottom: -3.5%;
	}
} */

.site-content {
	padding: 0 20px;
}

#site-navigation a span {
	font-size: 2.2em;
	color: #fff;
}

.main-navigation {
	display: block;
}

.main-navigation ul {
	display: flex;
	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. */
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.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;
}

.post,
.page {
	margin: 0;
}

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

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

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


/* 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, .custom-logo {
	display: block;
}

.page-titles h1 {
	margin: 0;
}

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


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

/* page language */
[lang="hr-HR"] .menu-item-object-hr a {
	color: #ea8500 !important;
}
[lang="en-US"] .menu-item-object-en a {
	color: #ea8500 !important;
}
[lang="es"] .menu-item-object-es a,
[lang="es-ES"] .menu-item-object-es a
{
	color: #ea8500 !important;
}

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

/* menu icon */
#menu-icon {
	width: auto;
}



/*header
----------------------------------------------*/

.menu-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 12;
}

.language-menu {
	margin: 6px 40px 0 0
}

.hero-image {
	position: relative;
	z-index: 2;
}

.site-branding {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 72%;
	margin-left: auto;
	padding: 0 30px;
}

#menu-language-menu {
	margin: 0;
	padding: 0;
}

#menu-language-menu li {
	display: inline;
}

#menu-language-menu li a {
	text-decoration: none;
	color: #1e1e1e;
	font: 500 30px 'Noto Sans', sans-serif;
	padding: 0 12px;
	line-height: 1;
}

#menu-item-601 {
	margin-top: 1em !important;
}

.site-title, .site-description {
	color: #fff;
	font-weight: 400;
}

h1.site-title {
	margin: -0.4em 0 0;
}

.site-branding a {
	color: #fff;
	text-decoration: none;
}

#text-logo {
	position: relative;
	margin-right: auto;
	z-index: 12;
	display: flex;
}

.home #text-logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#text-logo img {
	width: 145px;
	height: auto;
}


@media (max-width: 768px) {
	.site-branding {
		padding-top: 22px;
	}

	#text-logo {
		left: 0;
	}
}


.page-titles p {
	font: 700 50px / 1.15 'Noto Sans', sans-serif;
	margin: 0;
}

.page-titles h2 {
	font: 500 18px 'Noto Sans', sans-serif;
	margin: 0 0 0 0.15em;
}


/* layout stranice
------------------------------------*/
.site-content {
	margin: 0 auto;
}

#primary-wrapper {
	display: flex;
}

#primary {
	flex-basis: 74%;
}

/* bigger font for top slide menu */
#container-slide ul {
	font-size: 1.6rem;
}

#container-slide .menu-item.language-glavni {
	display: none;
	margin-right: 2ch;
}

.sub-menu {
	transition: height ease 0.3s;
	overflow: hidden;
}

@media (max-width: 920px) {
	.language-menu {
		display: none;
	}

	#container-slide .language-glavni.language-glavni {
		display: inline;
	}

	#menu-item-78#menu-item-78 {
		margin-top: 1em;
	}
}

#container-slide .menu-item > a,
#menu-language-menu a {
	transition: color 0.4s;
}

#container-slide .menu-item > a:hover,
#menu-language-menu a:hover {
	color: #ea8500
}

#primary-menu li.language-glavni.menu-item-object-es {
	margin-right: 0;
}

#primary-menu {
	padding: 0;
	margin-bottom: 0;
}

#primary-menu .menu-flex-wrapper {
	display: inline-flex;
}

.menu-arrow {
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	cursor: pointer;
	color: #ea8500;
	transition: transform ease-in-out 0.3s;
	font-size: 1.3em;
	width:auto;
	height:auto;
	transform-origin: center;
	padding: 0 0.5em;
	line-height: 1;
	flex: initial;
}

.menu-item-has-children .menu-arrow {
		margin-top: 0.05em;
}

.menu-item-has-children .menu-item-has-children .menu-arrow {
		margin-top: -0.13em;
}

.menu-flex-wrapper > a {
	flex: initial;
}

#primary-menu .menu-arrow {
	margin-left: -1em;
}

.menu-arrow::before{
	content: ">";
}


.menu-item-has-children.opened > div > .menu-arrow {
	transform: rotateZ(90deg);
}

/**
* animated hamburger
**/

.hamburger {
	padding: 0.5em;
	display: block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background: none;
	border: 0;
	margin: 0 0 0 auto;
	overflow: visible; }
	.hamburger:hover {
	  opacity: 0.7; }
	.hamburger.is-active:hover {
	  opacity: 0.7; }
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
	  background-color: #1e1e1e; }


.hamburger:focus {
	outline: 1px #1e1e1e dotted;
}

.hamburger-box {
	display: block;
	width: 37px;
	height: 37px;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 2px);
	margin-top: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 37px;
	height: 3px;
	background-color: #1e1e1e;
	border-radius: 1px;
	position: absolute;
	transition: transform 0.15s, background-color 0.4s;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
.hamburger-inner::before {
	top: -12px; }
.hamburger-inner::after {
	bottom: -12px; }

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after
 {
	background-color: #ea8500;
  }

@media (max-width: 768px) {
		.home #site-navigation,
		.home #text-logo {
		background: radial-gradient(circle closest-side at center, rgba(240, 240, 240, 0.95) 0%, 80%, rgba(240, 240, 240, 0) 100% );
	}
}
/*
	* Spin
	*/
	.hamburger--spin .hamburger-inner {
		transition-duration: 0.22s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
		.hamburger--spin .hamburger-inner::before {
		  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
		.hamburger--spin .hamburger-inner::after {
		  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

	 .hamburger--spin.is-active .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
		.hamburger--spin.is-active .hamburger-inner::before {
		  top: 0;
		  opacity: 0;
		  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
		.hamburger--spin.is-active .hamburger-inner::after {
		  bottom: 0;
		  transform: rotate(-90deg);
		  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* klizni menu */

#masthead {
	position: relative;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.site {
	overflow-y: hidden;
	padding: 0;
}

.site-content,
.hero-citation {
	transition: transform ease-in-out 0.3s;
	transform-box: border-box;
}

#container-slide {
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	transform-box: border-box;
	transition: transform ease-in-out 0.3s;
	width: 100%;
	text-align: center;
	padding: 0 2% 50px;
	z-index: 11;
	background: #F0F0F0;
}

.ve-slide-opened #container-slide {
	transform: translateY(0);
}

#container-slide ul li {
	display: block;
	margin: 0 auto 1em;
}

#container-slide .sub-menu li {
	margin-bottom: 0;
}

#container-slide ul li:last-of-type {
	margin-bottom: 0;
}

#container-slide ul li a {
	text-decoration: none;
	color: #1e1e1e;
	font: 400 30px / 1.2 'Noto Sans', sans-serif;
}

/* entry-content , main part of the page */

.entry-content > figure:first-of-type {
	margin: 0 0 90px;
}

.entry-content > figure:first-of-type img {
	width: 100%;
	height: auto;
}

.centered-content {
	margin: 0 auto;
	max-width: 1680px;
}

@media (min-width: 48em) {
	.centered-content {
		width: 100%;
	}
}

@media (min-width: 1208px) {
	.centered-content {
		width: 71.429%;
		min-width: 1050px;
	}
}

.centered-content h1 {
	font-weight: 700;
	margin: 0 0 55px;
}

.h1-subtitle {
	max-width: 570px;
	font-size: 22px;
}


/* navigation buttons on page bottom */
.page-navigation {
	display: flex;
	justify-content: space-between;
	padding: 2em 0 0;
}

.page-template-default .page-navigation {
	padding-left: 4em;
	padding-right: 4em;
}

.page-nav-icon {
	fill: #1e1e1e;
	transition: fill 0.4s;
}

.page-nav-icon:hover {
	fill: #ea8500;
}

.disabled .page-nav-icon:hover {
	fill: #1e1e1e;
}

.page-navigation a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	font-size: 1.25rem;
}


.page-navigation .disabled {
	opacity: 0.5;
}

.page-navigation .left:not(.disabled) div {
  margin-left: 1em;
}

.page-navigation .right:not(.disabled) div {
  margin-right: 1em;
	text-align: right;
}

.left img, .right img {
	height: 2em;
}

/* footer */
#colophon {
	padding: 61px 3% 1em;
}

.site-info {
	display: flex;
	justify-content: space-between;
}

.site-info div {
	margin-right: 1.7em;
}

.site-info a:first-child {
	margin-right: 1em;
}

#colophon a,
#colophon .declaration {
	color: #1e1e1e;
	font-size: 1.125rem;
	text-decoration: none;
	transition: color 0.4s;
}

#colophon .declaration {
	margin-right: 0;
}

#colophon a:hover {
	color: #ea8500;
}

/* photoswipe background */
.pswp__bg {
	background-color: #2c2c2c;
}

/* impresum i uvjeti korištenja */
.page-id-1584 .site-content,
.page-id-1581 .site-content {
	padding: 5%;
}

.entry-content p:first-child {
	margin-top: 0;
}

.page-id-1584 .entry-content {
	columns: 2;
	column-gap: 3em;
}

/* back to top button */
#back-to-top {
	position: fixed;
	bottom: 1rem;
	right: 1.3rem;
	transition: opacity 0.5s ease-out;
	line-height: 0;
}

/***
***
*** media queries
***
***/

@media screen and (min-width:64em) {
	.side-menu {
		display: block;
	}
}

@media screen and (max-width:63.99em) {
	#primary {
	 flex-basis: auto;
  }
}

@media screen and (max-width: 47.999rem) {
	.side-menu {
		display: none;
	}

	#primary-wrapper {
		display: block;
	}



	/* dio za prelamanje u mobile verziju */


	.page-template-default .page-navigation {
		padding-left: 0;
		padding-right: 0;
	}


	.left div, .right div {
		display: none;
	}

	/* only one column on mobile */
	.page-id-1584 .entry-content {
		columns: 1;
	}

	.site-info a {
		text-align: right;
	}

}

@media (min-width: 48em) {
	.page-id-19 .entry-content > *,
	.page-id-21 .entry-content > *,
	.page-id-545 .entry-content > *,
	.page-id-371 .entry-content > *,
	.page-id-3 .entry-content > *,
	.page-id-562 .entry-content > *,
	.page-id-681 .entry-content > *,
	.page-id-738 .entry-content > *,
	.page-id-729 .entry-content > *
	{
		width: 50%;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.page-id-19 h1:first-of-type,
	.page-id-21 h1:first-of-type,
	.page-id-545 h1:first-of-type,
	.page-id-371 h1:first-of-type,
	.page-id-3 h1:first-of-type,
	.page-id-562 h1:first-of-type,
	.page-id-681 h1:first-of-type,
	.page-id-738 h1:first-of-type,
	.page-id-729 h1:first-of-type
	{
		margin-top: 12px;
	}
}

#page#page { visibility: visible; }
