/*
 * Citadela Theme - Reset CSS
 *
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML 5 */
html, div, map, dt, isindex, form {
    display: block;
}

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
    display: block;
}

/* Form fields */
button,
[type="button"],
[type="reset"],
[type="submit"],
[type=text],
[type=email],
[type=tel],
[type=url],
textarea {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

/*disabled menu hover, submenu opened on click*/
/*.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
*/
.main-navigation ul ul li.opened > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

/*disabled menu hover, submenu opened on click*/
/*.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
*/
.main-navigation ul li.opened > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

/*hlavne menu sa zobrazuje aj v responsive designe*/
.main-navigation ul {
	display: block;
}

/* Responsive menu fix for Safari */
.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .main-navigation {
        left: calc(100vw - 60px ) !important;
}

@media screen and (min-width: 37.5em) {
	/*.menu-toggle sa nikde nepouziva - je to odstraneny  menu button */
	/*.menu-toggle {
		display: none;
	}
	*/
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
 * Sigma Gallery — front-end + editor styles.
 *
 * Plain CSS (no Tailwind): this loads on the public front end and inside every
 * page builder, none of which carry the plugin's `.smm-wrap` scope.
 */

.smm-gallery {
  display: grid;
  grid-template-columns: repeat(var(--smm-gallery-cols, 3), minmax(0, 1fr));
  gap: var(--smm-gallery-gap, 12px);
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}

.smm-gallery__item {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.smm-gallery__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.smm-gallery__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Cropped: uniform squares regardless of source ratio. */
.smm-gallery--crop .smm-gallery__img {
  aspect-ratio: 1 / 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Older browsers without aspect-ratio support fall back to a padded box. */
@supports not (aspect-ratio: 1 / 1) {
  .smm-gallery--crop .smm-gallery__item {
    padding-top: 100%;
  }
  .smm-gallery--crop .smm-gallery__link,
  .smm-gallery--crop .smm-gallery__img {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}

.smm-gallery__caption {
  margin: 0;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #555;
  text-align: center;
}

.smm-gallery__link:hover .smm-gallery__img {
  opacity: 0.92;
  transition: opacity 0.15s ease;
}

.smm-gallery--empty {
  display: block;
  border: 1px dashed #c3c4c7;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  color: #757575;
  background: #f6f7f7;
}

/* Responsive column drop-down. */
@media (max-width: 782px) {
  .smm-gallery {
    grid-template-columns: repeat(
      min(var(--smm-gallery-cols, 3), 3),
      minmax(0, 1fr)
    );
  }
}

@media (max-width: 480px) {
  .smm-gallery {
    grid-template-columns: repeat(
      min(var(--smm-gallery-cols, 3), 2),
      minmax(0, 1fr)
    );
  }
}

/* ---- Lightbox ---- */

body.smm-lightbox-open {
  overflow: hidden;
}

.smm-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.smm-lightbox[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.smm-lightbox__figure {
  margin: 0;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smm-lightbox__img {
  max-width: 92vw;
  max-height: 82vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.smm-lightbox__caption {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 80vw;
}

.smm-lightbox__close,
.smm-lightbox__nav {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.15s ease;
  padding: 8px;
}

.smm-lightbox__close:hover,
.smm-lightbox__nav:hover {
  opacity: 1;
}

.smm-lightbox__close {
  top: 16px;
  right: 20px;
  font-size: 40px;
}

.smm-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 56px;
}

.smm-lightbox__prev {
  left: 12px;
}

.smm-lightbox__next {
  right: 12px;
}

.smm-lightbox__counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  letter-spacing: 0.03em;
}

@media (max-width: 600px) {
  .smm-lightbox__nav {
    font-size: 40px;
  }
  .smm-lightbox__close {
    font-size: 32px;
  }
}

/* ---- Block editor: Image Source inspector ---- */

.smm-gi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smm-gi__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.smm-gi__count {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #757575;
}

.smm-gi__folders {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 220px;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.smm-gi__folder {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: none;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  color: #1e1e1e;
  transition: background-color 0.1s ease;
}

.smm-gi__folder:hover {
  background: #f0f0f0;
}

.smm-gi__folder.is-selected {
  background: #f0f6fc;
  color: #043959;
}

.smm-gi__check {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1.5px solid #949494;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

.smm-gi__check.is-on {
  background: #3858e9;
  border-color: #3858e9;
}

.smm-gi__check.is-on::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.smm-gi__folder-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smm-gi__field .components-base-control {
  margin-bottom: 0;
}

.smm-gi__field--divider {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}

.smm-gi__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.smm-gi__btn.smm-gi__btn {
  width: 100%;
  justify-content: center;
}


/*
*	ITEM FEATURED IMAGE: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-featured-image .ft-image							{ position: relative; }
.ctdl-item-featured-image .ft-image a						{ display: inline-block; vertical-align: top; }

.ctdl-item-featured-image.loading 							{ display: none; }
.ctdl-item-featured-image .ft-image-thumb					{ text-align: center; position: relative; }
.ctdl-item-featured-image.align-center .ft-image-thumb		{ text-align: center; }
.ctdl-item-featured-image.align-left .ft-image-thumb		{ text-align: left; }
.ctdl-item-featured-image.align-right .ft-image-thumb		{ text-align: right; }

.ctdl-item-featured-image.custom-height img					{ object-fit: cover; }
.ctdl-item-featured-image.position-top-right img			{ object-position: top right; }
.ctdl-item-featured-image.position-top-center img			{ object-position: top center; }
.ctdl-item-featured-image.position-top-left img				{ object-position: top left; }
.ctdl-item-featured-image.position-center-right img			{ object-position: center right; }
.ctdl-item-featured-image.position-center-center img		{ object-position: center center; }
.ctdl-item-featured-image.position-center-left img			{ object-position: center left; }
.ctdl-item-featured-image.position-bottom-right img			{ object-position: bottom right; }
.ctdl-item-featured-image.position-bottom-center img		{ object-position: bottom center; }
.ctdl-item-featured-image.position-bottom-left img			{ object-position: bottom left; }

.ctdl-item-featured-image.cover-height								{ width: 100%; }
.ctdl-item-featured-image.cover-height img							{ object-fit: cover; }
.ctdl-item-featured-image.cover-height:first-child:last-child		{ height: 100%; }
.ctdl-item-featured-image.cover-height:first-child:last-child img	{ display: block; position: absolute; top: 0; left: 0; }
.ctdl-item-featured-image.cover-height .ft-image-thumb,
.ctdl-item-featured-image.cover-height .ft-image,
.ctdl-item-featured-image.cover-height .ft-image a,
.ctdl-item-featured-image.cover-height .ft-image img				{ width: 100%; height: 100%; }

.ctdl-item-featured-image.cover-height .ft-image-caption			{ position: absolute; background: rgba(0,0,0,0.3); color: #ffffff; bottom: 0; left: 0; right: 0; }

/*
*	ITEM OPENING HOURS: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-opening-hours .oh-day 				{ display: flex; flex-flow: wrap; margin-bottom: 1em; }
.ctdl-item-opening-hours .oh-day p				{ margin: 0 0 0.3em 0; }
.ctdl-item-opening-hours .oh-day .oh-label,
.ctdl-item-opening-hours .oh-day .oh-data		{ flex: auto; width: 150px; max-width: 100%; }
.ctdl-item-opening-hours .oh-day .oh-label		{ font-weight: 700; }

/*
*	ITEM CONTACT DETAILS: Citadela Block CSS styles for both frontend and editor screen
*/


.ctdl-item-contact-details {}

.ctdl-item-contact-details .cd-info 					{ margin-bottom: 0.5em; }
.ctdl-item-contact-details .cd-info p					{ margin: 0 0 0.3em 0; }
.ctdl-item-contact-details .cd-info .cd-label,
.ctdl-item-contact-details .cd-info .cd-data			{ display: inline-block; max-width: 100%; vertical-align: top; }
.ctdl-item-contact-details .cd-info .cd-label			{ font-weight: 700; }
.ctdl-item-contact-details .cd-info .cd-label p:after	{ content: ":"; }
/*
*	ITEM CONTACT FORM: Citadela Block CSS styles for both frontend and editor screen
*/


.ctdl-item-contact-form {}

.ctdl-item-contact-form .input-container							{ margin-bottom: 0.5em; }
.ctdl-item-contact-form .input-container:not(.sf-button) label		{ display: none; }
.ctdl-item-contact-form .input-container:not(.sf-button) input,
.ctdl-item-contact-form .input-container:not(.sf-button) textarea	{ width: 100%; box-sizing: border-box; padding: 5px 10px; }
.ctdl-item-contact-form .input-container:not(.sf-button) textarea	{ height: 200px; max-width: 100%; min-width: 100%; }

/*
*	ITEM GPX DOWNLOAD: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-gpx-download { margin-bottom: 1.5rem; }

.ctdl-item-gpx-download.align-left 		{ text-align: left; }
.ctdl-item-gpx-download.align-center 	{ text-align: center; }
.ctdl-item-gpx-download.align-right 	{ text-align: right; }

.ctdl-item-gpx-download .download-button > a					{ display: inline-block; max-width: 100%; height: auto; text-align: center; white-space: normal; box-sizing: border-box; vertical-align: top; }
.ctdl-item-gpx-download:not(.text-style) .download-button > a 	{ background: #000000; color: #ffffff; border-radius: 4px; line-height: 1.3; }
.ctdl-item-gpx-download.small-button-style .download-button > a { padding: 6px 20px; font-size: 14px; }
.ctdl-item-gpx-download.large-button-style .download-button > a { padding: 12px 30px; font-size: 18px; }

/*
*	ITEM GET DIRECTIONS: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-get-directions { margin-bottom: 1.5rem; }

.ctdl-item-get-directions.align-left 		{ text-align: left; }
.ctdl-item-get-directions.align-center 	{ text-align: center; }
.ctdl-item-get-directions.align-right 	{ text-align: right; }

.ctdl-item-get-directions .button-wrapper > a					{ display: inline-block; max-width: 100%; height: auto; text-align: center; white-space: normal; box-sizing: border-box; vertical-align: top; }
.ctdl-item-get-directions:not(.text-style) .button-wrapper > a 	{ background: #000000; color: #ffffff; border-radius: 4px; line-height: 1.3; }
.ctdl-item-get-directions.small-button-style .button-wrapper > a { padding: 6px 20px; font-size: 14px; }
.ctdl-item-get-directions.large-button-style .button-wrapper > a { padding: 12px 30px; font-size: 18px; }

/*
*	ITEM CLAIM LISTING: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-claim-listing 								{ margin-bottom: 1.5rem; position: relative; }
.ctdl-item-claim-listing h2								{ margin-top: 0; }
.ctdl-item-claim-listing h2:before,
.ctdl-item-claim-listing h2:after						{ display: none; }
.ctdl-item-claim-listing > .claim-listing-button		{ margin-bottom: 1em; }  

.ctdl-item-claim-listing .claim-listing-form,
.ctdl-item-claim-listing .claim-listing-notification    { padding: 40px; border: 1px solid #cccccc; position: relative; z-index: 0; }
.ctdl-item-claim-listing .claim-listing-notification	{ padding-top: 20px; padding-bottom: 20px; }

.ctdl-item-claim-listing.align-left 						{ text-align: left; }
.ctdl-item-claim-listing.align-center 						{ text-align: center; }
.ctdl-item-claim-listing.align-right 						{ text-align: right; }
.ctdl-item-claim-listing.align-right .claim-listing-form    { text-align: left; }

.ctdl-item-claim-listing .claim-listing-button > button							{ cursor: pointer; display: inline-block; max-width: 100%; height: auto; text-align: center; white-space: normal; box-sizing: border-box; vertical-align: top; }
.ctdl-item-claim-listing:not(.text-style) .claim-listing-button > button 		{ background: #000000; color: #ffffff; border-radius: 4px; line-height: 1.3; }
.ctdl-item-claim-listing.small-button-style > .claim-listing-button > button 	{ padding: 6px 20px; font-size: 14px; }
.ctdl-item-claim-listing.large-button-style > .claim-listing-button > button 	{ padding: 12px 30px; font-size: 18px; }

.ctdl-item-claim-listing .input-container:not(.claim-listing-button)		{ margin-bottom: 0.5em;}
.ctdl-item-claim-listing .input-container.email label						{ display: none; }
.ctdl-item-claim-listing .input-container.username label					{ display: none; }
.ctdl-item-claim-listing .input-container.terms								{ margin-top: 1em; }
.ctdl-item-claim-listing .input-container.terms input[type="checkbox"]		{ vertical-align: middle; margin-top: -0.05em; margin-right: 0.3em; }
.ctdl-item-claim-listing .input-container.terms label						{ font-size: 0.85em; }
.ctdl-item-claim-listing .input-container.terms.has-error label				{ color: #ff0000; }

.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="text"],
.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="email"]				{ box-sizing: border-box; width: 100%; max-width: 460px; padding: 5px 10px; }
.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="text"],
.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="email"]		{ border-color: #ff0000; }
.ctdl-item-claim-listing.align-center .input-container:not(.claim-listing-button) input[type="text"],
.ctdl-item-claim-listing.align-center .input-container:not(.claim-listing-button) input[type="email"] 	{ text-align: center; }
.ctdl-item-claim-listing .input-container.claim-listing-button											{ margin-top: 1.5em; }
.ctdl-item-claim-listing .input-container.claim-listing-button > button									{ padding: 12px 30px; font-size: 18px; }

.ctdl-item-claim-listing.opened > .claim-listing-button						{ position: absolute; top: 0; right: 0; padding: 10px; z-index: 20; }
.ctdl-item-claim-listing.opened > .claim-listing-button:before				{ content: "\f00d"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: block; width: 40px; height: 40px; line-height: 40px; font-size: 20px; position: absolute; top: 10px; right: 10px; text-align: center; }
.ctdl-item-claim-listing.opened > .claim-listing-button .claim-listing-btn  { font-size: 0; text-indent: -9999px; overflow: hidden; width: 40px; height: 40px; .borderbox(); display: block; padding: 0; position: relative; z-index: 10; opacity: 0; }

.ctdl-item-claim-listing .input-container.claim-listing-button button       { vertical-align: middle; }
.ctdl-item-claim-listing .input-container.claim-listing-button i			{ vertical-align: middle; margin-left: 0.5em; }

.ctdl-item-claim-listing .citadela-block-form .claim-listing-user	{ display: block; }
.ctdl-item-claim-listing .data-messages .msg						{ margin-top: 1em; }
.ctdl-item-claim-listing .data-messages p							{ margin: 0; }

/*
*	ITEM EXTENSION: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-extension {}

.ctdl-item-extension .data-row 					{ margin-bottom: 0.5em; }
.ctdl-item-extension .data-row p				{ margin: 0; }
.ctdl-item-extension .data-row .label			{ display: inline-block; max-width: 100%; vertical-align: top;  color: #000000; font-weight: 700; box-sizing: border-box; }
.ctdl-item-extension .data-row .label p:after	{ content: ":"; }
.ctdl-item-extension .data-row .data			{ display: inline-block; max-width: 100%; vertical-align: top; box-sizing: border-box; }

.ctdl-item-extension .data-row.type-citadela_multiselect .value:not(:last-child):after	{ content: ", "; }
.ctdl-item-extension .data-row.empty-value .data p:before				{ content: ""; display: inline-block; width: 0.7em; height: 0; vertical-align: middle; border-top: 1px solid currentColor; }

.ctdl-item-extension.align-left					{ text-align: left; }
.ctdl-item-extension.align-center				{ text-align: center; }
@media screen and (min-width: 400px)
{
	.ctdl-item-extension.align-right				{ text-align: right; }
}

.ctdl-item-extension .data-row .data .unit.right-position	{ margin-left: 0.3em; }
.ctdl-item-extension .data-row .data .unit.left-position	{ margin-right: 0.3em; }

/*** Layout Text ***/

.ctdl-item-extension.text-layout .data-row          				{ display: inline; margin-right: 0; vertical-align: top; }
.ctdl-item-extension.text-layout .data-row .sep						{ color: #000000; }
.ctdl-item-extension.text-layout .data-row .sep:after				{ display: inline-block; font-size: 0.3em; padding: 0 0.7em; content: "\f111"; font-family: 'Font Awesome 5 Free'; font-weight: 900; margin-right: 0.3em; vertical-align: middle; }
.ctdl-item-extension.text-layout .data-row:last-child .sep:after 	{ display: none; }
.ctdl-item-extension.text-layout .data-row .label,
.ctdl-item-extension.text-layout .data-row .data,
.ctdl-item-extension.text-layout .data-row p								{ display: inline; }
.ctdl-item-extension.text-layout .data-row.empty-value .data p:before       {  margin: 0 0.2em; }

/*** Layout List ***/

.ctdl-item-extension.list-layout.table-style .citadela-block-articles-wrap	{ overflow: hidden; }
.ctdl-item-extension.list-layout.table-style .data-row						{ border-top: 1px solid #ccc; margin: 0 -8px; padding: 8px 0px; display: flex; flex-flow: row wrap; }
.ctdl-item-extension.list-layout.table-style .data-row:last-child			{ border-bottom: 1px solid #ccc; }
.ctdl-item-extension.list-layout.table-style .data-row .label				{ width: 30%; min-width: 150px; flex: 0 0 auto; padding: 0 8px; }
.ctdl-item-extension.list-layout.table-style .data-row .data				{ flex: 1 1 auto; width: 300px; padding: 0 8px; }
.ctdl-item-extension.list-layout.table-style .data-row p					{ margin-top: 0.2em; margin-bottom: 0.2em; }

.ctdl-item-extension.list-layout:not(.table-style).custom-label-width.align-center .data-row .label			{ display: block; margin-left: auto; margin-right: auto;  }

.ctdl-item-extension.list-layout.table-style:not(.custom-label-width).align-center .data-row .label			{ flex: 1 1 auto; } 
@media screen and (min-width: 400px)
{ 
	.ctdl-item-extension.list-layout.table-style:not(.custom-label-width).align-center .data-row			{ flex-flow: row nowrap; }
	.ctdl-item-extension.list-layout.table-style:not(.custom-label-width).align-center .data-row .label		{ width: 50%; text-align: right; }
	.ctdl-item-extension.list-layout.table-style:not(.custom-label-width).align-center .data-row .data 		{ width: 50%; text-align: left; }
}   

.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row				{ flex-flow: row nowrap; }
.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .label		{ text-align: right; }
.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .data		{ text-align: left; }
@media screen and (max-width: 767px)
{ 
	.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .label	{ width: 50% !important; }
	.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .data 	{ width: 50% !important; }
} 
@media screen and (max-width: 599px)
{ 
	.ctdl-item-extension.list-layout.table-style.custom-label-width .data-row		{ flex-flow: row wrap; }
	.ctdl-item-extension.list-layout.table-style .data-row .label,
	.ctdl-item-extension.list-layout.table-style .data-row .data 					{ width: 100% !important;  }
	.ctdl-item-extension.list-layout.table-style .data-row .label					{ text-align: left; }
	.ctdl-item-extension.list-layout.table-style .data-row .data 					{ text-align: left; }
}
@media screen and (max-width: 399px)
{ 
	.ctdl-item-extension.list-layout:not(.table-style) .data-row .label,
	.ctdl-item-extension.list-layout:not(.table-style) .data-row .data  								{ display: block; }
	
	.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row				{ flex-flow: row wrap; }
	.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .label		{ width: 100% !important; }
	.ctdl-item-extension.list-layout.table-style.custom-label-width.align-center .data-row .data 		{ width: 100% !important; }
	.ctdl-item-extension.list-layout.table-style.align-center .data-row .label							{ text-align: center !important; }
	.ctdl-item-extension.list-layout.table-style.align-center .data-row .data 							{ text-align: center !important; }
} 

.wp-block-column .ctdl-item-extension.list-layout.table-style.align-center .data-row			{ flex-flow: column nowrap !important; }
.wp-block-column .ctdl-item-extension.list-layout.table-style.align-center .data-row .label		{ width: auto !important; text-align: center !important; flex: 1 1 auto; align-self: center; }
.wp-block-column .ctdl-item-extension.list-layout.table-style.align-center .data-row .data 		{ width: auto !important; text-align: center !important; }

.ctdl-item-extension.list-layout.table-style.align-center .data-row 		{ justify-content: center; }
.ctdl-item-extension.list-layout.table-style.align-right .data-row .label	{ text-align: left;  }

/*** Layout Box ***/

.ctdl-item-extension.box-layout	.citadela-block-articles-wrap	{ display: flex; margin-left: -8px; margin-right: -8px; flex-flow: row wrap; }
.ctdl-item-extension.box-layout .data-row 						{ flex: 1 1 200px; border: 1px solid #ccc; margin: 8px; padding: 15px 20px; box-sizing: border-box; }
.ctdl-item-extension.box-layout .data-row .label				{ display: block; margin-bottom: 0.5em; }
.ctdl-item-extension.box-layout .data-row .data					{ display: block; }

.ctdl-item-extension.box-layout.fix-width .data-row				{ flex: 0 1 200px; }

.ctdl-item-extension.box-layout.align-center .data-row .label,
.ctdl-item-extension.box-layout.align-center .data-row .data	{ margin-left: auto; margin-right: auto; }				
.ctdl-item-extension.box-layout.align-right .data-row .label	{ text-align: left; }
.ctdl-item-extension.box-layout.align-right .data-row .data		{ margin-left: auto; }

.ctdl-item-extension.box-layout.align-center .citadela-block-articles-wrap 	{ justify-content: center; }
.ctdl-item-extension.box-layout.align-right .citadela-block-articles-wrap 	{ justify-content: flex-end; }
/*
*	ITEM GALLERY: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-gallery.layout-default .citadela-block-articles-wrap						{ display: flex; flex-flow: row wrap; justify-content: flex-start; margin: 0px -8px; }
.ctdl-item-gallery.layout-default article											{ flex: 1 1 auto; display: flex; flex-direction: column; padding: 8px; box-sizing: border-box; margin-bottom: 0em; }

.ctdl-item-gallery.layout-default.image-vertical-align-top article					{ justify-content: flex-start; }
.ctdl-item-gallery.layout-default.image-vertical-align-center article				{ justify-content: center; align-self: center; }
.ctdl-item-gallery.layout-default.image-vertical-align-bottom article				{ justify-content: flex-end; margin-top: auto; }

.ctdl-item-gallery.layout-default .item-thumbnail 									{ position: relative; }
.ctdl-item-gallery.layout-default .item-thumbnail a 								{ display: block; text-decoration: none; color: currentColor; }
.ctdl-item-gallery.layout-default .item-thumbnail img								{ width: 100%; object-fit: cover; vertical-align: top; }

.ctdl-item-gallery.layout-default.custom-image-height .item-thumbnail img			{ max-height: none !important; }

.ctdl-item-gallery.layout-default.image-position-top-right .item-thumbnail img		{ object-position: top right; }
.ctdl-item-gallery.layout-default.image-position-top-center .item-thumbnail img		{ object-position: top center; }
.ctdl-item-gallery.layout-default.image-position-top-left .item-thumbnail img		{ object-position: top left; }			
.ctdl-item-gallery.layout-default.image-position-center-right .item-thumbnail img	{ object-position: center right; }
.ctdl-item-gallery.layout-default.image-position-center-center .item-thumbnail img	{ object-position: center center; }
.ctdl-item-gallery.layout-default.image-position-center-left .item-thumbnail img	{ object-position: center left; }
.ctdl-item-gallery.layout-default.image-position-bottom-right .item-thumbnail img	{ object-position: bottom right; }
.ctdl-item-gallery.layout-default.image-position-bottom-center .item-thumbnail img	{ object-position: bottom center; }
.ctdl-item-gallery.layout-default.image-position-bottom-left .item-thumbnail img	{ object-position: bottom left; }

.ctdl-item-gallery.layout-default .item-content .item-thumbnail .caption								{ font-size: 0.8em; padding: 5px 0px; }
.ctdl-item-gallery.layout-default.caption-under-image .item-content .item-thumbnail .caption			{ padding-bottom: 0; }
.ctdl-item-gallery.layout-default.caption-inside-image .item-content .item-thumbnail .caption 			{ opacity: 0; color: #ffffff; position: absolute; bottom: 0; left: 0; width: 100%; max-height: 100%; overflow: auto; background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent); padding: 20px 10px 10px 10px; box-sizing: border-box; transition: all 0.3s; text-align: center; font-weight: bolder; }
.ctdl-item-gallery.layout-default.caption-inside-image .item-content .item-thumbnail a:hover .caption   { opacity: 1; }

/*
*	ITEM EVENTS: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-item-events {}
.ctdl-item-events .citadela-event		{ margin-bottom: 2em; }

.ctdl-item-events .citadela-event-date  { margin-bottom: 0.5em; }
.ctdl-item-events .event-date-label		{ display: inline-block; vertical-align: top; background: #000000; color: #ffffff; font-size: 0.9em; font-weight: bold; text-transform: uppercase; padding: 5px 10px; }

.ctdl-item-events .citadela-event-thumbnail				{ display: none; }
.ctdl-item-events .citadela-event-datetime				{ font-size: 0.9em; }
.ctdl-item-events .citadela-event-title h3             			{ font-size: 1.4em; font-weight: bold; }
.ctdl-item-events .citadela-event-title .event-price:before    	{ content: "| "; opacity: 0.5; font-weight: 400; }

@media all and (min-width: 400px)
{
	.ctdl-item-events .citadela-event			{ display: flex; flex-flow: row nowrap; }
	.ctdl-item-events .citadela-event-date		{ flex: 0 0 auto; width: 90px; padding-right: 20px; margin: 0; }
	.ctdl-item-events .event-date-label			{ display: block; text-align: center; padding: 10px; }
	.ctdl-item-events .event-date-label > * 		{ display: block; }
	.ctdl-item-events .event-date-label > .month  	{ font-size: 0.9em; }
	.ctdl-item-events .event-date-label > .day  	{ font-size: 1.6em; }
	.ctdl-item-events .citadela-event-body  	{ flex: 1 1 auto; }
}
@media all and (min-width: 769px)
{
	.ctdl-item-events .citadela-event-body      { display: flex; flex-flow: row nowrap; }
	.ctdl-item-events .citadela-event-thumbnail	{ flex: 0 0 auto; display: block; order: 2; width: 150px; margin-left: 20px; }
	.ctdl-item-events .citadela-event-data		{ flex: 1 1 auto; order: 1; }
}


.ctdl-item-events:not(.show-item-description) .citadela-event-data		{ display: flex; flex-flow: column wrap; }
.ctdl-item-events:not(.show-item-description) .citadela-event-datetime	{ flex: 0 0 auto; order: 2; }
.ctdl-item-events:not(.show-item-description) .citadela-event-title     { flex: 0 0 auto; order: 1; }

/*
*	DIRECTORY SEARCH FORM: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-directory-search-form													{ margin-bottom: 1.5em; position: relative; color: #000000; }
.ctdl-directory-search-form.align-left .citadela-block-form,
.ctdl-directory-search-form.align-left.layout-collapsed .search-form		{ text-align: left; }
.ctdl-directory-search-form.align-center .citadela-block-form,
.ctdl-directory-search-form.align-center.layout-collapsed .search-form 		{ text-align: center; }
.ctdl-directory-search-form.align-right .citadela-block-form,
.ctdl-directory-search-form.align-right.layout-collapsed .search-form 		{ text-align: right; }
.ctdl-directory-search-form.align-left .search-form							{ justify-content: flex-start; }
.ctdl-directory-search-form.align-center .search-form 						{ justify-content: center; }
.ctdl-directory-search-form.align-right .search-form 						{ justify-content: flex-end; }

.ctdl-directory-search-form.align-justify .citadela-block-form              { margin-left: auto; margin-right: auto; }
.ctdl-directory-search-form.align-justify .search-form						{ display: flex; }
.ctdl-directory-search-form.align-justify .data-type-2 						{ flex: 0 1 auto; }

.ctdl-directory-search-form .search-form 	{ display: flex; flex-flow: wrap; font-size: 17px; line-height: 24px; margin-right: -3px; margin-left: -3px; }
.ctdl-directory-search-form .data-type-1 	{ flex: 1 1 auto; display: inline-block; vertical-align: top; max-width: 100%; }
.ctdl-directory-search-form .data-type-2 	{ flex: 1 1 auto; display: inline-block; vertical-align: top; max-width: 100%; display: flex; flex-flow: wrap; }
.ctdl-directory-search-form .data-submit 	{ flex: 0 1 auto; display: inline-block; vertical-align: top; max-width: 100%; }
.ctdl-directory-search-form .input-data		{ position: relative; }

.ctdl-directory-search-form .input-container				{ display: inline-block; margin-right: 3px; margin-left: 3px; margin-bottom: 6px; vertical-align: top; max-width: calc(100% - 6px); }
.ctdl-directory-search-form .input-container label			{ display: none; }
.ctdl-directory-search-form .input-container.keyword		{ display: block; width: auto; }      	
.ctdl-directory-search-form .input-container.category,
.ctdl-directory-search-form .input-container.location		{ flex: 1 1 auto; width: 200px; }
.ctdl-directory-search-form .input-container.sf-button		{ display: block; width: auto; }
  

.ctdl-directory-search-form .input-container.keyword input[type="text"]							{ width: 100%; height: 46px; margin: 0px !important; padding: 2px 10px 2px 10px; box-sizing: border-box; border: 1px solid #cccccc; }
.ctdl-directory-search-form .input-container.sf-button button									{ min-width: 150px; box-sizing: border-box; font-size: 16px; width: 100%; padding: 2px 16px 2px 16px; height: 46px; margin: 0px !important; cursor: pointer; }
.ctdl-directory-search-form .input-container .directory-search-form-select__control				{ }
.ctdl-directory-search-form .input-container .directory-search-form-select__value-container 	{ padding: 0px 8px; }
.ctdl-directory-search-form .input-container .directory-search-form-select__placeholder			{ max-width: 100%; margin-left: 0; margin-right: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 2px 10px; left: 0; top: 50%; }
.ctdl-directory-search-form .input-container .directory-search-form-select__indicator			{ cursor: pointer; }
.ctdl-directory-search-form .input-container .directory-search-form-select__loading-indicator   { display: none !important; }
.ctdl-directory-search-form .input-container .css-w8afj7-Input									{ max-width: 140px; }
.ctdl-directory-search-form .input-container .directory-search-form-select__input > input		{ height: 36px; margin: 0px !important; }
.ctdl-directory-search-form .input-container .directory-search-form-select__input,
.ctdl-directory-search-form .input-container .directory-search-form-select__input > input,
.ctdl-directory-search-form .input-container .directory-search-form-select__input > div         { max-width: 100%; }
.ctdl-directory-search-form .input-container .directory-search-form-select__input > div			{ text-overflow: ellipsis; }

.ctdl-directory-search-form .input-container input[type="text"],
.ctdl-directory-search-form .input-container .directory-search-form-select__control,
.ctdl-directory-search-form .input-container button													{ border-radius: 4px; }

.ctdl-directory-search-form .input-container.keyword input[type="text"],
.ctdl-directory-search-form .input-container .directory-search-form-select__control,
.ctdl-directory-search-form .input-container.sf-button button										{ border: 1px solid #cccccc; box-shadow: none; outline: none; }

.ctdl-directory-search-form .input-container.keyword input[type="text"]:focus,
.ctdl-directory-search-form .input-container .directory-search-form-select__control--is-focused,
.ctdl-directory-search-form .input-container.sf-button button:focus									{ border: 1px solid #cccccc; box-shadow: none; outline: none; }


/* DROPDOWN MENU */

.ctdl-directory-search-form .input-container .directory-search-form-select__menu					{ width: 180px; overflow: hidden; margin-top: 6px; margin-bottom: 6px; border-radius: 4px; border: 1px solid #cccccc; box-shadow: 0px 2px 15px rgba(0,0,0,0.1); }
.ctdl-directory-search-form .input-container .directory-search-form-select__menu-list  			 	{ padding-top: 0px; padding-bottom: 0px; font-size: 14px; }
.ctdl-directory-search-form .input-container .directory-search-form-select__option					{ cursor: pointer; }
.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-focused      { box-shadow: none; outline: none; }


/* GEOLOCATION */

.ctdl-directory-search-form .input-container.geolocation label							{ display: block; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); text-indent: -9999px; overflow: hidden; width: 46px; cursor: pointer; }
.ctdl-directory-search-form .input-container.geolocation label:before					{ content: "\f05b"; opacity: 0.5; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-indent: 0px; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 19px; }
.ctdl-directory-search-form .input-container.geolocation.input-enabled label:before     { opacity: 1; }

.ctdl-directory-search-form .input-container.geolocation .geolocation-toggle 					{ height: 46px; background: #ffffff; border: 1px solid #cccccc; border-radius: 4px; }
.ctdl-directory-search-form .input-container.geolocation.input-disabled .geolocation-toggle 	{ width: 46px; cursor: pointer; }

.ctdl-directory-search-form .input-container.geolocation .geolocation-radius 									{ width: 250px; max-width: calc(100vw - 40px); max-width: -webkit-calc(100vw - 40px); display: none; position: absolute; z-index: 1000; background: #ffffff; padding: 15px; margin-top: 6px; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0px 2px 15px rgba(0,0,0,0.1); }
.ctdl-directory-search-form .input-container.geolocation.input-enabled .radius-value 							{ line-height: 44px; margin: 0 15px 0 46px; }
.ctdl-directory-search-form.radius-opened .input-container.geolocation .geolocation-toggle						{ width: 250px; max-width: calc(100vw - 40px); max-width: -webkit-calc(100vw - 40px); }
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper					{ margin: 0px -5px; }
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper a					{ display: inline-block; vertical-align: middle; margin: 0px 5px 6px 5px; cursor: pointer; text-decoration: none; }
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper a:hover			{ text-decoration: underline; }
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius    { padding: 2px 10px; background: #000000; color: #ffffff; border-radius: 3px; }

.ctdl-directory-search-form.radius-opened .input-container.geolocation .geolocation-radius 		{ display: block; }
.ctdl-directory-search-form .input-container.geolocation .geolocation-disable-button 			{ display: none; position: absolute; top: 0; right: 0; width: 16px; -moz-transform: translate(0%, -25%); -webkit-transform: translate(0%, -25%); -ms-transform: translate(0%, -25%); transform: translate(0%, -25%); text-align: center; cursor: pointer; }
.ctdl-directory-search-form .input-container.geolocation .geolocation-disable-button:before 	{ font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 13px; content: "\f00d"; line-height: 16px; }

.ctdl-directory-search-form .input-container.geolocation.input-enabled .geolocation-toggle:hover ~ .geolocation-disable-button,
.ctdl-directory-search-form .input-container.geolocation.input-enabled .geolocation-disable-button:hover 		{ display: block; }


/* ADVANCED FILTERS in search form */   

.ctdl-directory-search-form.with-advanced-filters .ctdl-directory-advanced-filters.hidden-block 	{ display: none; }

.ctdl-directory-search-form .input-container.advanced-filters label									{ display: block; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); text-indent: -9999px; overflow: hidden; width: 46px; cursor: pointer; }
.ctdl-directory-search-form .input-container.advanced-filters label:before							{ content: "\f0b0"; opacity: 0.5; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-indent: 0px; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 19px; }
.ctdl-directory-search-form .input-container.advanced-filters.input-enabled label:before 			{ opacity: 1; }
.ctdl-directory-search-form .input-container.advanced-filters .filters-toggle 						{ width: 46px; height: 46px; background: #ffffff; border: 1px solid #cccccc; border-radius: 4px; cursor: pointer; }

.ctdl-directory-search-form .ctdl-directory-advanced-filters  										{ position: absolute; top: auto; left: 0; right: 0; background: #ffffff; color: #000000; padding: 20px; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0px 2px 15px rgba(0,0,0,0.1); }
.ctdl-directory-search-form .ctdl-directory-advanced-filters .citadela-block-header .title  		{ font-weight: bolder; color: #000000; margin-bottom: 0.5em; }
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper						{ margin: 0px -5px; font-size: 17px; line-height: 24px; }
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper a						{ display: inline-block; vertical-align: middle; margin: 0px 5px 6px 5px; cursor: pointer; text-decoration: none; }
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper a:hover				{ text-decoration: underline; }
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters		{ padding: 2px 10px; background: #000000; color: #ffffff; border-radius: 3px; }


/* SEARCH FORM in MAPS */

.ctdl-directory-google-map .ctdl-directory-search-form,
.ctdl-automatic-directory-google-map .ctdl-directory-search-form										{ margin-left: 20px; margin-right: 20px; margin-top: 1.5em; }
.ctdl-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form,
.ctdl-automatic-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form  	{ max-width: 1200px; }


.ctdl-directory-google-map > *,
.ctdl-automatic-directory-google-map > *													{ position: relative; }
.ctdl-directory-google-map:not(.outside-search-form) .ctdl-directory-search-form,
.ctdl-automatic-directory-google-map:not(.outside-search-form) .ctdl-directory-search-form	{ position: absolute; bottom: 40px; left: 0; right: 0; margin: 0; padding: 0; margin: 0px 60px; }

     
/* BACKGROUND settings */

.ctdl-directory-search-form.has-background	.citadela-block-form								{ padding: 20px; }
.ctdl-directory-search-form.has-background.layout-collapsed	.citadela-block-form				{ padding-bottom: 14px; }
.ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form      { padding: 20px 20px 14px 20px;}



/*
*	POSTS SEARCH FORM: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-posts-search-form														{ margin-bottom: 1.5em; position: relative; color: #000000; }
.ctdl-posts-search-form.align-left .citadela-block-form,
.ctdl-posts-search-form.align-left.layout-collapsed .search-form			{ text-align: left; }
.ctdl-posts-search-form.align-center .citadela-block-form,
.ctdl-posts-search-form.align-center.layout-collapsed .search-form 			{ text-align: center; }
.ctdl-posts-search-form.align-right .citadela-block-form,
.ctdl-posts-search-form.align-right.layout-collapsed .search-form 			{ text-align: right; }
.ctdl-posts-search-form.align-left .search-form								{ justify-content: flex-start; }
.ctdl-posts-search-form.align-center .search-form 							{ justify-content: center; }
.ctdl-posts-search-form.align-right .search-form 							{ justify-content: flex-end; }

.ctdl-posts-search-form.align-justify .citadela-block-form             		{ margin-left: auto; margin-right: auto; }
.ctdl-posts-search-form.align-justify .search-form							{ display: flex; }
.ctdl-posts-search-form.align-justify .data-type-2 							{ flex: 0 1 auto; }

.ctdl-posts-search-form .search-form 		{ display: flex; flex-flow: wrap; font-size: 17px; line-height: 24px; margin-right: -3px; margin-left: -3px; }
.ctdl-posts-search-form .data-type-1 		{ flex: 1 1 auto; display: inline-block; vertical-align: top; max-width: 100%; }
.ctdl-posts-search-form .data-type-2 		{ flex: 1 1 auto; display: inline-block; vertical-align: top; max-width: 100%; display: flex; flex-flow: wrap; }
.ctdl-posts-search-form .data-submit 		{ flex: 0 1 auto; display: inline-block; vertical-align: top; max-width: 100%; }
.ctdl-posts-search-form .input-data			{ position: relative; }

.ctdl-posts-search-form .input-container					{ display: inline-block; margin-right: 3px; margin-left: 3px; margin-bottom: 6px; vertical-align: top; max-width: calc(100% - 6px); }
.ctdl-posts-search-form .input-container label				{ display: none; }
.ctdl-posts-search-form .input-container.keyword			{ display: block; width: auto; }      	
.ctdl-posts-search-form .input-container.category,
.ctdl-posts-search-form .input-container.location			{ flex: 1 1 auto; width: 200px; }
.ctdl-posts-search-form .input-container.sf-button			{ display: block; width: auto; }


.ctdl-posts-search-form .input-container.keyword input[type="text"]								{ width: 100%; height: 46px; margin: 0px !important; padding: 2px 10px 2px 10px; box-sizing: border-box; border: 1px solid #cccccc; }
.ctdl-posts-search-form .input-container.sf-button button										{ min-width: 150px; box-sizing: border-box; font-size: 16px; width: 100%; padding: 2px 16px 2px 16px; height: 46px; margin: 0px !important; cursor: pointer; }

.ctdl-posts-search-form .input-container .directory-search-form-select__value-container 		{ padding: 0px 8px; }
.ctdl-posts-search-form .input-container .directory-search-form-select__placeholder				{ max-width: 100%; margin-left: 0; margin-right: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 2px 10px; left: 0; top: 50%; }
.ctdl-posts-search-form .input-container .directory-search-form-select__indicator				{ cursor: pointer; }
.ctdl-posts-search-form .input-container .directory-search-form-select__loading-indicator   	{ display: none !important; }
.ctdl-posts-search-form .input-container .css-w8afj7-Input										{ max-width: 140px; }
.ctdl-posts-search-form .input-container .directory-search-form-select__input > input			{ height: 36px; margin: 0px !important; }
.ctdl-posts-search-form .input-container .directory-search-form-select__input,
.ctdl-posts-search-form .input-container .directory-search-form-select__input > input,
.ctdl-posts-search-form .input-container .directory-search-form-select__input > div         	{ max-width: 100%; }
.ctdl-posts-search-form .input-container .directory-search-form-select__input > div				{ text-overflow: ellipsis; }

.ctdl-posts-search-form .input-container input[type="text"],
.ctdl-posts-search-form .input-container .directory-search-form-select__control,
.ctdl-posts-search-form .input-container button														{ border-radius: 4px; }

.ctdl-posts-search-form .input-container.keyword input[type="text"],
.ctdl-posts-search-form .input-container .directory-search-form-select__control,
.ctdl-posts-search-form .input-container.sf-button button											{ border: 1px solid #cccccc; box-shadow: none; outline: none; }

.ctdl-posts-search-form .input-container.keyword input[type="text"]:focus,
.ctdl-posts-search-form .input-container .directory-search-form-select__control--is-focused,
.ctdl-posts-search-form .input-container.sf-button button:focus										{ border: 1px solid #cccccc; box-shadow: none; outline: none; }


/* DROPDOWN MENU */

.ctdl-posts-search-form .input-container .directory-search-form-select__menu						{ width: 180px; overflow: hidden; margin-top: 6px; margin-bottom: 6px; border-radius: 4px; border: 1px solid #cccccc; box-shadow: 0px 2px 15px rgba(0,0,0,0.1); }
.ctdl-posts-search-form .input-container .directory-search-form-select__menu-list  			 		{ padding-top: 0px; padding-bottom: 0px; font-size: 14px; }
.ctdl-posts-search-form .input-container .directory-search-form-select__option						{ cursor: pointer; }
.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-focused      	{ box-shadow: none; outline: none; }


/* GEOLOCATION */

.ctdl-posts-search-form .input-container.geolocation label								{ display: block; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); text-indent: -9999px; overflow: hidden; width: 46px; cursor: pointer; }
.ctdl-posts-search-form .input-container.geolocation label:before						{ content: "\f05b"; opacity: 0.5; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-indent: 0px; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 19px; }
.ctdl-posts-search-form .input-container.geolocation.input-enabled label:before     	{ opacity: 1; }

.ctdl-posts-search-form .input-container.geolocation .geolocation-toggle 						{ height: 46px; background: #ffffff; border: 1px solid #cccccc; border-radius: 4px; }
.ctdl-posts-search-form .input-container.geolocation.input-disabled .geolocation-toggle 		{ width: 46px; cursor: pointer; }

.ctdl-posts-search-form .input-container.geolocation .geolocation-radius 										{ width: 250px; max-width: calc(100vw - 40px); max-width: -webkit-calc(100vw - 40px); display: none; position: absolute; z-index: 1000; background: #ffffff; padding: 15px; margin-top: 6px; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0px 2px 15px rgba(0,0,0,0.1); }
.ctdl-posts-search-form .input-container.geolocation.input-enabled .radius-value 								{ line-height: 44px; margin: 0 15px 0 46px; }
.ctdl-posts-search-form.radius-opened .input-container.geolocation .geolocation-toggle							{ width: 250px; max-width: calc(100vw - 40px); max-width: -webkit-calc(100vw - 40px); }
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper						{ margin: 0px -5px; }
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper a						{ display: inline-block; vertical-align: middle; margin: 0px 5px 6px 5px; cursor: pointer; text-decoration: none; }
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper a:hover				{ text-decoration: underline; }
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius    	{ padding: 2px 10px; background: #000000; color: #ffffff; border-radius: 3px; }

.ctdl-posts-search-form.radius-opened .input-container.geolocation .geolocation-radius 			{ display: block; }
.ctdl-posts-search-form .input-container.geolocation .geolocation-disable-button 				{ display: none; position: absolute; top: 0; right: 0; width: 16px; -moz-transform: translate(0%, -25%); -webkit-transform: translate(0%, -25%); -ms-transform: translate(0%, -25%); transform: translate(0%, -25%); text-align: center; cursor: pointer; }
.ctdl-posts-search-form .input-container.geolocation .geolocation-disable-button:before 		{ font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 13px; content: "\f00d"; line-height: 16px; }

.ctdl-posts-search-form .input-container.geolocation.input-enabled .geolocation-toggle:hover ~ .geolocation-disable-button,
.ctdl-posts-search-form .input-container.geolocation.input-enabled .geolocation-disable-button:hover 			{ display: block; }


/* SEARCH FORM in MAPS */

.ctdl-posts-map .ctdl-posts-search-form,
.ctdl-automatic-posts-map .ctdl-posts-search-form														{ margin-left: 20px; margin-right: 20px; margin-top: 1.5em; }
.ctdl-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form,
.ctdl-automatic-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form  					{ max-width: 1200px; }


.ctdl-posts-map > *,
.ctdl-automatic-posts-map > *																{ position: relative; }
.ctdl-posts-map:not(.outside-search-form) .ctdl-posts-search-form,
.ctdl-automatic-posts-map:not(.outside-search-form) .ctdl-posts-search-form					{ position: absolute; bottom: 40px; left: 0; right: 0; margin: 0; padding: 0; margin: 0px 60px; }


/* BACKGROUND settings */

.ctdl-posts-search-form.has-background	.citadela-block-form									{ padding: 20px; }
.ctdl-posts-search-form.has-background.layout-collapsed	.citadela-block-form					{ padding-bottom: 14px; }
.ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form      	{ padding: 20px 20px 14px 20px;}





.ctdl-posts-search-results.layout-simple article				{ margin-bottom: 3em; }
.ctdl-posts-search-results.layout-simple .entry-header			{ margin-bottom: 1.5em; }
.ctdl-posts-search-results.layout-simple .entry-header h2		{ margin-bottom: 0; }
.ctdl-posts-search-results.layout-simple .post-thumbnail		{ vertical-align: top; margin-bottom: 1.5em; display: block; }
.ctdl-posts-search-results.layout-simple .post-thumbnail img	{ vertical-align: top; }
.ctdl-posts-search-results.layout-simple .entry-content,
.ctdl-posts-search-results.layout-simple .entry-summary			{ margin-top: 0; }
.ctdl-posts-search-results.layout-simple .entry-footer			{ margin-top: 1.5em; }
.ctdl-posts-search-results.layout-simple .entry-footer > span	{ display: block; }

/*
*	DEFAULT SEARCH RESULTS: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-default-search-results article							{ margin: 0px 0px 3em 0px; }
.ctdl-default-search-results .item-thumbnail					{ display: none; }
.ctdl-default-search-results .item-thumbnail img 				{ width: 100%; vertical-align: top; object-fit: cover; }
.ctdl-default-search-results .item-title a						{ text-decoration: none; }
.ctdl-default-search-results .item-title .post-title			{ font-size: 1.4em; line-height: 1.3; color: #000000; }
.ctdl-default-search-results .item-description					{ font-size: 0.9em; margin-top: 1em; }
.ctdl-default-search-results .item-description p				{ display: inline; }
.ctdl-default-search-results .item-description .more          	{ text-transform: lowercase; display: inline; max-width: 100%; }
.ctdl-default-search-results .item-description .more:before		{ content: "[ "; }
.ctdl-default-search-results .item-description .more:after		{ content: " ]"; }

.ctdl-default-search-results .item-footer							{ font-size: 0.9em; }
.ctdl-default-search-results .item-data 							{ border-top: 1px solid #cccccc; padding: 0.5em 0; }
.ctdl-default-search-results .item-data:first-child					{ margin-top: 1.5em; }
.ctdl-default-search-results .item-data .label						{ font-weight: 700; }
.ctdl-default-search-results .item-data .label:after				{ content: ":"; }
.ctdl-default-search-results .item-data .value:after				{ content: ","; }
.ctdl-default-search-results .item-data .value:last-child:after		{ content: ""; }

@media all and (min-width: 600px)
{
	.ctdl-default-search-results.layout-list .item-content					{ display: flex; flex-flow: row nowrap; }
	.ctdl-default-search-results.layout-list .item-content .item-thumbnail 	{ flex: 0 0 auto; order: 2; display: block; width: 100px; margin-left: 30px; }
	.ctdl-default-search-results.layout-list .item-content .item-body		{ flex: 1 1 auto; order: 1; }
}

.ctdl-default-search-results .no-results		{ text-align: center; }
/*
*	ADVANCED FILTERS: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-directory-advanced-filters {}

.ctdl-directory-advanced-filters .data-row 			{ margin-bottom: 0.5em; }
.ctdl-directory-advanced-filters .filters-heading   { font-weight: bolder; margin-bottom: 0.5em; color: #000000; }

.ctdl-directory-advanced-filters.align-left			{ text-align: left; }
.ctdl-directory-advanced-filters.align-center		{ text-align: center; }
.ctdl-directory-advanced-filters .data-row			{ text-align: left; }	

@media screen and (min-width: 400px)
{
	.ctdl-directory-advanced-filters.align-right	{ text-align: right; }
}


.ctdl-directory-advanced-filters .filter-container input { display: none; }

.ctdl-directory-advanced-filters .data-row.type-checkbox .filter-container,
.ctdl-directory-advanced-filters .data-row.type-select .filter-container,
.ctdl-directory-advanced-filters .data-row.type-citadela_multiselect .filter-container 	{ cursor: pointer; }

.ctdl-directory-advanced-filters .filter-container									{ position: relative; line-height: 1.3; margin-bottom: 0.3em; }
.ctdl-directory-advanced-filters .filter-container .filter-checkbox 				{ display: inline-block; width: 1.25em; height: 1.25em; border: 1px solid #cccccc; background: #ffffff; color: #000000; position: absolute; left: 0; top: 0; box-sizing: border-box; }
.ctdl-directory-advanced-filters .filter-container .filter-checkbox > i 			{ opacity: 0;  width: 100%; text-align: center; vertical-align: middle; margin-top: -4px; font-size: 0.75em; }
.ctdl-directory-advanced-filters .filter-container.selected .filter-checkbox > i 	{ opacity: 1; }
.ctdl-directory-advanced-filters .filter-container .filter-label 					{ display: block; margin-left: 1.8em; }


/*** Submit Button ***/

.ctdl-directory-advanced-filters .submit-button-wrapper											{ overflow: hidden; }
.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button							{ margin-top: 0.5rem; margin-bottom: 1.5rem; }
.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button > a						{ background: #000000; color: #ffffff; border-radius: 4px; line-height: 1.3; cursor: pointer; display: inline-block; max-width: 100%; height: auto; text-align: center; white-space: normal; box-sizing: border-box; vertical-align: top; transition: all 0.3s; }
.ctdl-directory-advanced-filters .submit-button-wrapper.small-button-style .submit-button > a 	{ padding: 6px 20px; font-size: 14px; }
.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button > a 	{ padding: 12px 30px; font-size: 18px; }

.ctdl-directory-advanced-filters.advanced-header.opened .submit-button-wrapper .submit-button > a 				{ opacity: 1; }
.ctdl-directory-advanced-filters.advanced-header:not(.opened) .submit-button-wrapper .submit-button > a 		{ opacity: 0; }

/*** Layout Box ***/

.ctdl-directory-advanced-filters.box-layout	.citadela-block-articles-wrap	{ display: flex; margin-left: -8px; margin-right: -8px; flex-flow: row wrap; }
.ctdl-directory-advanced-filters.box-layout .data-row 						{ flex: 1 1 auto; margin: 0px 8px 0px 8px; box-sizing: border-box; }
.ctdl-directory-advanced-filters.box-layout .data-row .label				{ display: block; margin-bottom: 0.5em; }
.ctdl-directory-advanced-filters.box-layout .data-row .data					{ display: block; }

.ctdl-directory-advanced-filters.box-layout.fix-width .data-row				{ flex: 0 1 200px; }

.ctdl-directory-advanced-filters.box-layout.align-center .data-row .label,
.ctdl-directory-advanced-filters.box-layout.align-center .data-row .data	{ margin-left: auto; margin-right: auto; }				
.ctdl-directory-advanced-filters.box-layout.align-right .data-row .label	{ text-align: left; }
.ctdl-directory-advanced-filters.box-layout.align-right .data-row .data		{ margin-left: auto; }

.ctdl-directory-advanced-filters.box-layout.align-center .citadela-block-articles-wrap 	{ justify-content: center; }
.ctdl-directory-advanced-filters.box-layout.align-right .citadela-block-articles-wrap 	{ justify-content: flex-end; }


/*** NOT PRO features ***/

body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.box-layout .data-row     		{ border: 1px solid #cccccc; padding: 15px 20px; margin-bottom: 16px; }
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.list-layout .data-row			{ margin-bottom: 1.5rem; }
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.list-layout .filters-heading	{ border-bottom: 1px solid #cccccc; padding-bottom: 0.5em; margin-bottom: 0.8em; }

/*** PRO features ***/

.ctdl-directory-advanced-filters.lines-type-none .data-row,
.ctdl-directory-advanced-filters.lines-type-filter-heading .data-row			{ margin-bottom: 1.5rem; }
.ctdl-directory-advanced-filters.lines-type-filter-group .data-row				{ border: 1px solid #cccccc; padding: 15px 20px; margin-bottom: 16px; }

.ctdl-directory-advanced-filters.lines-type-filter-heading .filters-heading		{ border-bottom: 1px solid #cccccc; padding-bottom: 0.5em; margin-bottom: 0.8em; }

.ctdl-directory-advanced-filters.lines-type-none:not(.custom-data-background-color) .submit-button-wrapper .submit-button,
.ctdl-directory-advanced-filters.lines-type-filter-heading:not(.custom-data-background-color) .submit-button-wrapper .submit-button { margin-top: 0; }

.ctdl-directory-advanced-filters.custom-data-background-color .data-row			{ padding: 15px 20px; margin-bottom: 16px; }


/*** Advanced header ***/

.ctdl-directory-advanced-filters.advanced-header h2,
.ctdl-directory-advanced-filters.advanced-header h3			{ margin: 0; font-size: 1em; font-weight: bolder; padding: 15px 60px 15px 0; color: currentColor; }
.ctdl-directory-advanced-filters.advanced-header h2:before,
.ctdl-directory-advanced-filters.advanced-header h2:after	{ display: none; }

.ctdl-directory-advanced-filters.advanced-header .citadela-block-header												{ margin-bottom: 1em; min-height: 40px; position: relative; color: #000000; text-align: left; }
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.box-layout  .citadela-block-header   	{ padding: 0px 0px 0px 20px; border: 1px solid #cccccc; }
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.list-layout  .citadela-block-header	{ padding: 0px; border-bottom: 1px solid #cccccc; margin-bottom: 1.5em;  }

.ctdl-directory-advanced-filters.advanced-header.custom-header-background-color .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.header-border-type-full .citadela-block-header      		{ padding: 0px 0px 0px 20px;  }
.ctdl-directory-advanced-filters.advanced-header.header-border-type-full .citadela-block-header				{ border: 1px solid #cccccc; }

.ctdl-directory-advanced-filters.advanced-header.header-border-type-bottom .citadela-block-header           								{ border-bottom: 1px solid #cccccc; }
.ctdl-directory-advanced-filters.advanced-header.header-border-type-bottom:not(.custom-header-background-color) .citadela-block-header      {  }

.ctdl-directory-advanced-filters.advanced-header .header-toggle									{ display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 50px; cursor: pointer; }
.ctdl-directory-advanced-filters.advanced-header .header-toggle .toggle-arrow        			{ display: block; position: absolute; top: 50%; left: 50%; font-size: 1.2em; width: 1.24em; height: 1.24em; line-height: 1.24em; margin: -0.62em 0px 0px -0.62em; text-align: center; }
.ctdl-directory-advanced-filters.advanced-header .header-toggle .toggle-arrow:before			{ content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; display: inline-block; transition: transform 0.3s;  }
.ctdl-directory-advanced-filters.advanced-header.opened .header-toggle .toggle-arrow:before     { transform: rotate(180deg); }


/*
*	AUTHORS LIST: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-authors-list	{}

.ctdl-authors-list .item-content		{ height: 100%; border: 1px solid #cccccc; background-color: #ffffff;  }
.ctdl-authors-list .item-thumbnail		{ position: relative; padding: 0px 20px; text-align: center; min-height: 110px; }
.ctdl-authors-list .author-cover		{ position: absolute; top: 0; left: 0; width: 100%; height: 100px; }
.ctdl-authors-list .author-cover img    { object-fit: cover; vertical-align: top; width: 100%; height: 100%; }
.ctdl-authors-list .author-icon         { display: inline-block; vertical-align: top; margin-top: 40px; width: 80px; border-radius: 100%; padding: 4px; position: relative; z-index: 10; background-color: #ffffff; }
.ctdl-authors-list .author-icon img		{ vertical-align: top; width: auto; height: auto; max-width: 100%; border-radius: 100%; }

.ctdl-authors-list .author-posts-number	{ position: absolute; top: 0; right: 0; font-size: 0.7em; padding: 3px 10px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-weight: 700; }

.ctdl-authors-list .item-body			{ padding: 10px 20px 30px 20px; text-align: center; }
.ctdl-authors-list .item-title			{ font-size: 1.2em; line-height: 1.3; font-weight: bolder; color: #000000; }
.ctdl-authors-list .item-description	{ font-size: 0.8em; margin-top: 0.7em; }
.ctdl-authors-list .item-posts-link		{ font-size: 0.9em; margin-top: 0.7em; }

.ctdl-authors-list:not(.show-posts-number) .item-thumbnail	{ min-height: 95px; }		
.ctdl-authors-list:not(.show-posts-number) .author-cover    { height: 85px; }
.ctdl-authors-list:not(.show-posts-number) .author-icon 	{ margin-top: 25px; }

.ctdl-authors-list:not(.show-author-cover):not(.show-author-icon) .item-thumbnail							{ min-height: 0px; padding-bottom: 30px; }
.ctdl-authors-list:not(.show-author-cover):not(.show-author-icon):not(.show-posts-number) .item-thumbnail	{ padding-bottom: 20px; }
/*
*	AUTHOR DETAIL: Citadela Block CSS styles for both frontend and editor screen
*/

.ctdl-author-detail							{ margin-bottom: 2rem; }
.ctdl-author-detail .item-thumbnail 		{ position: relative; border: 1px solid #cccccc; padding: 20px; }
.ctdl-author-detail .author-cover 			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; }
.ctdl-author-detail .author-cover img   	{ position: absolute; object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.ctdl-author-detail .author-cover:before    { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent); z-index: 5; }
.ctdl-author-detail .item-body				{ margin-top: 20px; }

.ctdl-author-detail .author-posts-number    { font-size: 0.8em; font-weight: bold; position: absolute; right: 20px; top: -1.25em; z-index: 10; background: #ffffff; padding: 5px 10px; color: #000000; }
.ctdl-author-detail .author-info			{  }
.ctdl-author-detail .author-icon			{ width: 64px; margin: 0px 0px 10px 0px; }
.ctdl-author-detail .author-icon img    	{ width: 100%; vertical-align: top; border-radius: 100%; }
.ctdl-author-detail .author-name			{ font-size: 1.6em; font-weight: 700; color: #000000; }

.ctdl-author-detail.show-author-cover .has-cover .item-thumbnail		{ border: none; }
.ctdl-author-detail.show-author-cover .has-cover .author-posts-number	{ top: 20px; }
.ctdl-author-detail.show-author-cover .has-cover .author-info			{ position: relative; z-index: 10; }
.ctdl-author-detail.show-author-cover .has-cover .author-icon           { width: 104px; padding: 4px; background: #ffffff; }
.ctdl-author-detail.show-author-cover .has-cover .author-icon img		{ border-radius: 0%; }
.ctdl-author-detail.show-author-cover .has-cover .author-name           { color: #ffffff; align-self: flex-end; }

@media all and (min-width: 400px)
{
	.ctdl-author-detail .author-cover 			{ position: relative; height: 0; padding: 40% 0 0 0; } 
	
	.ctdl-author-detail .author-info			{ display: flex; flex-flow: row nowrap;  }
	.ctdl-author-detail .author-icon			{ flex: 0 0 auto; margin: 0px 20px 0px 0px; }
	.ctdl-author-detail .author-name			{ flex: 1 1 auto; align-self: center; }
	
	.ctdl-author-detail.show-author-cover .has-cover .item-thumbnail	{ padding: 0; }
	.ctdl-author-detail.show-author-cover .has-cover .author-info		{ position: absolute; left: 20px; bottom: 20px; z-index: 10; max-width: calc(100% - 40px); }
}
