/*!
  Theme Name:   Danas-2021
  Text Domain:  danas
  Version:      1.0.0
  Description:  Starter WP theme.
  Tags:
  Author:       Danas-2021 LLC
  Author URI:   https://www.danas.rs/
  Theme URI:    https://www.danas.rs/
  License:      GPL-3.0
  License URI:  https://www.gnu.org/licenses/gpl-3.0.en.html
  Requires PHP: 7.2
*/

/**
 * Import Tailwind CSS Base
 */

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}

/**
 * Import Tailwind CSS Components
 */

.container {
	max-width: 100%;
	margin: auto;
}

@media (min-width: 640px) {

	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 720px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 960px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1320px;
	}
}

/**
 * Import Tailwind CSS Utilities
 */

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.left-0 {
	left: 0px;
}

.top-0 {
	top: 0px;
}

.m-0 {
	margin: 0px;
}

.m-auto {
	margin: auto;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.-ml-2 {
	margin-left: -0.5rem;
}

.mt-40 {
	margin-top: 10rem;
}

.mt-0 {
	margin-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.table {
	display: table;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-full {
	height: 100%;
}

.h-8 {
	height: 2rem;
}

.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}

.w-9\/12 {
	width: 75%;
}

.w-3\/12 {
	width: 25%;
}

.w-1\/2 {
	width: 50%;
}

.w-2\/12 {
	width: 16.666667%;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-\[85px\] {
	width: 85px;
}

.w-8\/12 {
	width: 66.666667%;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.transform {
	transform: var(--tw-transform);
}

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

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.content-center {
	align-content: center;
}

.items-center {
	align-items: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-6 {
	gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded {
	border-radius: 0.25rem;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-l {
	border-left-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-other-dark-blue {
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
}

.border-other-purple {
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.border-other-b-gray {
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-\[\#f4f4f7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-other-dark-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.p-3 {
	padding: 0.75rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-4 {
	padding: 1rem;
}

.p-2\.5 {
	padding: 0.625rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-5 {
	padding: 1.25rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pr-10 {
	padding-right: 2.5rem;
}

.pr-40 {
	padding-right: 10rem;
}

.pr-20 {
	padding-right: 5rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

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

.text-right {
	text-align: right;
}

.font-sans {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-body {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-head {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-category {
	font-size: 0.875rem;
}

.text-18 {
	font-size: 1.125rem;
}

.text-h5 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -1px;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-4\.25xl {
	font-size: 2.5rem;
	line-height: 3rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.leading-normal {
	line-height: 1.5;
}

.leading-nav {
	line-height: 1.4rem;
}

.text-other-dark-blue {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.text-other-dark-gray {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-other-b-gray {
	--tw-text-opacity: 1;
	color: rgba(233, 234, 234, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
	filter: var(--tw-filter);
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button, .Buttons {
	display: inline-block;
	border-radius: 0.375rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button:focus, .Buttons:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 33, 105, var(--tw-ring-opacity));
	--tw-ring-offset-width: 2px;
}

.button-purple {
	--tw-bg-opacity: 1;
	background-color: rgba(148, 54, 142, var(--tw-bg-opacity));
}

.Buttons, .button-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.button-gray {
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.button-gray:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.button-close {
	font-size: 2.1rem;
	line-height: 2rem;
	opacity: 0.5;
}

.button.button-outline {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.button.button-outline:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

header.master-header {
    min-height: 56px;
}

#navigacija {
	z-index: 10;
    transform: translate3d(0,0,0);
}

.primary-navigation .menu-item {
	display: flex;
}

.primary-navigation .menu-item {
	align-items: center;
}

.primary-navigation .menu-item a {
	display: block;
}

.primary-navigation .menu-item a {
	padding: 0.5rem;
}

.primary-navigation .menu-item a {
	line-height: 1.4rem;
}

.primary-navigation .sub-menu {
	position: absolute;
}

.primary-navigation .sub-menu {
	display: none;
}

.primary-navigation .sub-menu {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.primary-navigation .sub-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        min-width: 10rem
    }

.primary-navigation .sub-menu a {
	padding-left: 1rem;
	padding-right: 1rem;
}

.primary-navigation .sub-menu a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.primary-navigation .sub-menu a:hover {
                background-color: #e9ecef;
            }

.primary-navigation .sub-menu li {
	display: block;
}

.primary-navigation .menu-item-has-children {
	position: relative;
}

.primary-navigation .menu-item-has-children > a:after {
            display: inline-block;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: "";
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;
            margin-bottom: -3px;
            top: 18px;
            position: absolute;
        }

.primary-navigation .menu-item-has-children > a {
	padding-right: 1rem;
}

.primary-navigation .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.primary-navigation .menu-item-has-children:hover > .sub-menu {
        top: 100%;
    }

.primary-navigation .is-home {
	display: none;
}

#primary-navigation-mobile .menu-item {
	white-space: nowrap;
}

#nav-desk,
#nav-mob {
    padding-left: 45px; 
}

#side-menu {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
    width: 45px;
    font-size: 1.75rem;
    margin-top: 5px;
}

#side-menu svg {
	margin: auto;
}

.logo img {
        max-width: 325px;
        width: 100%;
    }

#submenu {
    z-index: 11000;
    max-width: 350px;
    left: -350px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 2rem
}

#submenu .search-form {
	margin-bottom: 1.5rem;
}

#submenu .sidemenu li a {
	display: block;
}

#submenu .sidemenu li a {
	padding-left: 1rem;
	padding-right: 1rem;
}

#submenu .sidemenu li a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#submenu .sidemenu li a {
	font-size: 1.125rem;
}

.sticky-menu {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 20;
	width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.sticky-menu #primary-navigation .is-home {
	display: flex;
}

.admin-bar .sticky-menu {
	top: 0px;
}

footer {
    margin-top: -1px
}

footer .menu {
	list-style-type: none;
}

footer .menu {
	padding-left: 0px;
}

footer .menu a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

footer .social-media li {
	margin-right: 0.5rem;
}

footer .social-media li {
	display: inline-block;
}

footer .social-media li {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

footer .social-media li {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.sticky-footer {
    background-color: rgba(0, 33, 105, 0.35);
    z-index: 999;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center
}

.sticky-footer .close-footer-banner {
        z-index: 99999;
    }

.sticky-footer .close-footer-banner {
	position: absolute;
}

.sticky-footer .close-footer-banner {
	top: 0.5rem;
}

.sticky-footer .close-footer-banner {
	right: 1.5rem;
}

.sticky-footer .close-footer-banner {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sticky-footer iframe {
	margin-left: auto;
	margin-right: auto;
}

#back-to-top {
	position: fixed;
	z-index: 20;
	display: block;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

#back-to-top.visible {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: all 0.3s ease-in-out;
}

@media(max-width: 767px){

        .sticky-footer .close-footer-banner {
            top: 0.25rem;
            right: 0.25rem;
        }
}

@media only screen and (max-width: 480px) {
  #back-to-top {
    right: 5px;
    bottom: 5px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
    font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 600;
}

h1 {
	font-size: 3rem;
	line-height: 1;
}

h2 {
	font-size: 2rem;
	line-height: 2.4rem;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.8rem;
	letter-spacing: -1px;
}

h5 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -1px;
}

h6 {
	font-size: 1.1rem;
	line-height: 1.32rem;
	letter-spacing: -1px;
}

p {
    letter-spacing: -1px;
}

.post-img-right {
	margin-bottom: 1rem;
	border-left-width: 1px;
	border-left-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-img-right .article-post-title {
	font-size: 1.3rem;
}

.post-img-right .article-post-title {
	line-height: 1.5rem;
}

.post-img-right .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-right.post-latest {
	margin-bottom: 0px;
	border-left-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
	padding-bottom: 1.5rem;
}

.post-img-right.post-latest .article-post-category {
	position: relative;
}

.post-img-right.post-latest .article-post-category:before {
            content: '';
            width: 1rem;
            height: 1rem;
            left: -1.5rem;
            top: 3px;
            display: block;
        }

.post-img-right.post-latest .article-post-category:before {
	position: absolute;
}

.post-img-right.post-latest .article-post-category:before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.post-img-right.post-latest .primary-category {
	display: none;
}

.post-img-left-without-excerpt {
	margin-bottom: 1rem;
	border-right-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-img-left-without-excerpt .article-post-title {
	font-size: 1.3rem;
}

.post-img-left-without-excerpt .article-post-title {
	line-height: 1.5rem;
}

.post-img-left-without-excerpt .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-left-only-title {
	margin-bottom: 1rem;
}

.post-img-left-only-title .article-post-title {
	margin-top: 0px;
}

.post-img-left-only-title .article-post-title {
	font-size: 1.3rem;
}

.post-img-left-only-title .article-post-title {
	line-height: 1.5rem;
}

.post-img-left-only-title .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-right-without-excerpt {
	margin-bottom: 1rem;
	border-left-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-img-right-without-excerpt .article-post-title {
	font-size: 1.3rem;
}

.post-img-right-without-excerpt .article-post-title {
	line-height: 1.5rem;
}

.post-img-right-without-excerpt .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-left {
	margin-bottom: 1rem;
	border-right-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-img-left .article-post-title {
        line-height: 1.92rem;
    }

.post-img-left .article-post-title {
	margin-bottom: 0.5rem;
}

.post-img-left .article-post-title {
	font-size: 1.6rem;
}

.post-img-left .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-left.post-img-left--column .article-post-featured-image img {
	border-radius: 9999px;
}

.post-img-top .article-post-title {
	font-size: 2.1rem;
}

.post-img-top .article-post-title {
	line-height: 2.5rem;
}

.post-img-top .article-post-featured-image {
	margin-bottom: 1.5rem;
}

.post-simple-without-thumb {
	margin-bottom: 1rem;
	border-left-width: 1px;
	border-left-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-simple-without-thumb .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-simple-without-thumb .article-post-title {
	font-size: 1.1rem;
}

.post-simple-without-thumb .article-post-title {
	line-height: 1.375;
}

.post-img-top-without-excerpt {
	margin-bottom: 2rem;
}

.post-img-top-without-excerpt .article-post-content {
	border-left-width: 1px;
}

.post-img-top-without-excerpt .article-post-content {
	border-left-width: 2px;
}

.post-img-top-without-excerpt .article-post-content {
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.post-img-top-without-excerpt .article-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.post-img-top-without-excerpt .article-post-featured-image {
	margin-bottom: 1rem;
}

.post-img-top-without-excerpt .article-post-featured-image img {
	border-radius: 0.25rem;
}

.post-img-top-without-excerpt .article-post-title {
	margin-bottom: 0.5rem;
}

.post-img-top-without-excerpt .article-post-title {
	font-size: 1.3rem;
}

.post-img-top-without-excerpt .article-post-title {
	line-height: 1.5rem;
}

.article-post-category {
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.article-post-excerpt {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.1rem;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.article-post-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 500;
}

.article-post-title a {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.article-post-title a:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.category-title {
	margin-bottom: 1rem;
	display: inline-block;
	border-right-width: 1px;
	border-right-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
	padding-right: 0.5rem;
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.category-title:before {
        margin-right: 6px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f45c";
    }

.blog .category-title, .post-type-archive-kolumna .category-title {
	margin-bottom: 2.5rem;
}

.archive .post-img-left img {
	width: 100%;
}

.archive.category article .primary-category {
	display: none;
}

.search-results .article-post-featured-image img {
	width: 100%;
}

.banner-wrapper iframe {
	margin-left: auto;
	margin-right: auto;
}

.banner-wrapper iframe {
	max-width: 100%;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	margin-bottom: 1rem;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	font-weight: 600;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	line-height: 2.5rem;
}

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {

.single-kolumna .post-title, .single-post .post-title, .single-page .post-title {
		line-height: 3.6rem;
	}
}

.single-kolumna .post-category, .single-post .post-category, .single-page .post-category {

    }

.single-kolumna article.post, .single-kolumna article.kolumna, .single-post article.post, .single-post article.kolumna, .single-page article.post, .single-page article.kolumna {
	margin-top: 1rem;
}

.single-kolumna .post-author, .single-post .post-author, .single-page .post-author {
	position: relative;
}

.single-kolumna .post-author, .single-post .post-author, .single-page .post-author {
	display: inline-flex;
}

.single-kolumna .post-author, .single-post .post-author, .single-page .post-author {
	flex-wrap: wrap;
}

.single-kolumna .post-author, .single-post .post-author, .single-page .post-author {
	padding-left: 3rem;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	position: absolute;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	top: 0px;
	bottom: 0px;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	left: 0px;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	margin: auto;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	height: 2.5rem;
}

.single-kolumna .post-author .author-avatar, .single-post .post-author .author-avatar, .single-page .post-author .author-avatar {
	width: 2.5rem;
}

.single-kolumna .post-author .author-avatar img, .single-post .post-author .author-avatar img, .single-page .post-author .author-avatar img {
	width: 100%;
}

.single-kolumna .post-author .author-avatar img, .single-post .post-author .author-avatar img, .single-page .post-author .author-avatar img {
	border-radius: 9999px;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	display: block;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	width: 100%;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	font-size: 0.875rem;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	font-weight: 600;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	line-height: 1.4rem;
}

.single-kolumna .post-author .author-name, .single-post .post-author .author-name, .single-page .post-author .author-name {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	display: block;
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	width: 100%;
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	font-size: 0.875rem;
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	font-weight: 600;
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	line-height: 1.4rem;
}

.single-kolumna .post-author .post-date, .single-post .post-author .post-date, .single-page .post-author .post-date {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.single-kolumna .post-intro-title, .single-post .post-intro-title, .single-page .post-intro-title {
	margin-bottom: 0.5rem;
}

.single-kolumna .post-intro-title, .single-post .post-intro-title, .single-page .post-intro-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.single-kolumna .post-intro-title, .single-post .post-intro-title, .single-page .post-intro-title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	letter-spacing: -1px;
}

.single-kolumna .post-intro-title, .single-post .post-intro-title, .single-page .post-intro-title {
	font-weight: 600;
}

.single-kolumna .post-intro-title, .single-post .post-intro-title, .single-page .post-intro-title {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	display: block;
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	height: 1.25rem;
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	font-size: 0.875rem;
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	line-height: 1.5rem;
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	line-height: 1.25rem;
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.single-kolumna .post-featured-image .post-featured-image-caption, .single-post .post-featured-image .post-featured-image-caption, .single-page .post-featured-image .post-featured-image-caption {
	--tw-text-opacity: 0.5;
}

.single-kolumna .post-featured-image img, .single-post .post-featured-image img, .single-page .post-featured-image img {
	width: 100%;
}

.single-kolumna h1, .single-kolumna h2, .single-kolumna h3, .single-kolumna h4, .single-kolumna h5, .single-kolumna h6, .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-page h1, .single-page h2, .single-page h3, .single-page h4, .single-page h5, .single-page h6 {
	margin-top: 0.5rem;
}

.single-kolumna h3#comments, .single-post h3#comments, .single-page h3#comments {
	display: none;
}

.alignright {
	float: right;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
}

.alignleft {
	float: left;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
}

.wiki-tag:after {
    content: "";
    clear: both;
    display: table;
}

.page-content, .post-content {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.page-content a, .post-content a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.page-content a:hover, .post-content a:hover {
            color: #002C8E;
        }

.page-content p, .post-content p {
	margin-bottom: 1rem;
}

.page-content p, .post-content p {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.page-content p, .post-content p {
	font-size: 1.125rem;
}

.page-content p, .post-content p {
	line-height: 1.5rem;
}

.page-content p, .post-content p {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.page-content ul, .page-content ol, .post-content ul, .post-content ol {
	margin-bottom: 1rem;
}

.page-content ul, .page-content ol, .post-content ul, .post-content ol {
	margin-top: 0px;
}

.page-content ul, .page-content ol, .post-content ul, .post-content ol {
	margin-left: 0px;
}

.page-content ul, .page-content ol, .post-content ul, .post-content ol {
	padding-left: 2rem;
}

.page-content ul, .page-content ol, .post-content ul, .post-content ol {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.page-content ul, .post-content ul {
	list-style-type: disc;
}

.page-content ol, .post-content ol {
	list-style-type: decimal;
}

.page-content blockquote, .post-content blockquote {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.page-content blockquote, .post-content blockquote {
	border-left-width: 2px;
}

.page-content blockquote, .post-content blockquote {
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.page-content blockquote, .post-content blockquote {
	padding-left: 1rem;
}

.page-content blockquote p, .post-content blockquote p {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.page-content blockquote p, .post-content blockquote p {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.page-content blockquote p, .post-content blockquote p {
	font-weight: 600;
}

.page-content blockquote p, .post-content blockquote p {
	line-height: 1.65rem;
}

.page-content iframe, .post-content iframe {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.page-content iframe, .post-content iframe {
	max-width: 100%;
}

.page-content figure, .post-content figure {
	margin-bottom: 1rem;
}

.page-content figure, .post-content figure {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.page-content figure, .post-content figure {
	font-size: 0.875rem;
}

.page-content figure, .post-content figure {
	font-weight: 400;
}

.page-content figure, .post-content figure {
	line-height: 1.25rem;
}

.page-content figure, .post-content figure {
        color: rgba(0, 0, 0, 0.5) !important
    }

.page-content figure > footer, .post-content figure > footer {
	font-weight: 600;
}

.page-content img, .page-content figure, .post-content img, .post-content figure {
	max-width: 100%;
}

.page-content iframe,
    .page-content .twitter-tweet,
    .post-content iframe,
    .post-content .twitter-tweet {
        margin-left: auto !important;
        margin-right: auto !important;
    }

.social-share-top .social-share {
	display: flex;
}

.social-share-top .social-share {
	width: 100%;
}

.social-share-top .social-share {
	justify-content: flex-end;
}

.social-share-top .social-share li {
	display: flex;
}

.social-share-top .social-share li {
	flex-wrap: wrap;
}

.social-share-top .social-share li {
	align-content: center;
}

.social-share-top .social-share li:first-child a {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.social-share-top .social-share li:last-child a {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.social-share-top .social-share li a {
	display: block;
}

.social-share-top .social-share li a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
}

.social-share-top .social-share li a {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.social-share-top .social-share li a {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.social-share-top .social-share li a {
	font-size: 0.875rem;
}

.social-share-top .social-share li a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.social-share-bottom .social-share {
	display: flex;
}

.social-share-bottom .social-share {
	width: 100%;
}

.social-share-bottom .social-share {
	justify-content: center;
}

.social-share-bottom .social-share {
	padding: 0px;
}

.social-share-bottom .social-share li {
	display: flex;
}

.social-share-bottom .social-share li {
	flex-wrap: wrap;
}

.social-share-bottom .social-share li {
	align-content: center;
}

.social-share-bottom .social-share li a {
	display: block;
}

.social-share-bottom .social-share li a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
}

.social-share-bottom .social-share li a {
	padding-left: 1rem;
	padding-right: 1rem;
}

.social-share-bottom .social-share li a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.social-share-bottom .social-share li a {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.social-share-bottom .social-share li a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.social-share-bottom .social-share li:nth-child(2) a {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.social-share-bottom .social-share li:last-child a {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.social-share-bottom .social-share .social-comments {
	display: none;
}

.social-share-sticky {
	position: relative;
}

.social-share-sticky .social-share {
	position: sticky;
}

.social-share-sticky .social-share {
	top: 0px;
}

.social-share-sticky .social-share {
	margin-left: auto;
	margin-right: auto;
}

.social-share-sticky .social-share {
	display: block;
}

.social-share-sticky .social-share {
	width: 100%;
}

.social-share-sticky .social-share {
	padding-left: 0px;
}

.social-share-sticky .social-share.is-sticky {
            top: 90px;
        }

.social-share-sticky .social-share li {
	margin-left: auto;
	margin-right: auto;
}

.social-share-sticky .social-share li {
	display: block;
}

.social-share-sticky .social-share li {
	width: 3.5rem;
}

.social-share-sticky .social-share li {
	text-align: center;
}

.social-share-sticky .social-share li:first-child a {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.social-share-sticky .social-share li:last-child a {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.social-share-sticky .social-share li a {
	display: block;
}

.social-share-sticky .social-share li a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
}

.social-share-sticky .social-share li a {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.social-share-sticky .social-share li a {
	font-size: 1rem;
	line-height: 1.5rem;
}

.social-share-sticky .social-share li a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.social-share-sticky .social-share li span {
	display: none;
}

.tags {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.tags .tag {
	margin-bottom: 0.5rem;
}

.tags .tag {
	margin-right: 0.5rem;
}

.tags .tag {
	display: inline-block;
}

.tags .tag {
	border-radius: 0.25rem;
}

.tags .tag {
	border-width: 1px;
}

.tags .tag {
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
}

.tags .tag {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.tags .tag {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.tags .tag {
	font-size: 0.875rem;
}

.tags .tag {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.tags .tag {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tags .tag {
	transition-duration: 300ms;
}

.tags .tag {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tags .tag:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.tags .tag:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.related-posts {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.term-themes {
	padding-left: 1rem;
	padding-right: 1rem;
}

.term-themes li {
	border-top-width: 1px;
}

.term-themes li {
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
}

.term-themes li {
	padding-left: 1rem;
	padding-right: 1rem;
}

.term-themes li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.term-themes li {
	font-size: 1.1rem;
}

.term-themes li {
	line-height: 1.5rem;
}

.term-themes li {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.term-themes.sticky > .category-title {
	margin-bottom: 1rem;
}

.pagination-wrapper {
	border-top-width: 1px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.pagination-wrapper .screen-reader-text {
	display: none;
}

.pagination-wrapper .pagination {
	text-align: center;
}

.pagination-wrapper .pagination .nav-links {
            font-size: 0;
        }

.pagination-wrapper .pagination .nav-links {
	display: inline-block;
}

.pagination-wrapper .pagination .nav-links {
	border-radius: 0.25rem;
}

.pagination-wrapper .pagination .nav-links {
	border-width: 1px;
}

.pagination-wrapper .pagination .nav-links {
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
}

.pagination-wrapper .pagination .page-numbers {
            min-width: 2.5rem
        }

.pagination-wrapper .pagination .page-numbers {
	display: inline-block;
}

.pagination-wrapper .pagination .page-numbers {
	border-right-width: 1px;
}

.pagination-wrapper .pagination .page-numbers {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.pagination-wrapper .pagination .page-numbers {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.pagination-wrapper .pagination .page-numbers {
	font-size: 1.1rem;
}

.pagination-wrapper .pagination .page-numbers {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.pagination-wrapper .pagination .page-numbers:last-child {
	border-right-width: 0px;
}

.columnist-bio img {
	border-radius: 9999px;
}

.columnist-bio .columnist-name {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.columnist-bio .columnist-description {
	--tw-text-opacity: 1;
	color: rgba(132, 132, 132, var(--tw-text-opacity));
}

.breadcrumbs {
    letter-spacing: -0.5px
}

.breadcrumbs .last {
	opacity: 0.5;
}

.breadcrumbs .separator {
        font-size: 0
    }

.breadcrumbs .separator {
	position: relative;
}

.breadcrumbs .separator {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.breadcrumbs .separator {
	display: inline-block;
}

.breadcrumbs .separator:after {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free"; 
            font-weight: 900; 
            content: "\f0da";
        }

.breadcrumbs .separator:after {
	font-size: 0.875rem;
}

@media(max-width: 767px){
        .related-posts article, .same-cat-posts article, .archive article {
		position: relative;
	}
        .related-posts article, .same-cat-posts article, .archive article {
		margin-bottom: 2rem;
	}

            .related-posts article:after, .same-cat-posts article:after, .archive article:after {
                content: '';
                height: 1px;
                bottom: -16px;
            }

            .related-posts article:after, .same-cat-posts article:after, .archive article:after {
		position: absolute;
	}

            .related-posts article:after, .same-cat-posts article:after, .archive article:after {
		left: 0px;
		right: 0px;
	}

            .related-posts article:after, .same-cat-posts article:after, .archive article:after {
		--tw-bg-opacity: 1;
		background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
	}
            .related-posts .post-img-left .article-post-excerpt, .same-cat-posts .post-img-left .article-post-excerpt, .archive .post-img-left .article-post-excerpt {
		display: none;
	}

        .related-posts .sidebar, .same-cat-posts .sidebar, .archive .sidebar {
		display: none;
	}

        .archive.tag .article-post-excerpt {
		display: none;
	}

        .archive.tag .article-post-title {
            line-height: 1.2;
        }

        .archive.tag .article-post-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

        .archive.tag .sidebar {
		display: none;
	}
            .archive.category .post-img-left .article-post-title {
                line-height: 1.2;
            }
            .archive.category .post-img-left .article-post-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
   
}

.wp-polls {
    /* padding: 1rem; */
    /* background-color: #E9EAEA; */
    /* margin: 1rem 0; */
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 33, 105, var(--tw-border-opacity));
    padding: 1rem;
    font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.wp-polls .Buttons {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.wp-polls li {
	margin-bottom: 1rem;
}

.wp-polls-ul input {
        -webkit-appearance: auto;
        appearance: auto;
    }

.wp-polls-ul input {
	display: inline-block;
}

.wp-polls-ul input {
	border-width: 1px;
}

.wp-polls-ul input {
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
}

.widget-author-image span {
	position: relative;
}

.widget-author-image img {
	position: absolute;
}

.widget-author-image img {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.widget-author-image img {
	height: 100%;
}

.widget-author-image img {
	object-fit: cover;
}

.widget-author-image img {
	object-position: center;
}

body {
	overflow-x: hidden;
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
}

.shopster {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.shopster .shopster-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.shopster .shopster-title {
	font-size: 2.5rem;
	line-height: 3rem;
}

.page-wrapper .container {
	position: relative;
	z-index: 1;
}

.home .category article.post .article-post-category .primary-category {
	display: none;
}

.home .latest-news-wrapper .special-date {
	display: none;
}

.home .category.category-dijalog article {
	border-width: 0px;
}

.home .category.category-dijalog article .article-post-title {
	font-size: 1.3rem;
}

.home .category.category-dijalog article .article-post-title {
	line-height: 1.5rem;
}

.home .category.category-podkast {
	border-bottom-width: 0px;
}

.home .widget_sim_top_widget li {
            padding-left: 16%;
            min-height: 90px;

        }

.home .widget_sim_top_widget li {
	position: relative;
}

.home .widget_sim_top_widget li {
	margin-bottom: 1rem;
}

.home .widget_sim_top_widget li {
	display: flex;
}

.home .widget_sim_top_widget li {
	flex-wrap: wrap;
}

.home .widget_sim_top_widget li {
	align-content: center;
}

.home .widget_sim_top_widget li {
	border-width: 0px;
}

.home .widget_sim_top_widget li {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.home .widget_sim_top_widget li {
	font-size: 1.3rem;
}

.home .widget_sim_top_widget li {
	font-weight: 600;
}

.home .widget_sim_top_widget li:before {
	position: absolute;
}

.home .widget_sim_top_widget li:before {
	left: 0px;
}

.home .widget_sim_top_widget li:before {
	margin: 0px;
}

.home .widget_sim_top_widget li:before {
	text-align: center;
}

.home .widget_sim_top_widget li:before {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.home .widget_sim_top_widget li:before {
	font-weight: 700;
}

.home .widget_sim_top_widget li:before {
            content: '';
            width: 16%;
            color: #e9eaea;
            font-size: 50px;
        }

.home .widget_sim_top_widget li:nth-child(1):before {
            content: '1.';
        }

.home .widget_sim_top_widget li:nth-child(2):before {
            content: '2.';
        }

.home .widget_sim_top_widget li:nth-child(3):before {
            content: '3.';
        }

.home .widget_sim_top_widget li:nth-child(4):before {
            content: '4.';
        }

.home .widget_sim_top_widget li:nth-child(5):before {
            content: '5.';
        }

.home .widget_sim_top_widget .post-simple-without-thumb .article-post-title {
	font-size: 1.3rem;
}

.home .newsletter {
        margin-top: -1px;
    }

.mobile-banner iframe {
	margin-left: auto;
	margin-right: auto;
}

.widget_sim_top_widget ul {
	list-style-type: none;
}

.widget_sim_top_widget ul {
	padding-left: 0px;
}

.widget_sim_top_widget li {
	position: relative;
}

.widget_sim_top_widget li {
	margin-bottom: 1rem;
}

.widget_sim_top_widget li {
	border-width: 0px;
}

.widget_sim_top_widget li {
	border-right-width: 2px;
}

.widget_sim_top_widget li {
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.widget_sim_top_widget li {
	padding-right: 1rem;
}

.widget_sim_top_widget li {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget_sim_top_widget li {
	font-size: 1.3rem;
}

.widget_sim_top_widget li {
	font-weight: 600;
}

.widget_sim_top_widget li {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.widget_sim_top_widget li a {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.danas-dfp iframe {
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 767px){

        .first-block .post-img-right-without-excerpt, .first-block .post-img-top {
		position: relative;
	}

        .first-block .post-img-right-without-excerpt, .first-block .post-img-top {
		margin-bottom: 2rem;
	}

            .first-block .post-img-right-without-excerpt:after, .first-block .post-img-top:after {
                content: '';
                height: 1px;
                bottom: -16px;
            }

            .first-block .post-img-right-without-excerpt:after, .first-block .post-img-top:after {
		position: absolute;
	}

            .first-block .post-img-right-without-excerpt:after, .first-block .post-img-top:after {
		left: 0px;
		right: 0px;
	}

            .first-block .post-img-right-without-excerpt:after, .first-block .post-img-top:after {
		--tw-bg-opacity: 1;
		background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
	}

        .first-block .post-simple-without-thumb {
		position: relative;
	}

        .first-block .post-simple-without-thumb {
		margin-bottom: 3rem;
	}

            .first-block .post-simple-without-thumb:after {
                content: '';
                height: 1px;
                bottom: -32px;
            }

            .first-block .post-simple-without-thumb:after {
		position: absolute;
	}

            .first-block .post-simple-without-thumb:after {
		left: 0px;
		right: 0px;
	}

            .first-block .post-simple-without-thumb:after {
		--tw-bg-opacity: 1;
		background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
	}

            .first-block .post-img-top .article-post-title {
                font-size: calc(1.8rem + 0.6vw);
                line-height: 1.2;
            }


        .danas-klub-content .button {
            max-width: 170px;
        }


        .danas-klub-content .button {
		margin-left: auto;
		margin-right: auto;
	}


        .danas-klub-content .button {
		display: block;
	}


        #corax .post-simple {
		position: relative;
	}


        #corax .post-simple {
		margin-bottom: 2rem;
	}

            #corax .post-simple:after {
                content: '';
                height: 1px;
                bottom: -16px;
            }

            #corax .post-simple:after {
		position: absolute;
	}

            #corax .post-simple:after {
		left: 0px;
		right: 0px;
	}

            #corax .post-simple:after {
		--tw-bg-opacity: 1;
		background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
	}

            .home .category article {
		position: relative;
	}

            .home .category article {
		margin-bottom: 2rem;
	}

                .home .category article:after {
                    content: '';
                    height: 1px;
                    bottom: -16px;
                }

                .home .category article:after {
		position: absolute;
	}

                .home .category article:after {
		left: 0px;
		right: 0px;
	}

                .home .category article:after {
		--tw-bg-opacity: 1;
		background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
	}

                .home .category .post-img-top .article-post-title {
                    font-size: calc(1.8rem + 0.6vw);
                    line-height: 1.2;
                }

        .logo img {
            max-width: 260px;
        }

        [id^=div-gpt-ad] iframe {
		margin-left: auto;
		margin-right: auto;
	}
}

.danas-klub .danas-klub-content {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.danas-klub .danas-klub-content {
	font-size: 1.1rem;
}

.danas-klub .danas-klub-content {
	line-height: 1.5rem;
}

.danas-klub .danas-klub-content p {
	margin-bottom: 1rem;
}

.danas-klub .danas-klub-content p {
	letter-spacing: 0em;
}

.testimonial p {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.testimonial p {
	line-height: 1.75rem;
}

.testimonial p {
	letter-spacing: 0em;
}

.single-post-sidebar, .archive-sidebar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
}

@media (min-width: 640px) {

	.single-post-sidebar, .archive-sidebar {
		max-width: none;
	}
}

@media (min-width: 1024px) {

	.single-post-sidebar, .archive-sidebar {
		max-width: 300px;
	}
}

.sidebar {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.sidebar .widget .widget-title {
	margin-bottom: 1rem;
}

.sidebar .widget .widget-title {
	display: inline-block;
}

.sidebar .widget .widget-title {
	border-right-width: 1px;
}

.sidebar .widget .widget-title {
	border-right-width: 2px;
}

.sidebar .widget .widget-title {
	--tw-border-opacity: 1;
	border-color: rgba(148, 54, 142, var(--tw-border-opacity));
}

.sidebar .widget .widget-title {
	padding-right: 0.5rem;
}

.sidebar .widget .widget-title {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.sidebar .widget .widget-title {
	font-size: 1.125rem;
}

.sidebar .widget .widget-title {
	font-weight: 600;
}

.sidebar .widget .widget-title {
	text-transform: uppercase;
}

.sidebar .widget .widget-title {
	line-height: 1.375;
}

.sidebar .widget .widget-title {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.sidebar .widget .widget-title:before {
                margin-right: 6px;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f45c";
            }

.widget {
	margin-bottom: 1rem;
}

.widget-latest-posts-item {
	margin-bottom: 1rem;
}

.widget-latest-posts-item .widget-post-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.widget-latest-posts-item .widget-post-title {
	margin-bottom: 0.5rem;
}

.widget-latest-posts-item .widget-post-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget-latest-posts-item .widget-post-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.widget-latest-posts-item .widget-post-title {
	font-weight: 500;
}

.widget-latest-posts-item .widget-post-title {
	line-height: 1.5rem;
}

.widget-latest-posts-item .widget-post-title {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.widget-latest-columns-item {
	margin-bottom: 1rem;
}

.widget-latest-columns-item .widget-author-image span {
	display: block;
}

.widget-latest-columns-item .widget-author-image span {
	height: 3.5rem;
}

.widget-latest-columns-item .widget-author-image span {
	width: 3.5rem;
}

.widget-latest-columns-item .widget-author-image span {
	overflow: hidden;
}

.widget-latest-columns-item .widget-author-image span {
	border-radius: 9999px;
}

.widget-latest-columns-item .widget-author-image span {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 62, 62, var(--tw-bg-opacity));
}

.widget-latest-columns-item .author-name {
	margin-bottom: 0.75rem;
}

.widget-latest-columns-item .author-name {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget-latest-columns-item .author-name {
	font-size: 0.875rem;
}

.widget-latest-columns-item .author-name {
	font-weight: 600;
}

.widget-latest-columns-item .author-name {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.widget-latest-columns-item .author-post {
	margin-bottom: 0.5rem;
}

.widget-latest-columns-item .author-post {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget-latest-columns-item .author-post {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.widget-latest-columns-item .author-post {
	font-weight: 500;
}

.widget-latest-columns-item .author-post {
	line-height: 1.5rem;
}

.widget-latest-columns-item .author-post {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.widget_danas_columnists .widget-columnist-image {
	display: block;
}

.widget_danas_columnists .widget-columnist-image {
	height: 3.5rem;
}

.widget_danas_columnists .widget-columnist-image {
	width: 25%;
}

.widget_danas_columnists .widget-columnist-image {
	width: 3.5rem;
}

.widget_danas_columnists .widget-columnist-image {
	overflow: hidden;
}

.widget_danas_columnists .widget-columnist-image {
	border-radius: 9999px;
}

.widget_danas_columnists .widget-columnist-image {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 62, 62, var(--tw-bg-opacity));
}

.widget_danas_columnists .widget-columnist-content {
	width: 75%;
}

.widget_danas_columnists .widget-columnist-content {
	padding-left: 1rem;
}

.widget_danas_columnists .columnist-name {
	margin-bottom: 0.75rem;
}

.widget_danas_columnists .columnist-name {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget_danas_columnists .columnist-name {
	font-size: 0.875rem;
}

.widget_danas_columnists .columnist-name {
	font-weight: 600;
}

.widget_danas_columnists .columnist-name {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

.widget_danas_columnists .columnist-description {
	margin-bottom: 0.5rem;
}

.widget_danas_columnists .columnist-description {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.widget_danas_columnists .columnist-description {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.widget_danas_columnists .columnist-description {
	font-weight: 500;
}

.widget_danas_columnists .columnist-description {
	line-height: 1.5rem;
}

.widget_danas_columnists .columnist-description {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.widget_sim_ga_top_posts .widget_sim_top_widget h2.widget-title {
	display: none;
}

.widget-latest-posts-item .special-date {
	display: none;
}

.home .sim-top-item .popular-featured {
	display: none;
}

.home .sim-top-item .popular-content {
	width: 100%;
}

.sim-top-item {
	margin-bottom: 0.5rem;
}

.sim-top-item h3 {
        font-size: 1.3rem;
        line-height: 1.2
    }

.sim-top-item h3 a {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.sim-top-item .popular-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.sim-top-item .popular-content .primary-category a {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

@media(max-width: 767px){

        .sim-top-item h3 {
            font-size: 1.25rem; 
        }
}

.single .sim-top-items :nth-child(4), .single .sim-top-items :nth-child(5) {
	display: none;
}

.comment-reply-title {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.comment-form label {
	display: none;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
}

.comment-form .comment-form-cookies-consent {
	align-items: flex-start;
}

.comment-form .comment-form-cookies-consent {
	justify-content: flex-start;
}

.comment-form .comment-form-cookies-consent label {
	margin-top: -2px;
}

.comment-form .comment-form-cookies-consent label {
	margin-left: 0.5rem;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-flex;
}

.comment-form .comment-form-cookies-consent label {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.comment-form .comment-form-cookies-consent label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.comment-form .comment-form-cookies-consent label {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	margin-bottom: 1rem;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	display: block;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	-webkit-appearance: none;
	        appearance: none;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	border-radius: 0.25rem;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	border-width: 1px;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	--tw-border-opacity: 1;
	border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	padding-top: 6px;
	padding-bottom: 6px;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	font-size: 1rem;
	line-height: 1.5rem;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	--tw-text-opacity: 1;
	color: rgba(33, 37, 41, var(--tw-text-opacity));
}

.comment-form textarea::placeholder, .comment-form input[type="text"]::placeholder, .comment-form input[type="email"]::placeholder, .comment-form input[type="url"]::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(233, 234, 234, var(--tw-placeholder-opacity));
}

.comment-form input[type="checkbox"] {
	border-radius: 0.25rem;
}

.comment-form textarea {
	height: 5rem;
}

.comment-form .submit {
	margin-top: 1rem;
}

.comment-form .submit {
	display: inline-block;
}

.comment-form .submit {
	cursor: pointer;
}

.comment-form .submit {
	border-radius: 0.25rem;
}

.comment-form .submit {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.comment-form .submit {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.comment-form .submit {
	padding-top: 6px;
	padding-bottom: 6px;
}

.comment-form .submit {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.comment-form .submit {
	font-size: 1rem;
	line-height: 1.5rem;
}

.comment-form .submit {
	text-transform: uppercase;
}

.comment-form .submit {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.comment-form .submit:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 38, 140, var(--tw-bg-opacity));
}

.comment-form .submit:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.comment-form .submit:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.comment-form .submit:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(10, 88, 202, var(--tw-ring-opacity));
}

.comment-form .submit:focus {
	--tw-ring-offset-width: 2px;
}

.comment-form .form-submit {
	text-align: right;
}

.comment-form .logged-in-as {
	display: none;
}

.search-form {
	position: relative;
	height: 2.5rem;
}

.search-form .search-field {
        width: calc( 100% - 40px );
    }

.search-form .search-field {
	height: 2.5rem;
}

.search-form .search-field {
	border-width: 1px;
}

.search-form .search-field {
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
}

.search-form .search-submit {
	position: absolute;
}

.search-form .search-submit {
	top: 0px;
	bottom: 0px;
}

.search-form .search-submit {
	right: 0px;
}

.search-form .search-submit {
	width: 2.5rem;
}

.search-form .search-submit {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.search-form .search-submit {
	--tw-border-opacity: 1;
	border-color: rgba(0, 33, 105, var(--tw-border-opacity));
}

.search-form .search-submit {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 33, 105, var(--tw-bg-opacity));
}

.search-form .search-submit {
	text-align: center;
}

.search-form .search-submit {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.search-form .search-submit:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 38, 140, var(--tw-bg-opacity));
}

#newsletter .newsletter-title {
	margin-bottom: 0.5rem;
}

#newsletter .newsletter-title {
	font-family: "Vollkorn", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

#newsletter .newsletter-title {
	font-size: 2.5rem;
	line-height: 3rem;
}

#newsletter .newsletter-title {
	font-weight: 600;
}

#newsletter .newsletter-content {
	margin-bottom: 1rem;
}

#newsletter .newsletter-content {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

#newsletter .newsletter-content {
	font-size: 1.1rem;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form {
	position: relative;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form {
	padding: 0px;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit {
            width: 105px;
        }

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit {
	--tw-bg-opacity: 1;
	background-color: rgba(148, 54, 142, var(--tw-bg-opacity));
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph.last {
            width: 105px;
        }

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph.last {
	position: absolute;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph.last {
	top: 0px;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph.last {
	right: 0px;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph .mailpoet_text {
                max-width: calc( 100% - 105px );
            }

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph .mailpoet_text {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph .mailpoet_text {
	font-size: 1rem;
	line-height: 1.5rem;
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_paragraph .mailpoet_text {
	--tw-text-opacity: 1;
	color: rgba(33, 37, 41, var(--tw-text-opacity));
}

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit,
        #newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_text {
            height: 40px;
        }

#newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_submit, #newsletter .mailpoet_form_shortcode form.mailpoet_form .mailpoet_text {
	border-width: 0px;
}

ol.commentlist {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

ol.commentlist > .comment article {
	margin-bottom: 20px;
}

ol.commentlist > .comment article {
	border-bottom-width: 1px;
}

ol.commentlist > .comment article {
	--tw-border-opacity: 1;
	border-color: rgba(233, 234, 234, var(--tw-border-opacity));
}

ol.commentlist > .comment article {
	padding-bottom: 20px;
}

ol.commentlist > .comment .comment-reply-title {
	display: flex;
}

ol.commentlist > .comment .comment-reply-title {
	align-items: center;
}

ol.commentlist > .comment .comment-reply-title {
	justify-content: space-between;
}

ol.commentlist > .comment .comment-reply-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

ol.commentlist > .comment .comment-reply-title #cancel-comment-reply-link {
	--tw-text-opacity: 1;
	color: rgba(0, 33, 105, var(--tw-text-opacity));
}

ol.commentlist > .comment .comment-reply-title #cancel-comment-reply-link {
	text-decoration: underline;
}

ol.commentlist > .comment .comment-respond {
	margin-left: 2.5rem;
}

ol.commentlist > .comment .comment-respond {
	margin-top: 0.75rem;
}

ol.commentlist > .comment .children {
	list-style-type: none;
}

@media (min-width: 1024px) {

ol.commentlist > .comment .children {
		margin-left: 5rem;
	}
}

ol.commentlist > .comment .children > li > article {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

ol.commentlist > .comment .children > li > article {
	padding: 1rem;
}

@media (min-width: 1024px) {

ol.commentlist > .comment .children > li > article {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}

@media (min-width: 1024px) {

ol.commentlist > .comment .children > li > article {
		padding-top: 0px;
	}
}

@media (min-width: 1024px) {

ol.commentlist > .comment .children > li > article {
		padding-left: 0px;
	}
}

@media (min-width: 1024px) {

ol.commentlist > .comment .children > li > article {
		padding-right: 0px;
	}
}

ol.commentlist > .comment .comment-body .comment-meta {
	margin-bottom: 10px;
}

ol.commentlist > .comment .comment-body .comment-meta {
	display: flex;
}

ol.commentlist > .comment .comment-body .comment-meta {
	align-items: center;
}

ol.commentlist > .comment .comment-body .comment-meta {
	justify-content: flex-start;
}

ol.commentlist > .comment .comment-body .comment-meta {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

ol.commentlist > .comment .comment-body .comment-meta {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author {
	margin-right: 0.25rem;
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author {
	border-right-width: 1px;
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author {
	--tw-border-opacity: 1;
	border-color: rgba(64, 62, 62, var(--tw-border-opacity));
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author {
	padding-right: 0.5rem;
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author img.avatar {
	display: none;
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author b {
	font-weight: 600;
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author b {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 140, var(--tw-text-opacity));
}

ol.commentlist > .comment .comment-body .comment-meta .comment-author span.says, ol.commentlist > .comment .comment-body .comment-meta .comment-author .avatar {
	display: none;
}

ol.commentlist > .comment .comment-body .comment-meta .edit-link {
	display: none;
}

ol.commentlist > .comment .comment-body .comment-content {
	color: #374151;
	max-width: 65ch;
}

ol.commentlist > .comment .comment-body .comment-content [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

ol.commentlist > .comment .comment-body .comment-content a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}

ol.commentlist > .comment .comment-body .comment-content strong {
	color: #111827;
	font-weight: 600;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="A"] {
	--list-counter-style: upper-alpha;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="a"] {
	--list-counter-style: lower-alpha;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="A" s] {
	--list-counter-style: upper-alpha;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="a" s] {
	--list-counter-style: lower-alpha;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="I"] {
	--list-counter-style: upper-roman;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="i"] {
	--list-counter-style: lower-roman;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="I" s] {
	--list-counter-style: upper-roman;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="i" s] {
	--list-counter-style: lower-roman;
}

ol.commentlist > .comment .comment-body .comment-content ol[type="1"] {
	--list-counter-style: decimal;
}

ol.commentlist > .comment .comment-body .comment-content ol > li {
	position: relative;
	padding-left: 1.75em;
}

ol.commentlist > .comment .comment-body .comment-content ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}

ol.commentlist > .comment .comment-body .comment-content ul > li {
	position: relative;
	padding-left: 1.75em;
}

ol.commentlist > .comment .comment-body .comment-content ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}

ol.commentlist > .comment .comment-body .comment-content hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}

ol.commentlist > .comment .comment-body .comment-content blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}

ol.commentlist > .comment .comment-body .comment-content blockquote p:first-of-type::before {
	content: open-quote;
}

ol.commentlist > .comment .comment-body .comment-content blockquote p:last-of-type::after {
	content: close-quote;
}

ol.commentlist > .comment .comment-body .comment-content h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}

ol.commentlist > .comment .comment-body .comment-content h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

ol.commentlist > .comment .comment-body .comment-content h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

ol.commentlist > .comment .comment-body .comment-content h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

ol.commentlist > .comment .comment-body .comment-content figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}

ol.commentlist > .comment .comment-body .comment-content code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}

ol.commentlist > .comment .comment-body .comment-content code::before {
	content: "`";
}

ol.commentlist > .comment .comment-body .comment-content code::after {
	content: "`";
}

ol.commentlist > .comment .comment-body .comment-content a code {
	color: #111827;
}

ol.commentlist > .comment .comment-body .comment-content pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}

ol.commentlist > .comment .comment-body .comment-content pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

ol.commentlist > .comment .comment-body .comment-content pre code::before {
	content: none;
}

ol.commentlist > .comment .comment-body .comment-content pre code::after {
	content: none;
}

ol.commentlist > .comment .comment-body .comment-content {
	margin-bottom: 1rem;
}

ol.commentlist > .comment .comment-body .comment-content table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}

ol.commentlist > .comment .comment-body .comment-content thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}

ol.commentlist > .comment .comment-body .comment-content thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

ol.commentlist > .comment .comment-body .comment-content tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}

ol.commentlist > .comment .comment-body .comment-content tbody tr:last-child {
	border-bottom-width: 0;
}

ol.commentlist > .comment .comment-body .comment-content tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

ol.commentlist > .comment .comment-body .comment-content {
	font-size: 1rem;
	line-height: 1.75;
}

ol.commentlist > .comment .comment-body .comment-content p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content img {
	margin-top: 2em;
	margin-bottom: 2em;
}

ol.commentlist > .comment .comment-body .comment-content video {
	margin-top: 2em;
	margin-bottom: 2em;
}

ol.commentlist > .comment .comment-body .comment-content figure {
	margin-top: 2em;
	margin-bottom: 2em;
}

ol.commentlist > .comment .comment-body .comment-content figure > * {
	margin-top: 0;
	margin-bottom: 0;
}

ol.commentlist > .comment .comment-body .comment-content h2 code {
	font-size: 0.875em;
}

ol.commentlist > .comment .comment-body .comment-content h3 code {
	font-size: 0.9em;
}

ol.commentlist > .comment .comment-body .comment-content ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ol.commentlist > .comment .comment-body .comment-content > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ol.commentlist > .comment .comment-body .comment-content > ul > li > *:first-child {
	margin-top: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content > ul > li > *:last-child {
	margin-bottom: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content > ol > li > *:first-child {
	margin-top: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content > ol > li > *:last-child {
	margin-bottom: 1.25em;
}

ol.commentlist > .comment .comment-body .comment-content ul ul, ol.commentlist > .comment .comment-body .comment-content ul ol, ol.commentlist > .comment .comment-body .comment-content ol ul, ol.commentlist > .comment .comment-body .comment-content ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ol.commentlist > .comment .comment-body .comment-content ul ul, ol.commentlist > .comment .comment-body .comment-content ul ol, ol.commentlist > .comment .comment-body .comment-content ol ul, ol.commentlist > .comment .comment-body .comment-content ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ol.commentlist > .comment .comment-body .comment-content ul ul, ol.commentlist > .comment .comment-body .comment-content ul ol, ol.commentlist > .comment .comment-body .comment-content ol ul, ol.commentlist > .comment .comment-body .comment-content ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ol.commentlist > .comment .comment-body .comment-content ul ul, ol.commentlist > .comment .comment-body .comment-content ul ol, ol.commentlist > .comment .comment-body .comment-content ol ul, ol.commentlist > .comment .comment-body .comment-content ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ol.commentlist > .comment .comment-body .comment-content hr + * {
	margin-top: 0;
}

ol.commentlist > .comment .comment-body .comment-content h2 + * {
	margin-top: 0;
}

ol.commentlist > .comment .comment-body .comment-content h3 + * {
	margin-top: 0;
}

ol.commentlist > .comment .comment-body .comment-content {
	max-width: none;
}

ol.commentlist > .comment .comment-body .comment-content h4 + * {
	margin-top: 0;
}

ol.commentlist > .comment .comment-body .comment-content thead th:first-child {
	padding-left: 0;
}

ol.commentlist > .comment .comment-body .comment-content thead th:last-child {
	padding-right: 0;
}

ol.commentlist > .comment .comment-body .comment-content tbody td:first-child {
	padding-left: 0;
}

ol.commentlist > .comment .comment-body .comment-content tbody td:last-child {
	padding-right: 0;
}

ol.commentlist > .comment .comment-body .comment-content > :first-child {
	margin-top: 0;
}

ol.commentlist > .comment .comment-body .comment-content > :last-child {
	margin-bottom: 0;
}

ol.commentlist > .comment .comment-body .comment-content {
	--tw-text-opacity: 1;
	color: rgba(64, 62, 62, var(--tw-text-opacity));
}

ol.commentlist > .comment .comment-body .reply {
	display: flex;
}

ol.commentlist > .comment .comment-body .reply {
	justify-content: flex-end;
}

ol.commentlist > .comment .comment-body .reply > a {
	border-radius: 0.25rem;
}

ol.commentlist > .comment .comment-body .reply > a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 247, var(--tw-bg-opacity));
}

ol.commentlist > .comment .comment-body .reply > a {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

ol.commentlist > .comment .comment-body .reply > a {
	padding-top: 6px;
	padding-bottom: 6px;
}

ol.commentlist > .comment .comment-body .reply > a {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

ol.commentlist > .comment .comment-body .reply > a {
	text-transform: uppercase;
}

ol.commentlist > .comment .comment-body .reply > a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

ol.commentlist > .comment .comment-body .reply > a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

ol.commentlist > .comment .comment-body .reply > a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

ol.commentlist > .comment .comment-body .reply > a:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

ol.commentlist > .comment .comment-body .reply > a:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 33, 105, var(--tw-ring-opacity));
}

ol.commentlist > .comment .comment-body .reply > a:focus {
	--tw-ring-offset-width: 2px;
}

#comment-form-div .navigation, #comment-form-div > .comment-thread > .comment-respond {
	display: none;
}

p.akismet_comment_form_privacy_notice {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
	padding: 1.25rem;
}

.podcast .podcast-title {
        max-width: 360px
    }

.podcast .podcast-title {
	margin-bottom: 2rem;
}

.podcast .podcast-title {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.podcast .podcast-title span {
	--tw-text-opacity: 1;
	color: rgba(148, 54, 142, var(--tw-text-opacity));
}

.podcast .podcast-content {
	margin-bottom: 2rem;
}

.podcast .podcast-content {
	font-size: 1.5rem;
	line-height: 2rem;
}

.podcast .podcast-button {
	margin-bottom: 1.5rem;
}

.podcast .podcast-icons ul li {
                height: 32px;
            }

.podcast .podcast-icons ul li {
	margin-right: 0.625rem;
}

.podcast .podcast-icons ul li {
	display: inline-block;
}

.podcast .podcast-icons .youtube-podcast img {
                margin-top: 3px;
            }

.podcast .podcast-image {
	position: relative;
}

.podcast .podcast-image img {
	bottom: 0px;
}

@media (min-width: 1024px) {

.podcast .podcast-image img {
		position: absolute;
	}
}

.danas-na-lokalu-main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.danas-na-lokalu-main .dnl-city {
        border: 1px solid #9097b0;
        height: 90px;
        border-radius: 50px;
        transition: all 0.3s ease-in-out
        
    }

.danas-na-lokalu-main .dnl-city {
	position: relative;
}

.danas-na-lokalu-main .dnl-city {
	text-align: center;
}

.danas-na-lokalu-main .dnl-city:before {
            content: '';
            width: 33px;
            height: 66px;
            background-image: url(assets/public/images/danas-na-lokalu/pin.png);
            background-repeat: no-repeat;
            background-size: 100%;
            left: 25px;
        }

.danas-na-lokalu-main .dnl-city:before {
	position: absolute;
}

.danas-na-lokalu-main .dnl-city:before {
	top: 0px;
	bottom: 0px;
}

.danas-na-lokalu-main .dnl-city:before {
	margin: auto;
}

.danas-na-lokalu-main .dnl-city:before {
	display: block;
}

.danas-na-lokalu-main .dnl-city {
	margin-bottom: 2rem;
}

.danas-na-lokalu-main .dnl-city {
	display: block;
}

.danas-na-lokalu-main .dnl-city {
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.danas-na-lokalu-main .dnl-city {
	font-weight: 700;
}

.danas-na-lokalu-main .dnl-city .dnl-name {
            padding: 20px 25px;
            font-size: 36px;
            line-height: 48px;
            color: #403e3e;
        }

.danas-na-lokalu-main .dnl-city:hover {
            background-color: #9097b0;
            color: #fff
        }

.danas-na-lokalu-main .dnl-city:hover .dnl-name {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page-template-page-danas-na-lokalu .single-page h1.post-title {
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-family: "Work Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 56px;
}

@media (min-width: 640px) {

	.sm\:flex {
		display: flex;
	}

	.sm\:w-4\/12 {
		width: 33.333333%;
	}

	.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
}

@media (min-width: 768px) {

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-8\/12 {
		width: 66.666667%;
	}

	.md\:w-9\/12 {
		width: 75%;
	}

	.md\:w-3\/12 {
		width: 25%;
	}

	.md\:w-4\/12 {
		width: 33.333333%;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-6\/12 {
		width: 50%;
	}

	.md\:w-2\/12 {
		width: 16.666667%;
	}

	.md\:w-10\/12 {
		width: 83.333333%;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-5\/12 {
		width: 41.666667%;
	}

	.md\:w-7\/12 {
		width: 58.333333%;
	}

	.md\:pt-0 {
		padding-top: 0px;
	}

	.md\:text-right {
		text-align: right;
	}
}

@media (min-width: 1024px) {

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:border-r {
		border-right-width: 1px;
	}

	.lg\:border-l {
		border-left-width: 1px;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lg\:pl-4 {
		padding-left: 1rem;
	}
}

@media (min-width: 1280px) {

	.xl\:w-8\/12 {
		width: 66.666667%;
	}

	.xl\:w-5\/12 {
		width: 41.666667%;
	}

	.xl\:w-4\/12 {
		width: 33.333333%;
	}

	.xl\:w-3\/12 {
		width: 25%;
	}

	.xl\:w-6\/12 {
		width: 50%;
	}
}
