/*!
Theme Name: Pause
Theme URI: http://underscores.me/
Author: molekula
Author URI: http://molekula.agency
Description: Slowmotion festival web
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: pause
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.

Pause 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

--------------------------------------------------------------*/
.bkRed {
  background-color: var(--slow-Red, #E94A2F);
}

.bkPinkDark {
  background-color: var(--slow-Pink-dark, #DFB7BC);
}

.bkPinkLight {
  background-color: #F5E0E5;
}

.bkNavy {
  background-color: var(--slow-Navy, #274373);
}

.bkLilac {
  background-color: var(--slow-Lilac, #C0C0D1);
}

.bkWhite {
  background-color: white;
}

@font-face {
  font-family: "LoRes";
  src: url("./assets/fonts/lrs/LoRes9Plus.woff2") format("woff2"), url("./assets/fonts/lrs/LoRes9Plus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_light.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_regular.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_medium.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_demi.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_bold.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_heavy.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trmna";
  src: url("./assets/fonts/trmna/trmn_black.woff2") format("woff2"), url("./assets/fonts/trmna/trmn_black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.limit, .poster, .stretchy .oneFull,
.poster .oneFull, footer.site-footer .footContainer, .speakerHeader .speakerContainer, .entry-header,
.page-header, .pauseHead, .blockSpeaking .speakingWrap, .blockSpeaking .speakingHead, .blockSpeakers .speakersList .speakersContainer, .postList .postListContainer, .entry-content.eventContent, .listWrap .listContainer {
  max-width: 96em;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --bp-small: 480px;
  --bp-medium: 768px;
  --bp-large: 992px;
  --bp-xlarge: 1200px;
  --bp-xxlarge: 1536px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.125em;
  font-weight: 400;
}

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

blockquote {
  margin: 3svh 1.5em 3svh;
  border: 1px solid var(--slow-Navy, #274373);
  border-width: 1px 0;
  max-width: 63ch;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em 2em 10%;
  background: url(assets/icons/icQuote.svg) no-repeat 10px 10px;
  background-size: 10% auto;
}
blockquote p {
  margin: 0;
  line-height: 1.8;
  font-weight: 400 !important;
}

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

.txtPinkLight {
  color: #F5E0E5;
}

.txtPinkDark {
  color: var(--slow-Pink-dark, #DFB7BC);
}

.txtNavy {
  color: var(--slow-Navy, #274373);
}

.txtLilac {
  color: var(--slow-Lilac, #C0C0D1);
}

.txtRed {
  color: var(--slow-Red, #E94A2F);
}

.posterHeader h1 {
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
  margin: calc(0.5em + 2svh) 1rem calc(0.25em + 2svh);
  text-wrap: balance;
  max-width: 20ch;
}

.poster h2,
.stretchy h2 {
  font-size: clamp(2.25rem, 4.4vw, 3.3rem);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
  margin: calc(1em + 4svh) 0;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .poster h2,
  .stretchy h2 {
    font-size: clamp(1.55rem, 3vw, 3rem);
  }
}
.poster h3,
.stretchy h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  text-transform: uppercase;
  font-weight: 800;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .poster h3,
  .stretchy h3 {
    font-size: clamp(1.375rem, 3vw, 2rem);
  }
}
.poster h4,
.stretchy h4 {
  font-size: clamp(1.375rem, 2.7vw, 2rem);
  text-transform: uppercase;
  font-weight: 800;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .poster h4,
  .stretchy h4 {
    font-size: clamp(1.25rem, 2.7vw, 2rem);
  }
}
.poster h5,
.stretchy h5 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  text-transform: uppercase;
  font-weight: 800;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .poster h5,
  .stretchy h5 {
    font-size: clamp(1.125rem, 2.5vw, 1.75rem);
  }
}
.poster .titleGroup h4,
.poster .titleGroup h5,
.stretchy .titleGroup h4,
.stretchy .titleGroup h5 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.poster .titleGroup h4:last-child,
.poster .titleGroup h5:last-child,
.stretchy .titleGroup h4:last-child,
.stretchy .titleGroup h5:last-child {
  margin-bottom: 1.25em;
}
.poster .broken,
.stretchy .broken {
  max-width: 24em;
}
.poster .overhead,
.stretchy .overhead {
  display: inline-block;
  font-size: clamp(1em, 2vw, 1.125em);
  text-transform: uppercase;
  font-weight: 500;
  max-width: 32ch;
}
.poster .overhead + h3,
.poster .overhead + h2,
.poster .overhead + h4,
.poster .overhead + h5,
.stretchy .overhead + h3,
.stretchy .overhead + h2,
.stretchy .overhead + h4,
.stretchy .overhead + h5 {
  margin-top: 0.25em;
}
.poster .posterLabel,
.stretchy .posterLabel {
  text-transform: uppercase;
  max-width: 30em;
  text-wrap: balance;
}
.poster .widgetContent p,
.stretchy .widgetContent p {
  font-size: clamp(1em, 2vw, 1.125em);
  max-width: 34ch;
}
.poster .widgetContent .emphasised,
.stretchy .widgetContent .emphasised {
  font-weight: 600;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  padding: 2em 0;
}
.logo-grid img {
  max-width: 96px;
  width: 100%;
  height: auto;
  flex: 1 1 80px;
  object-fit: contain;
  transition: transform 0.2s;
  filter: grayscale(100%);
}
.logo-grid img:hover {
  filter: none;
  transform: scale(1.05);
}
@media (max-width: 700px) {
  .logo-grid {
    gap: 1em;
  }
  .logo-grid img {
    max-width: 64px;
    flex-basis: 64px;
  }
}
@media (max-width: 500px) {
  .logo-grid {
    align-items: center;
  }
  .logo-grid img {
    max-width: 64px;
    margin-bottom: 1em;
  }
}

.listWrap .Program {
  padding-left: calc(0.25em + 1svw);
  padding-right: calc(0.25em + 1svw);
}
.listWrap .Program .program-date {
  margin-top: calc(1em + 1svh);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--slow-Navy, #274373);
}
.listWrap .Program .program-date-single {
  margin-top: calc(1em + 1svh);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 500;
  color: var(--slow-Navy, #274373);
}
.listWrap .Program .oneSlot {
  padding: calc(0.25em + 2svh) calc(0.25em + 2svw);
  margin: 0.5em 0.25em;
}
@media screen and (min-width: 768px) {
  .listWrap .Program .oneSlot {
    margin: 0.5em;
  }
}
.listWrap .Program .oneSlot.radionica {
  border: 2px solid var(--slow-Pink-dark, #DFB7BC);
  border-width: 0 2px 0 2px;
}
.listWrap .Program .oneSlot.film {
  border: 2px solid var(--slow-Pink-dark, #DFB7BC);
  border-width: 0 2px 0 2px;
}
.listWrap .Program .oneSlot.ucka {
  margin-right: 8svw;
  border: 2px solid var(--slow-Red, #E94A2F);
  border-width: 0 0 2px 2px;
}
@media screen and (min-width: 480px) {
  .listWrap .Program .oneSlot.ucka {
    margin-right: 12svw;
  }
}
@media screen and (min-width: 768px) {
  .listWrap .Program .oneSlot.ucka {
    margin-right: 18svw;
  }
}
.listWrap .Program .oneSlot.lungomare {
  margin-left: 8svw;
  border: 2px solid var(--slow-Navy, #274373);
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 480px) {
  .listWrap .Program .oneSlot.lungomare {
    margin-left: 12svw;
  }
}
@media screen and (min-width: 768px) {
  .listWrap .Program .oneSlot.lungomare {
    margin-left: 18svw;
  }
}
.listWrap .Program h2.program-title {
  font-size: clamp(1.125rem, 275vw, 1.875rem);
  max-width: 38ch;
  text-wrap: balance;
}
.listWrap .Program .program-title-row,
.listWrap .Program .program-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: var(--slow-Red, #E94A2F);
}
.listWrap .Program .program-title-row h3,
.listWrap .Program .program-title h3 {
  margin: 0.25em 0;
  max-width: 38ch;
  text-wrap: balance;
}
.listWrap .Program .program-title-row:link, .listWrap .Program .program-title-row:visited,
.listWrap .Program .program-title:link,
.listWrap .Program .program-title:visited {
  color: var(--slow-Red, #E94A2F);
  text-decoration: none;
}
.listWrap .Program .program-time {
  font-family: "LoRes", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.75em, 3.2vw, 2.25em);
  display: inline-block;
  font-weight: 900;
  margin-right: 0.25em;
  color: var(--slow-Navy, #274373);
  font-variant-numeric: tabular-nums;
  border-radius: 0.25em;
  padding: 0 0.25em;
  border: 1px solid var(--slow-Lilac, #C0C0D1);
}
.listWrap .Program .program-vrsta-label {
  color: var(--slow-Pink-dark, #DFB7BC);
  font-weight: 500;
}
.listWrap .Program .program-govornici {
  margin-top: 0.5em;
  color: var(--slow-Navy, #274373);
}
.listWrap .Program .program-govornici a {
  color: var(--slow-Navy, #274373);
  font-weight: 500;
  text-decoration: none;
}
.listWrap .Program .program-labels {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.5em;
  color: var(--slow-Navy, #274373);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.listWrap .Program .program-pozornica-label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.25em;
  color: var(--slow-Navy, #274373);
  letter-spacing: 0.03em;
}
.listWrap .Program .program-pozornica-label strong {
  font-weight: 700;
  text-transform: uppercase;
}
.listWrap .Program .program-title-row {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.single-program .eventDetails,
.single-govornici .eventDetails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 1em;
}
.single-program .eventDetails .dateWrap,
.single-govornici .eventDetails .dateWrap {
  display: inline-block;
}
.single-program .eventDetails .stageWrap,
.single-govornici .eventDetails .stageWrap {
  margin-left: 0.5em;
}
.single-program .eventDetails .stageWrap img,
.single-govornici .eventDetails .stageWrap img {
  display: block;
  max-height: 1.125rem;
  width: auto;
}
.single-program .program-day,
.single-govornici .program-day {
  display: block;
  color: var(--slow-Navy, #274373);
  text-transform: lowercase;
}
.single-program .program-date,
.single-govornici .program-date {
  margin-top: calc(1em + 1svh);
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 700;
  color: var(--slow-Navy, #274373);
}
.single-program .oneSlot,
.single-govornici .oneSlot {
  padding: calc(0.25em + 2svh) calc(0.25em + 2svw);
  margin: 0.5em;
}
.single-program .oneSlot.radionica,
.single-govornici .oneSlot.radionica {
  border: 2px solid var(--slow-Pink-dark, #DFB7BC);
  border-width: 0 2px 0 2px;
}
.single-program .oneSlot.film,
.single-govornici .oneSlot.film {
  border: 2px solid var(--slow-Pink-dark, #DFB7BC);
  border-width: 0 2px 0 2px;
}
.single-program .oneSlot.ucka,
.single-govornici .oneSlot.ucka {
  margin-right: 20svw;
  border: 2px solid var(--slow-Red, #E94A2F);
  border-width: 0 0 2px 2px;
}
.single-program .oneSlot.lungomare,
.single-govornici .oneSlot.lungomare {
  margin-left: 20svw;
  border: 2px solid var(--slow-Navy, #274373);
  border-width: 0 2px 2px 0;
}
.single-program .program-time,
.single-govornici .program-time {
  font-family: "LoRes", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  display: inline-block;
  font-weight: 900;
  margin-right: 0.25em;
  color: var(--slow-Navy, #274373);
  font-variant-numeric: tabular-nums;
  border-radius: 0.25em;
  padding: 0 0.25em;
  background-color: white;
}
.single-program .program-vrsta-label,
.single-govornici .program-vrsta-label {
  color: var(--slow-Pink-dark, #DFB7BC);
  font-weight: 500;
}
.single-program .program-govornici,
.single-govornici .program-govornici {
  margin-top: 0.5em;
  color: var(--slow-Navy, #274373);
}
.single-program .program-govornici a,
.single-govornici .program-govornici a {
  color: var(--slow-Navy, #274373);
  font-weight: 500;
  text-decoration: none;
}
.single-program .program-labels,
.single-govornici .program-labels {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.5em;
  color: var(--slow-Navy, #274373);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.single-program .program-pozornica-label,
.single-govornici .program-pozornica-label {
  display: inline-block;
  font-weight: 500;
  color: var(--slow-Navy, #274373);
}
.single-program .program-pozornica-label strong,
.single-govornici .program-pozornica-label strong {
  font-weight: 700;
  text-transform: uppercase;
}
.single-program .program-title-row,
.single-govornici .program-title-row {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.single-govornici .speakerSub {
  color: var(--slow-Lilac, #C0C0D1);
  font-weight: 600;
}
.single-govornici .eventDetails {
  border: solid var(--slow-Red, #E94A2F);
  border-width: 2px 0 0 2px;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 1em;
}
.single-govornici .eventDetails .program-time {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}
.single-govornici .eventDetails .dateWrap,
.single-govornici .eventDetails .stageWrap,
.single-govornici .eventDetails .program-date,
.single-govornici .eventDetails .program-pozornica-label {
  font-size: 0.875rem !important;
}
.single-govornici .eventDetails .dateWrap {
  display: inline-block;
}
.single-govornici .eventDetails .stageWrap {
  margin-left: 0.5em;
}
.single-govornici .eventDetails .stageWrap img {
  display: block;
  max-height: 1.125rem;
  width: auto;
}

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

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: var(--slow-Navy, #274373);
  text-decoration: none;
}
a:visited {
  color: var(--slow-Navy, #274373);
}
a:hover, a:focus, a:active {
  color: var(--slow-Red, #E94A2F);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-content a,
.Program a {
  color: var(--slow-Navy, #274373);
  text-decoration: none;
  border-bottom: 2px solid var(--slow-Pink-dark, #DFB7BC);
}
.entry-content a:visited,
.Program a:visited {
  color: var(--slow-Navy, #274373);
}
.entry-content a:hover, .entry-content a:focus, .entry-content a:active,
.Program a:hover,
.Program a:focus,
.Program a:active {
  color: var(--slow-Red, #E94A2F);
  border-bottom: 2px solid var(--slow-Navy, #274373);
}
.entry-content a:focus,
.Program a:focus {
  outline: thin dotted;
}
.entry-content a:hover, .entry-content a:active,
.Program a:hover,
.Program a:active {
  outline: 0;
}

.archive .entry-title a,
.page .onePost .entry-title a,
a.program-title,
.single-govornici .eventTitle a {
  color: var(--slow-Red, #E94A2F);
  text-decoration: none;
  border: unset;
}
.archive .entry-title a:visited,
.page .onePost .entry-title a:visited,
a.program-title:visited,
.single-govornici .eventTitle a:visited {
  color: var(--slow-Red, #E94A2F);
}
.archive .entry-title a:hover, .archive .entry-title a:focus, .archive .entry-title a:active,
.page .onePost .entry-title a:hover,
.page .onePost .entry-title a:focus,
.page .onePost .entry-title a:active,
a.program-title:hover,
a.program-title:focus,
a.program-title:active,
.single-govornici .eventTitle a:hover,
.single-govornici .eventTitle a:focus,
.single-govornici .eventTitle a:active {
  color: var(--slow-Navy, #274373) !important;
}
.archive .entry-title a:focus,
.page .onePost .entry-title a:focus,
a.program-title:focus,
.single-govornici .eventTitle a:focus {
  outline: thin dotted;
}
.archive .entry-title a:hover, .archive .entry-title a:active,
.page .onePost .entry-title a:hover,
.page .onePost .entry-title a:active,
a.program-title:hover,
a.program-title:active,
.single-govornici .eventTitle a:hover,
.single-govornici .eventTitle a:active {
  outline: 0;
}

.oneSpeaker .speaker {
  color: #F5E0E5;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.oneSpeaker .speaker:visited {
  color: var(--slow-Red, #E94A2F);
}
.oneSpeaker .speaker:hover, .oneSpeaker .speaker:focus, .oneSpeaker .speaker:active {
  color: white !important;
  border-bottom: 2px solid var(--slow-Pink-dark, #DFB7BC);
}
.oneSpeaker .speaker:focus {
  outline: thin dotted;
}
.oneSpeaker .speaker:hover, .oneSpeaker .speaker:active {
  outline: 0;
}

a.pinkLink {
  font-weight: 800;
  color: #F5E0E5 !important;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
a.pinkLink:visited {
  color: #F5E0E5 !important;
}
a.pinkLink:hover, a.pinkLink:focus, a.pinkLink:active {
  color: white !important;
  border-bottom: 2px solid var(--slow-Pink-dark, #DFB7BC);
}
a.pinkLink:focus {
  outline: thin dotted;
}
a.pinkLink:hover, a.pinkLink:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.nf-form-cont {
  max-width: 56ch;
  padding: 1em 0;
}
.nf-form-cont input[type=submit] {
  border: none;
  background-color: var(--slow-Navy, #274373);
  color: var(--slow-Lilac, #C0C0D1);
  border-top: 1px solid var(--slow-Pink-dark, #DFB7BC);
}

.napomene textarea {
  height: 100px !important;
  resize: both;
}

.wp-block-separator {
  background-color: var(--slow-Pink-dark, #DFB7BC);
  border: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  padding: 0 1em;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: var(--slow-Red, #E94A2F);
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--slow-Navy, #274373);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom: 1px solid var(--slow-Pink-dark, #DFB7BC);
}
.main-navigation .tickets {
  text-transform: uppercase;
  padding-left: 1.5em;
}
.main-navigation .tickets > a {
  color: var(--slow-Red, #E94A2F);
}
.main-navigation .tickets:hover > a, .main-navigation .tickets.focus > a {
  color: var(--slow-Navy, #274373);
}

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

@media screen and (min-width: 768px) {
  .main-burger {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  border-top: 2px solid var(--slow-Pink-dark, #DFB7BC);
  margin: calc(2em + 2svh) 0;
  padding: 0.75em 1em 0.6em;
  font-size: 0.875rem;
}
.comment-navigation .nav-subtitle,
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
  font-weight: 600;
  text-transform: uppercase;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 40%;
  max-width: 30ch;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 40%;
  max-width: 30ch;
}
.comment-navigation .nav-pozornica,
.posts-navigation .nav-pozornica,
.post-navigation .nav-pozornica {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--slow-Pink-dark, #DFB7BC);
}

button.main-burger {
  width: 48px;
  border: none;
  background-color: transparent;
  padding: 0.5em 0;
  float: right;
  position: relative;
  z-index: 100;
  color: var(--slow-Navy, #274373);
  margin-right: 0.5em;
}
button.main-burger .hamburger-box {
  transition: 0.25s ease-in-out all;
}
button.main-burger .hamburger-box:hover {
  padding-left: 0.25em;
}

/* Main navigation overlay */
.menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 99;
  opacity: 0;
  transition: 0.2s ease-in-out;
  display: grid;
  grid-template-columns: minmax(auto, 96em);
}
.admin-bar .menu-overlay {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .menu-overlay {
    top: 32px;
  }
}
.menu-overlay.is-active {
  opacity: 1;
  background-color: #F5E0E5;
  visibility: visible;
}
.menu-overlay .main-wrap {
  padding: 4.5em 1em 1em;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
}
.menu-overlay .main-wrap .switcher-area {
  padding-bottom: 0.5em;
}
.menu-overlay .main-wrap .switcher-area a {
  border-radius: 4em;
}
.menu-overlay .main-wrap .switcher-area a:visited, .menu-overlay .main-wrap .switcher-area a:link {
  color: var(--slow-Navy, #274373);
  text-decoration: none;
}
.menu-overlay .main-wrap .switcher-area a:hover, .menu-overlay .main-wrap .switcher-area a:active {
  color: white;
  background-color: var(--slow-Lilac, #C0C0D1);
}
.menu-overlay .main-wrap .switcher-area .big-lang {
  border-radius: 4em;
  background-color: white;
  overflow: hidden;
  padding: 0.25em 0;
}
.menu-overlay .main-wrap .switcher-area .biglang {
  border-radius: 2em;
}
.menu-overlay .main-wrap .switcher-area .biglang.active {
  color: var(--slow-Lilac, #C0C0D1);
  font-weight: 800;
  padding: 0.25em 1em;
}
.menu-overlay .main-wrap .switcher-area .biglang.inactive a {
  padding: 0.25em 1em;
}

.noscroll {
  overflow: hidden;
}

.big-menu {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Trmna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.big-menu ul {
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.big-menu ul li {
  padding: 0.75rem 0;
  font-size: 1em;
}
@media screen and (min-width: 480px) {
  .big-menu ul li {
    font-size: 1.25em;
  }
}
.big-menu ul li a {
  color: var(--slow-Navy, #274373);
  padding-bottom: 0.125em;
  border-bottom: 2px solid var(--slow-Lilac, #C0C0D1);
  text-decoration: none;
}
.big-menu ul li a:hover, .big-menu ul li a:focus, .big-menu ul li a:active {
  color: var(--slow-Lilac, #C0C0D1);
  border-color: black;
}
.big-menu ul li a:focus {
  outline: thin dotted;
}
.big-menu ul li a:hover, .big-menu ul li a:active {
  outline: 0;
}
.big-menu ul li ul {
  margin-left: 0;
  margin-top: 0.25em;
}
.big-menu ul li ul li {
  text-transform: none;
  font-weight: 400;
  font-size: 0.75em;
  padding: 0.25rem 0;
}
.big-menu ul li ul li a {
  color: var(--slow-Lilac, #C0C0D1);
  border-color: #F5E0E5;
}
.big-menu ul li ul li a:hover, .big-menu ul li ul li a:focus, .big-menu ul li ul li a:active {
  color: var(--slow-Navy, #274373);
  border-color: var(--slow-Lilac, #C0C0D1);
}
.big-menu ul li ul li a:focus {
  outline: thin dotted;
}
.big-menu ul li ul li a:hover, .big-menu ul li ul li a:active {
  outline: 0;
}
.big-menu ul > li {
  font-weight: 800;
}

.bottom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-menu li {
  font-size: 0.875rem;
  font-weight: 600;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 28px 28px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  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: var(--slow-Lilac, #C0C0D1);
}

.hamburger-box {
  width: 28px;
  height: 9px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: var(--slow-Navy, #274373);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  width: 20px;
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
  width: 20px;
  margin-left: 8px;
}
.is-active .hamburger-inner::after {
  width: 28px;
  margin-left: 0;
}

/* @import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin";
@import "types/spin-r"; 
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r"; */
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 1;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* @import "types/vortex";
@import "types/vortex-r"; */
/* 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;
}

.entry-content {
  color: var(--slow-Navy, #274373);
}
.entry-content p {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
}
.entry-content > p:first-child {
  margin-top: 4svh;
}
.entry-content.eventContent {
  padding-left: calc(1rem + 4svw);
  padding-top: calc(1rem + 2svh);
}
.entry-content.eventContent p {
  max-width: 56ch;
  margin-left: 0;
  margin-right: auto;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
}

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

.site-main {
  padding: 1em 1em 0 1em;
}
.site-main > .stretchy,
.site-main > .posterHeader,
.site-main > .blockSpeakers,
.site-main > .postList {
  margin-left: -1em;
  margin-right: -1em;
}

.postList {
  background-color: white;
}
.postList .postListContainer {
  padding: calc(1em + 2svh) calc(1em + 2svw);
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .postList .postListContainer {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}
.postList .postListContainer .onePost {
  border-bottom: 2px solid #F5E0E5;
}
.postList .postListContainer .onePost .entry-content {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.875rem;
}

.blockSpeakers {
  margin-top: calc(1em + 2svh);
}
.blockSpeakers .speakersHead h3 {
  color: var(--slow-Navy, #274373);
  margin-bottom: -0.3rem;
  margin-left: calc(1rem + 4svw);
}
.blockSpeakers .speakersList {
  background-repeat: no-repeat;
  background-position: left top, right center;
}
.blockSpeakers .speakersList.bkNavy {
  background-image: url(./assets/images/headBkLineR8.png), url(./assets/images/headBkLineR5.png);
}
.blockSpeakers .speakersList .speakersContainer {
  margin-left: calc(1rem + 4svw);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
  padding-top: calc(0.5rem + 2svh);
  padding-bottom: calc(1rem + 2svh);
}
.blockSpeakers .speakersList .speakersContainer .oneSpeaker {
  color: #F5E0E5;
}
.blockSpeakers .speakersList .speakersContainer .oneSpeaker .speaker {
  font-size: clamp(1.125rem, 4vw, 1.75rem);
  font-weight: 700;
}

.blockSpeaking {
  margin-top: calc(1em + 2svh);
}
.blockSpeaking .speakingHead h2 {
  color: var(--slow-Pink-dark, #DFB7BC);
  margin-bottom: -0.3rem;
  margin-left: calc(1rem + 4svw);
}
.blockSpeaking .speakingWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .blockSpeaking .speakingWrap {
    padding-left: calc(1rem + 4svw);
  }
}
.blockSpeaking .speakingWrap .oneEvent {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .blockSpeaking .speakingWrap .oneEvent {
    flex: 0 1 48%;
  }
}
.blockSpeaking .speakingWrap .oneEvent > div, .blockSpeaking .speakingWrap .oneEvent > h3 {
  padding-left: 0.75em;
}

.site-header {
  background-color: #F5E0E5;
  padding-top: calc(0.5em + 1svh);
}

.pauseHead {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.pauseHead .site-title {
  padding: 0 1em;
  font-weight: 700;
}
.pauseHead .site-title a {
  text-decoration: none;
  color: var(--slow-Navy, #274373);
}

.entry-header,
.page-header {
  padding: 0;
}

.single .entry-header .postInfo {
  border: 2px solid var(--slow-Red, #E94A2F);
  border-width: 2px 0 0 2px;
  max-width: 48em;
  display: flex;
  gap: 1rem;
  padding: calc(0.25em + 1svh) 0.25em 0 0.25em;
  padding-left: calc(1rem + 4svw);
}
.single .entry-header .postInfo .postCategory {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slow-Navy, #274373);
}
.single .entry-header .postInfo .postDate {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slow-Pink-dark, #DFB7BC);
}
.single .entry-header .postTitle {
  padding-left: calc(1rem + 4svw);
}
.single .entry-header .postTitle h1 {
  color: var(--slow-Red, #E94A2F);
  line-height: 1.25;
  font-size: clamp(1.625rem, 5vw, 3rem);
  max-width: 20ch;
  text-wrap: balance;
}
.single .entry-header .eventDetails {
  padding-left: calc((1rem + 4svw) / 2);
}
.single .post-thumbnail img {
  max-width: 76em;
  width: 100%;
}

.archive .page-header .archiveInfo,
.page .page-header .archiveInfo {
  border: 2px solid var(--slow-Red, #E94A2F);
  border-width: 2px 0 0;
  max-width: 48em;
  display: flex;
  gap: 1rem;
  padding: calc(0.25em + 1svh) 0.25em 0 0.25em;
  padding-left: calc(1rem + 4svw);
}
.archive .page-header .archiveInfo .archiveTitle h1,
.page .page-header .archiveInfo .archiveTitle h1 {
  color: var(--slow-Red, #E94A2F);
  line-height: 1.25;
  font-size: clamp(2rem, 5vw, 3rem);
  max-width: 20ch;
  text-wrap: balance;
}
.archive .page-header .archiveInfo .archive-description,
.page .page-header .archiveInfo .archive-description {
  font-size: 0.875rem;
  color: var(--slow-Navy, #274373);
}
.archive .page-header .archiveInfo .archive-description p,
.page .page-header .archiveInfo .archive-description p {
  margin-top: 0;
}
.archive .entry-header .postInfo,
.page .entry-header .postInfo {
  display: flex;
  gap: 0.5rem;
}
.archive .entry-header .postInfo .postCategory,
.page .entry-header .postInfo .postCategory {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slow-Navy, #274373);
}
.archive .entry-header .postInfo .postDate,
.page .entry-header .postInfo .postDate {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slow-Pink-dark, #DFB7BC);
}

.posterHeader .singleHeader {
  overflow: hidden;
}
.posterHeader .singleHeader.round {
  border-radius: 0.75em;
}
.posterHeader .singleHeader.bkRed {
  background: url(./assets/images/slomoHalf.svg) left center/contain no-repeat, url(./assets/images/headBkLineN5.png) right bottom/contain no-repeat, var(--slow-Red, #E94A2F);
}

.speakerHeader {
  background-color: var(--slow-Red, #E94A2F);
  margin-left: -1em;
  margin-right: -1em;
}
.speakerHeader.bkSwoo1 {
  background-image: url(./assets/images/headBkLineN5.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.speakerHeader .speakerContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .speakerHeader .speakerContainer {
    padding-left: calc(1rem + 4svw);
    flex-direction: row;
  }
}
.speakerHeader .speakerContainer .speakerFeature {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .speakerHeader .speakerContainer .speakerFeature {
    flex-direction: row;
  }
}
.speakerHeader .speakerContainer .speakerFeature .postTitle {
  z-index: 10;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .speakerHeader .speakerContainer .speakerFeature .postTitle {
    margin-left: -10%;
    text-align: left;
    padding-bottom: 0;
  }
}
.speakerHeader .speakerContainer .speakerFeature .postTitle h1 {
  color: #F5E0E5;
  line-height: 1.25;
  font-size: clamp(2rem, 5vw, 3rem);
  text-wrap: balance;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .speakerHeader .speakerContainer .speakerFeature .postTitle h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    max-width: 6em;
  }
}
.speakerHeader .speakerContainer .speakerTag {
  display: flex;
  align-items: center;
  color: #F5E0E5;
  padding: 0.5em calc(1em + 1svw);
}
.speakerHeader .speakerContainer .speakerTag p {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
}
.speakerHeader .speakerContainer .speakerTag .rijec {
  font-size: 1.5em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .speakerHeader .speakerContainer .speakerTag {
    padding: 0.5em calc(1em + 1svw);
    flex: 1 0 100%;
    justify-content: flex-end;
    display: none;
  }
}

footer.site-footer .footContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.site-footer .footContainer .footLogo {
  padding: 0.5em 0.75em;
}
footer.site-footer .footContainer .footLogo img {
  height: 100%;
  width: auto;
}
footer.site-footer .footContainer .footMain {
  padding: calc(0.5em + 2vw) calc(0.5em + 2svh);
  flex: 1 1 80%;
}
footer.site-footer .footContainer .footMain .bigTagline {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.5em, 4vw, 3em);
  line-height: 1.4;
  margin: 0 0 0.25em 0;
}
footer.site-footer .footContainer .footSocial {
  flex: 1 0 10em;
  text-align: center;
  padding: calc(0.5em + 2vw) calc(0.5em + 2svh);
}
footer.site-footer .footContainer .footSocial a {
  border-radius: 50%;
  padding: 0.45rem;
  display: inline-block;
  transition: background-color 0.5s ease-in-out;
}
footer.site-footer .footContainer .footSocial a:hover {
  background-color: #F5E0E5;
}
footer.site-footer .footContainer .footSocial a img {
  display: block;
}
footer.site-footer.lineRed1,
footer.site-footer .lineRed1 {
  background-image: url(./assets/images/linije_red_1.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.stretchy .oneFull.spaced,
.poster .oneFull.spaced {
  padding-top: calc(1em + 4svh);
  padding-bottom: calc(1em + 4svh);
  padding-left: calc(1em + 6svw);
  padding-right: calc(1em + 6svw);
}
.stretchy .twoHalves,
.poster .twoHalves {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.stretchy .twoHalves .oneHalf,
.poster .twoHalves .oneHalf {
  display: flex;
  flex-direction: column;
  padding: calc(0.5em + 2svh) calc(0.5em + 1svw);
}
@media screen and (max-width: 480px) {
  .stretchy .twoHalves .oneHalf,
  .poster .twoHalves .oneHalf {
    padding: 0.75em 0.75em;
  }
}
.stretchy .twoHalves .oneHalf > img,
.poster .twoHalves .oneHalf > img {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .stretchy .twoHalves .oneHalf > img,
  .poster .twoHalves .oneHalf > img {
    margin-top: 2em;
  }
}
.stretchy .glazbaBk,
.poster .glazbaBk {
  background-image: url(./assets/images/slomo_glazba.svg);
  background-size: auto;
  background-position: 95% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .stretchy .glazbaBk,
  .poster .glazbaBk {
    background: none;
  }
}
.stretchy.lineNavy1,
.stretchy .lineNavy1,
.poster.lineNavy1,
.poster .lineNavy1 {
  background-image: url(./assets/images/linije_navy_1.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.stretchy.lineRed1,
.stretchy .lineRed1,
.poster.lineRed1,
.poster .lineRed1 {
  background-image: url(./assets/images/linije_red_1.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.stretchy.linePnkD1,
.stretchy .linePnkD1,
.poster.linePnkD1,
.poster .linePnkD1 {
  background-image: url(./assets/images/linije_pnkd_v1o.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media screen and (min-width: 480px) {
  .stretchy.linePnkD1,
  .stretchy .linePnkD1,
  .poster.linePnkD1,
  .poster .linePnkD1 {
    background-size: 110%;
  }
}
@media screen and (min-width: 992px) {
  .stretchy.linePnkD1,
  .stretchy .linePnkD1,
  .poster.linePnkD1,
  .poster .linePnkD1 {
    background-size: contain;
    background-position: right;
  }
}
.stretchy .button,
.poster .button {
  border: 3px solid var(--slow-Red, #E94A2F);
  background-color: white;
  display: inline-block;
  margin: 0.25em 0.5em;
  border-radius: 0.5rem;
  padding: 0.75em 0.5em 0.25em 1em;
}
.stretchy .button a,
.poster .button a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--slow-Navy, #274373);
  text-decoration: none;
}
.stretchy .button a:hover, .stretchy .button a:focus,
.poster .button a:hover,
.poster .button a:focus {
  color: var(--slow-Red, #E94A2F);
}

.poster {
  min-height: 70vh;
}
.poster.round {
  border-radius: 0.75em;
}
.poster h2.spaced {
  margin: calc(1em + 4svh) 0;
}

.Program .stageGuide {
  color: var(--slow-Navy, #274373);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
.Program .stageGuide .stageIntro {
  flex-basis: 100%;
  text-align: center;
}
.Program .stageGuide .stageIntro p {
  margin-top: 0;
}
.Program .stageGuide .stage {
  padding: 0.75em 1em 0.5em 1em;
  flex: 0 1 90%;
}
@media screen and (min-width: 768px) {
  .Program .stageGuide .stage {
    flex: 0 1 48%;
  }
}
.Program .stageGuide .stage .stageName {
  font-weight: 800;
  display: block;
}
.Program .stageGuide .Ucka {
  border-color: var(--slow-Red, #E94A2F);
  border-width: 2px 0 0 2px;
  border-style: solid;
}
.Program .stageGuide .Lungo {
  border-color: var(--slow-Navy, #274373);
  border-width: 2px 2px 0 0;
  border-style: solid;
  text-align: right;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .Program .stageGuide .Lungo {
    margin-left: unset;
  }
}

.speakerFoto {
  position: relative;
  background-color: var(--slow-Red, #E94A2F);
  background-image: url(assets/images/bkSpeakersSwooshBottom.png);
  background-size: cover;
  background-position: 0 0;
  padding: 1.5em;
}
.speakerFoto .topSwoosh {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/bkSpeakersSwoosh.png);
  background-size: 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.speakerFoto .topLogo {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/slomo_logo_vertp.svg);
  background-size: contain;
  background-position: 93% center;
  background-repeat: no-repeat;
}
.speakerFoto .topLogo.logoLeft {
  background-position: 8% center;
}
.speakerFoto .topName {
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 6%;
  padding-bottom: 6%;
  max-width: 80%;
}
.speakerFoto .topName .speakerName {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0;
  max-width: 80%;
  text-wrap: balance;
}
.speakerFoto .topName .speakerSub {
  display: inline-block;
  color: var(--slow-Lilac, #C0C0D1);
  font-size: 0.875rem;
}

.speakerMasked {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/5;
  background-color: var(--slow-Red, #E94A2F);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5E0E5;
  -webkit-clip-path: url(#nula-path);
  clip-path: url(#nula-path);
}
.speakerMasked .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.speakerMasked::before {
  content: "";
  position: absolute;
  bottom: 0; /* Position the gradient from the bottom */
  left: 0;
  width: 100%;
  height: 40%; /* Adjust as needed - this is the height of the gradient */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* Gradient from dark (bottom) to transparent (top) */
  z-index: 1; /* Ensure it's above the image but below the text */
}

.speakerHeader .speakerFoto {
  background: unset;
}
.speakerHeader .speakerMasked {
  max-width: 600px;
  width: calc(240px + 10svw);
}
.speakerHeader .speakerMasked::before {
  content: "";
  position: absolute;
  bottom: 0; /* Position the gradient from the bottom */
  left: unset;
  right: 0;
  width: 30%;
  height: 100%; /* Adjust as needed - this is the height of the gradient */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1; /* Ensure it's above the image but below the text */
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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