/*
Theme Name: cen_modified
Theme URI: https://themegrill.com/themes/cenote/
Author: Themegrill
Author URI: https://themegrill.com
Description: Cenote is beautifully designed clean WordPress blog theme. Easy to setup and has a nice set of features that make your site stand out. It is suitable for personal, fashion, food, travel, business, professional, niche and any kind of blogging sites. Comes with various demos for various purposes, which you can easily import with the help of ThemeGrill Demo Importer plugin.
Version: 1.4.1
Tested up to: 6.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: cenote
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, post-formats, editor-style, custom-background, custom-colors, custom-header, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, rtl-language-support, e-commerce

cenote is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
*
* TABLE OF CONTENT
*
* # Reset
* # Typography
* # Elements
* # Froms
* # Navigations
* # Modules
# Accessibility
# Alignments
# Clearings
* # Header
* # Widgets
* # Content
# Posts and Pages
# Asides
# Comments
* # Footer
* # Media
# captions
# galleries
* # Media Queriess
# Mobile
# Tablets
# Computers
* # Print
*
*/
/* ------------------------------------------------------------------------- *
 * ZMIENNE CSS GLOBALNE DLA MOTYWU Z OBSŁUGĄ TRYBU CIEMNEGO                 *
 * ------------------------------------------------------------------------- */
:root {
	/* Podstawowe kolory jasne (Default Motywu) */
	--bg-primary: #ffffff;
	--bg-secondary: #f8f9fa;
	--bg-tertiary: #f1f3f5;
	--text-primary: #16181a;
	--text-secondary: #363b40;
	--text-muted: #868e96;
	--border-color: #dee2e6;
	--border-light: #f1f3f5;

	/* Kolory Akcentujące / Motywu */
	--accent-color: #de7b85;
	--accent-hover: #c46b74;
	--header-dark: #16181a;

	/* Dodatki UI */
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
	--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
	--shadow-hero: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.dark-mode {
	/* Klasyczny Ciemny Tryb wzorowany na profesjonalnym minimalizmie Github/Discord */
	--bg-primary: #0d1117;
	/* Główny background */
	--bg-secondary: #161b22;
	/* Kontenery, Karty, Boxy, Widgets */
	--bg-tertiary: #21262d;
	/* Subtelne wyodrębnienia np w komentarzach */

	--text-primary: #e6edf3;
	/* Podstawowy, kontrastowy font dla body */
	--text-secondary: #cfd6dd;
	/* Znaczniki p, sub-headery */
	--text-muted: #8b949e;
	/* Meta, detale czasowe, małe buttony */

	--border-color: #30363d;
	/* Kreski rozdzielające posty/moduły */
	--border-light: #21262d;
	/* Najlżejsze kreski obramowania np tagów */

	--accent-color: #f78166;
	--accent-hover: #ff9e87;

	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
	--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.4);
	--shadow-hero: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
}


/* Przejścia zmiany trybów na reszcie strony */
body,
.hentry,
.tg-site-header,
.tg-site-footer,
.widget,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.cenote-sticky-main,
.tg-header-bottom,
.comments-area {
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/*=============================================
=            Normalize            =
=============================================*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--text-primary);
	background-color: var(--bg-tertiary);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*=============================================
=            Body Typography            =
=============================================*/
body {
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-size: 16px;
	color: var(--text-secondary);
}

p {
	margin: 0 0 10px;
	line-height: 1.8;
}

blockquote {
	text-align: center;
	background: var(--bg-primary);
	padding: 20px 40px;
	margin: 0;
	position: relative;
}

blockquote::before,
blockquote::after {
	position: absolute;
	content: "\f114";
	font-family: themegrill-icons;
	display: block;
	top: 10px;
	left: 20px;
}

blockquote::after {
	content: "\f115";
	top: auto;
	left: auto;
	right: 20px;
	bottom: 10px;
}

blockquote cite {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	margin-top: 20px;
}

blockquote cite::before {
	content: "";
	background-color: var(--text-secondary);
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

code {
	background-color: var(--bg-tertiary);
	padding: 0.125em 0.25em;
}

pre {
	background-color: var(--bg-secondary);
	padding: 20px;
}

.entry-content {
	line-height: 1.8;
}

.entry-content p {
	line-height: inherit;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Catamaran", helvetica, arial, sans-serif;
	color: var(--text-primary);
	font-weight: 700;
	line-height: 1.4;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.313rem;
}

h6 {
	font-size: 1.125rem;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: var(--bg-primary);
	/* Fallback for when there is no custom background color defined. */
}

hr,
.wp-block-separator {
	background-color: #e0e0e0;
	border: 0;
	height: 1px;
	margin-bottom: 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. */
}

/*=============================================
=            Common CSS Style            =
=============================================*/
.entry-footer .tags-links a,
.widget_tag_cloud .tagcloud a {
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 6px 14px;
	border: 1px solid var(--border-color);
	display: inline-flex;
	margin-bottom: 8px;
	margin-right: 4px;
	font-weight: 500;
	border-radius: 20px;
	transition: all 0.2s ease;
	letter-spacing: 0.03em;
}

.entry-footer .tags-links a:hover,
.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background: var(--accent-color, #de7b85);
	border-color: var(--accent-color, #de7b85);
}

.post-format-media--gallery .swiper-button-next,
.post-format-media--gallery .swiper-button-prev,
.tg-slider .swiper-button-next,
.tg-slider .swiper-button-prev {
	position: absolute;
	top: calc(50% - 2px);
	background-image: unset;
	opacity: 1;
	background-color: var(--accent-color);
	height: auto;
	width: auto;
	padding: 15px;
	right: 40px;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
}

.post-format-media--gallery .swiper-button-next::before,
.post-format-media--gallery .swiper-button-prev::before,
.tg-slider .swiper-button-next::before,
.tg-slider .swiper-button-prev::before {
	content: "\f103";
	font-family: themegrill-icons;
	display: block;
	color: var(--bg-primary);
	font-size: 9px;
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s transform cubic-bezier(0.06, 0.84, 1, 0.9), 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
}

.post-format-media--gallery .swiper-button-next:focus,
.post-format-media--gallery .swiper-button-prev:focus,
.tg-slider .swiper-button-next:focus,
.tg-slider .swiper-button-prev:focus {
	outline: none;
}

.post-format-media--gallery .swiper-button-prev,
.tg-slider .swiper-button-prev {
	right: auto;
	left: 40px;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.post-format-media--gallery .swiper-button-prev::before,
.tg-slider .swiper-button-prev::before {
	content: "\f102";
}

.post-format-media--gallery .swiper-button-next,
.tg-slider .swiper-button-next {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.post-format-media--gallery:hover .swiper-button-prev,
.tg-slider:hover .swiper-button-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.post-format-media--gallery:hover .swiper-button-prev:hover,
.tg-slider:hover .swiper-button-prev:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.post-format-media--gallery:hover .swiper-button-prev:hover::before,
.tg-slider:hover .swiper-button-prev:hover::before {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.post-format-media--gallery:hover .swiper-button-next,
.tg-slider:hover .swiper-button-next {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.post-format-media--gallery:hover .swiper-button-next:hover,
.tg-slider:hover .swiper-button-next:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.post-format-media--gallery:hover .swiper-button-next:hover::before,
.tg-slider:hover .swiper-button-next:hover::before {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.tg-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.tg-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.tg-container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.tg-container {
		max-width: 1160px;
	}
}

.tg-container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tg-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tg-flex-item-centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-flex-row {
	margin-left: -10px;
	margin-right: -10px;
}

.layout-site--boxed #page {
	margin: 20px auto;
	/* 	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

@media (min-width: 768px) {
	.layout-site--boxed #page {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.layout-site--boxed #page {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.layout-site--boxed #page {
		max-width: 1270px;
	}
}

.tg-archive-col--2 .site-main,
.tg-archive-col--3 .site-main {
	margin-left: -20px;
	margin-right: -20px;
}

.tg-archive-col--2 article,
.tg-archive-col--3 article {
	padding-left: 20px;
	padding-right: 20px;
}

.tg-archive-col--2 article {
	width: 50%;
}

.tg-archive-col--3 article {
	width: 33.33%;
}

.tg-slider {
	position: relative;
}

.tg-slider figure {
	display: none;
}

.tg-slider img {
	display: block;
}

.tg-slider .tg-container {
	height: 100%;
}

.tg-slider .tg-slider-container {
	text-align: center;
	margin: auto;
}

.tg-slider .tg-slider-container .tg-slide-title {
	margin: 0 auto 20px;
}

.tg-slider.tg-post-slider {
	overflow: hidden;
	padding: 60px 0 0;
}

.tg-slider.tg-post-slider .tg-container {
	position: relative;
	visibility: visible;
}

.tg-slider.tg-post-slider .tg-container .swiper-container {
	overflow: visible;
}

.tg-slider.tg-post-slider .tg-container .tg-slider-container {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-slider.tg-post-slider .tg-container .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tg-slider.tg-post-slider .tg-container .entry-title {
	margin: 0;
	color: var(--bg-primary);
}

.tg-slider.tg-post-slider .tg-container .entry-title a {
	color: inherit;
}

.tg-slider.tg-post-slider .tg-container .entry-meta {
	margin: 0 auto;
}

.tg-slider.tg-post-slider .tg-container .cat-links a,
.tg-slider.tg-post-slider .tg-container .posted-on a {
	color: var(--bg-primary);
}

.tg-slider.tg-post-slider .tg-container .cat-links a:hover,
.tg-slider.tg-post-slider .tg-container .posted-on a:hover {
	color: var(--accent-color);
}

.tg-slider.tg-post-slider .tg-container .cat-seperator {
	color: var(--bg-primary);
}

.tg-slider.tg-post-slider .tg-container .posted-on::before {
	background-color: var(--bg-primary);
}

.tg-slider.tg-post-slider.tg-post-slider--carousel {
	/* 	background-color: var(--bg-secondary); */
	background-color: #000000;
	padding: 60px 0;
}

.tg-slider.tg-post-slider.tg-post-slider--carousel .swiper-slide {
	max-width: 300px;
	height: 250px;
}

/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
	margin: 0 0 1.6rem 1.6rem;
	padding-left: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.fade-in-up {
	-webkit-animation: fadeInUp both 1s;
	animation: fadeInUp both 1s;
}

/*=============================================
=            Table            =
=============================================*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td,
table .wp-block-table th,
table .wp-block-table td {
	text-align: left;
	border: 1px solid #e9ecef;
	padding: 1em;
}

.entry-content table a {
	text-decoration: none;
	color: var(--text-secondary);
}

.entry-content table a:hover {
	color: var(--accent-color);
}

.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.search-form label {
	position: relative;
}

.search-form label::before {
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	display: block;
	content: "\f117";
	font-family: themegrill-icons;
	font-size: 14px;
	color: #adb5bd;
}

.search-form .search-field {
	-webkit-appearance: textarea;
	font-size: 14px;
	color: #adb5bd;
}

.search-form .search-field::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field:-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field::-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field::placeholder {
	color: inherit;
	font-size: inherit;
}

.cenote-search-form {
	background-color: var(--bg-primary);
	/* margin: auto 10%; */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	-webkit-animation: zoom-in 0.2s ease-in-out;
	animation: zoom-in 0.2s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	padding: 0 40px;
}

.cenote-search-form .tg-container {
	position: relative;
}

.cenote-search-form .search-form {
	margin-top: 40vh;
}

.cenote-search-form .search-form label {
	margin-bottom: 30px;
	display: block;
}

.cenote-search-form .search-form label::before {
	display: none;
}

.cenote-search-form input[type="search"] {
	border-bottom: 2px solid var(--text-secondary);
	border-top: none transparent;
	border-left: none transparent;
	border-right: none transparent;
	width: 100%;
	font-size: 20px;
	font-style: italic;
	color: var(--text-primary);
}

.cenote-search-form input[type="search"]::-webkit-input-placeholder {
	color: inherit;
}

.cenote-search-form input[type="search"]:-ms-input-placeholder {
	color: inherit;
}

.cenote-search-form input[type="search"]::-ms-input-placeholder {
	color: inherit;
}

.cenote-search-form input[type="search"]::placeholder {
	color: inherit;
}

.cenote-search-form.cenote-search-form--opened {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.cenote-search-form .search-submit {
	padding: 15px 25px;
	display: none;
	margin-bottom: 20px;
}

.cenote-search-form .search-form-close {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	top: 60px;
	right: 60px;
	cursor: pointer;
}

.cenote-search-form .search-form-close::before,
.cenote-search-form .search-form-close::after {
	content: "";
	display: block;
	height: 3px;
	background-color: var(--text-primary);
	-webkit-transform: translate3d(0, 20px, 0) rotate(45deg);
	transform: translate3d(0, 20px, 0) rotate(45deg);
}

.cenote-search-form .search-form-close::after {
	-webkit-transform: translate3d(0, 17px, 0) rotate(-45deg);
	transform: translate3d(0, 17px, 0) rotate(-45deg);
}

.woocommerce.tg-archive-style--big-block .site-main {
	display: inherit;
}

.tg-archive-style--big-block .site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-archive-style--big-block article:first-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.tg-archive-style--masonry .site-main {
	margin-left: 0;
	margin-right: 0;
}

.tg-archive-style--masonry .cenote-content-masonry {
	margin-left: -20px;
	margin-right: -20px;
}

.tg-archive-style--masonry .cenote-content-masonry.cenote-content-masonry--animated article {
	-webkit-animation: fadeInUp both 0.5s;
	animation: fadeInUp both 0.5s;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.tg-archive-style--big-block article .post-thumbnail,
.tg-archive-style--masonry article .post-thumbnail {
	margin-bottom: 30px;
}

.tg-archive-style--big-block .pagination,
.tg-archive-style--masonry .pagination {
	margin: 30px 20px 0;
}

.archive .page-header {
	margin-top: 20px;
	/*background-color: var(--border-color);*/
	background-color: black;
	padding: 40px 0;
	position: relative;
}

.archive .page-header .page-title {
	margin: 0;
	color: white;
	font-size: 2.25rem;
}

.archive .page-header .archive-description {
	margin-top: 10px;
	font-size: 14px;
	color: var(--bg-secondary);
}

.archive .page-header .archive-description p {
	margin-bottom: 0;
}

.entry-content .first-child .cenote-drop-cap {
	font-size: 84px;
	color: inherit;
	font-weight: 700;
	float: left;
	vertical-align: top;
	line-height: 70px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);
}

/*----------  Infinite loader  ----------*/
.infinite-scroll #infinite-handle {
	border-top: 1px solid var(--bg-tertiary);
}

.infinite-scroll #infinite-handle span {
	background: none;
	padding: 0;
}

.infinite-scroll #infinite-handle span button {
	text-transform: capitalize;
	color: var(--text-primary);
	padding: 10px 0;
	font-weight: 700;
}

.infinite-scroll .cenote-content-masonry #infinite-handle {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.infinite-scroll .pagination {
	display: none;
}

.cenote-header-media {
	background-size: cover;
}

.cenote-header-media img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.cenote-header-media .tg-container {
	padding: 5% 0;
	min-height: 500px;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

.cenote-header-media .cenote-header-media-info {
	background-color: var(--bg-secondary);
	padding: 60px 40px;
	z-index: 9;
	width: 650px;
}

.cenote-header-media .cenote-header-media__title {
	font-size: 2.25rem;
	margin-top: 0;
	margin-bottom: 20px;
}

.cenote-header-media .cenote-header-media__text {
	margin-bottom: 60px;
	font-size: 1.125rem;
}

.cenote-header-media .cenote-header-media__button {
	position: relative;
	display: inline-block;
}

.cenote-header-media .cenote-header-media__button::after {
	content: "\f103"
		/*rtl:"\f102"*/
	;
	font-family: themegrill-icons;
	font-size: 9px;
	margin-left: 10px;
	display: inline-block;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media-wrap,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media-wrap {
	padding: 10%;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media-info,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media-info {
	text-align: center;
	background-color: rgba(248, 249, 250, 0.7);
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__title,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__title {
	margin-bottom: 40px;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button {
	position: relative;
	font-size: 14px;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button::after,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button::after {
	-webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
	transition: 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
	transition: 0.3s transform cubic-bezier(0.19, 0.1, 0.22, 1);
	transition: 0.3s transform cubic-bezier(0.19, 0.1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
	color: var(--text-primary);
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button:hover::after,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button:hover::after {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.post-format-media--link {
	background-color: var(--accent-color);
	padding: 40px;
	margin-bottom: 20px;
}

.post-format-media--link .post-format-title {
	margin: 0;
	font-size: 2.25rem;
	color: var(--bg-primary);
	display: inline-block;
}

.post-format-media--link .post-format-title::after {
	font-family: "Font Awesome 5 Free";
	padding-left: 10px;
	content: "\f0c1";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: 900;
}

.format-quote blockquote {
	padding: 80px 90px;
	margin-bottom: 30px;
	font-size: 1.125rem;
}

.format-quote blockquote::before {
	left: 60px;
	top: 60px;
}

.format-quote blockquote::after {
	right: 60px;
	bottom: 60px;
}

.format-quote blockquote p {
	margin-bottom: 0;
}

.post-format-media--video,
.post-format-media--audio {
	margin-bottom: 15px;
}

.post-format-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.post-format-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-video iframe,
.format-audio iframe {
	width: 100%;
}

.format-video .entry-content iframe,
.format-audio .entry-content iframe {
	display: none;
}

.format-audio iframe {
	height: 200px;
}

.widget_calendar caption {
	text-align: left;
}

.post-format-media--gallery {
	position: relative;
	padding: 20px;
	background-color: #f7f7f7;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-format-media--gallery .swiper-button-next,
.post-format-media--gallery .swiper-button-prev {
	position: absolute;
	top: calc(50% - 2px);
	background-image: none;
	background-color: var(--accent-color);
	height: auto;
	width: auto;
	padding: 15px;
	right: 40px;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
	transition: transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.3, 1.8, 0.5, 1);
}

.post-format-media--gallery .swiper-button-next::before,
.post-format-media--gallery .swiper-button-prev::before {
	content: "\f103";
	font-family: themegrill-icons;
	display: block;
	color: var(--bg-primary);
	font-size: 9px;
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s transform cubic-bezier(0.06, 0.84, 1, 0.9);
	transition: 0.2s transform cubic-bezier(0.06, 0.84, 1, 0.9), 0.2s -webkit-transform cubic-bezier(0.06, 0.84, 1, 0.9);
}

.post-format-media--gallery .swiper-button-next:focus,
.post-format-media--gallery .swiper-button-prev:focus {
	outline: none;
}

.post-format-media--gallery .swiper-button-prev {
	right: auto;
	left: 40px;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.post-format-media--gallery .swiper-button-prev::before {
	content: "\f102";
}

.post-format-media--gallery .swiper-button-next {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.post-format-media--gallery:hover .swiper-button-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.post-format-media--gallery:hover .swiper-button-prev:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.post-format-media--gallery:hover .swiper-button-prev:hover::before {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.post-format-media--gallery:hover .swiper-button-next {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.post-format-media--gallery:hover .swiper-button-next:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.post-format-media--gallery:hover .swiper-button-next:hover::before {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.format-gallery .entry-content .gallery {
	display: none;
}

.blog.tg-archive-style--masonry .format-quote blockquote,
.blog.tg-archive-style--big-block .format-quote:not(:first-child) blockquote,
.archive.tg-archive-style--masonry .format-quote blockquote,
.archive.tg-archive-style--big-block .format-quote:not(:first-child) blockquote {
	padding: 30px 45px;
}

.blog.tg-archive-style--masonry .format-quote blockquote::before,
.blog.tg-archive-style--big-block .format-quote:not(:first-child) blockquote::before,
.archive.tg-archive-style--masonry .format-quote blockquote::before,
.archive.tg-archive-style--big-block .format-quote:not(:first-child) blockquote::before {
	font-size: 16px;
	left: 25px;
	top: 20px;
}

.blog.tg-archive-style--masonry .format-quote blockquote::after,
.blog.tg-archive-style--big-block .format-quote:not(:first-child) blockquote::after,
.archive.tg-archive-style--masonry .format-quote blockquote::after,
.archive.tg-archive-style--big-block .format-quote:not(:first-child) blockquote::after {
	font-size: 16px;
	right: 25px;
	bottom: 20px;
}

.blog.tg-archive-style--masonry .format-gallery .post-format-media--gallery,
.blog.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery,
.archive.tg-archive-style--masonry .format-gallery .post-format-media--gallery,
.archive.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery {
	padding: 10px;
}

.blog.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-next,
.blog.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-prev,
.blog.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-next,
.blog.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-prev,
.archive.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-next,
.archive.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-prev,
.archive.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-next,
.archive.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-prev {
	padding: 10px;
}

.blog.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-next::before,
.blog.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-prev::before,
.blog.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-next::before,
.blog.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-prev::before,
.archive.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-next::before,
.archive.tg-archive-style--masonry .format-gallery .post-format-media--gallery .swiper-button-prev::before,
.archive.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-next::before,
.archive.tg-archive-style--big-block .format-gallery:not(:first-child) .post-format-media--gallery .swiper-button-prev::before {
	font-size: 8px;
}

.blog.tg-archive-style--masonry .format-link .post-format-media--link,
.blog.tg-archive-style--big-block .format-link:not(:first-child) .post-format-media--link,
.archive.tg-archive-style--masonry .format-link .post-format-media--link,
.archive.tg-archive-style--big-block .format-link:not(:first-child) .post-format-media--link {
	padding: 20px;
}

.blog.tg-archive-style--masonry .format-link .post-format-media--link .post-format-title,
.blog.tg-archive-style--big-block .format-link:not(:first-child) .post-format-media--link .post-format-title,
.archive.tg-archive-style--masonry .format-link .post-format-media--link .post-format-title,
.archive.tg-archive-style--big-block .format-link:not(:first-child) .post-format-media--link .post-format-title {
	font-size: 21px;
}

.admin-bar .cenote-header-sticky.cenote-sticky-header--not-top {
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
}

.admin-bar .cenote-search-form {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .cenote-header-sticky.cenote-sticky-header--not-top {
		-webkit-transform: translateY(46px);
		transform: translateY(46px);
	}

	.admin-bar .cenote-mobile-navigation,
	.admin-bar .cenote-search-form {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .cenote-header-sticky.cenote-sticky-header--not-top {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.admin-bar .cenote-search-form {
		top: 0;
	}
}

/*=============================================
=            Links            =
=============================================*/
a {
	color: var(--text-primary);
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: var(--accent-color);
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a {
	color: var(--accent-color);
	text-decoration: underline;
}

/*=============================================
=            Menus            =
=============================================*/
.tg-site-menu--default ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-menu--default ul ul {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	z-index: 99999;
	background-color: var(--bg-primary);
	width: 200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	opacity: 0;
	visibility: hidden;
	text-align: left;
}

.tg-site-menu--default ul ul ul {
	left: 100%;
	margin-left: 0;
	top: 0;
}

.tg-site-menu--default ul ul li.page_item_has_children>a::after,
.tg-site-menu--default ul ul li.menu-item-has-children>a::after {
	position: absolute;
	content: "\f105"
		/*rtl:"\f104"*/
	;
	right: 15px;
	line-height: 1.2;
}

.tg-site-menu--default ul ul li:hover>ul,
.tg-site-menu--default ul ul li.focus>ul {
	left: 100%;
}

.tg-site-menu--default ul ul a {
	font-size: 14px;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 20px;
	border-bottom: 1px solid var(--bg-tertiary);
}

.tg-site-menu--default ul li:hover>ul,
.tg-site-menu--default ul li.focus>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tg-site-menu--default li {
	position: relative;
}

.tg-site-menu--default li.page_item_has_children>a::after,
.tg-site-menu--default li.menu-item-has-children>a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	font-weight: 900;
}

.tg-site-menu--default li.focus>a {
	color: var(--accent-color);
}

.tg-site-menu--default a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding: 15px 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}

.tg-site-menu--default .current_page_item>a,
.tg-site-menu--default .current-menu-item>a,
.tg-site-menu--default .current_page_ancestor>a,
.tg-site-menu--default .current-menu-ancestor>a {
	font-weight: 600;
	/*border-bottom-color: var(--text-primary); */
}

.tg-site-menu--default ul.sub-menu .current_page_item>a,
.tg-site-menu--default ul.sub-menu .current-menu-item>a,
.tg-site-menu--default ul.sub-menu .current_page_ancestor>a,
.tg-site-menu--default ul.sub-menu .current-menu-ancestor>a {
	border-bottom-color: var(--bg-tertiary);
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	margin-bottom: 60px;
}

.post-navigation .nav-links {
	gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	padding: 24px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 12px;
	border: 1px solid var(--border-light, #f1f3f5);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px) !important;
}

.post-navigation .nav-previous .nav-links__label,
.post-navigation .nav-next .nav-links__label {
	padding: 4px 14px;
	border-radius: 20px;
	background: rgba(222, 123, 133, 0.1);
	color: var(--accent-color, #de7b85);
	font-size: 11px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 50%;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1), -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: block;
	font-size: 1.313rem;
	font-weight: 500;
}

.comment-navigation .nav-previous .nav-links__label,
.comment-navigation .nav-next .nav-links__label,
.posts-navigation .nav-previous .nav-links__label,
.posts-navigation .nav-next .nav-links__label {
	display: block;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	margin-bottom: 5px;
}

.comment-navigation .nav-previous .nav-links__label::before,
.comment-navigation .nav-previous .nav-links__label::after,
.comment-navigation .nav-next .nav-links__label::before,
.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::before,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::before,
.post-navigation .nav-next .nav-links__label::after {
	content: "";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	-webkit-transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
}

.comment-navigation .nav-previous:hover .nav-links__label::before,
.comment-navigation .nav-previous:hover .nav-links__label::after,
.comment-navigation .nav-next:hover .nav-links__label::before,
.comment-navigation .nav-next:hover .nav-links__label::after,
.posts-navigation .nav-previous:hover .nav-links__label::before,
.posts-navigation .nav-previous:hover .nav-links__label::after,
.posts-navigation .nav-next:hover .nav-links__label::before,
.posts-navigation .nav-next:hover .nav-links__label::after,
.post-navigation .nav-previous:hover .nav-links__label::before,
.post-navigation .nav-previous:hover .nav-links__label::after,
.post-navigation .nav-next:hover .nav-links__label::before,
.post-navigation .nav-next:hover .nav-links__label::after {
	font-size: 0;
}

.comment-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::before {
	content: "\f102"
		/*rtl:"\f103"*/
	;
	margin-right: 10px;
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.comment-navigation .nav-previous:hover .nav-links__label,
.posts-navigation .nav-previous:hover .nav-links__label,
.post-navigation .nav-previous:hover .nav-links__label {
	-webkit-transform: none;
	transform: none;
}

.comment-navigation .nav-next:hover .nav-links__label,
.posts-navigation .nav-next:hover .nav-links__label,
.post-navigation .nav-next:hover .nav-links__label {
	-webkit-transform: none;
	transform: none;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::after {
	content: "\f103"
		/*rtl:"\f102"*/
	;
	margin-left: 10px;
}

.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.comment-navigation .nav-next:hover .nav-links__label,
.posts-navigation .nav-next:hover .nav-links__label,
.post-navigation .nav-next:hover .nav-links__label {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.tg-social-menu {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.tg-social-menu li {
	margin-right: 15px;
}

.tg-social-menu li:last-child {
	margin-right: 0;
}

.tg-social-menu li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
}

.tg-header-action-menu {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 15px 0;
}

.tg-header-action-menu li {
	margin-left: 15px;
	cursor: pointer;
	color: var(--text-primary);
	position: relative;
}

.tg-header-action-menu li i {
	font-size: 16px;
}

.tg-header-action-menu li.tg-menu-toggle,
.tg-header-action-menu li.tg-mobile-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 20px;
}

.tg-header-action-menu li.tg-menu-toggle::before,
.tg-header-action-menu li.tg-menu-toggle::after,
.tg-header-action-menu li.tg-mobile-menu-toggle::before,
.tg-header-action-menu li.tg-mobile-menu-toggle::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background-color: var(--text-primary);
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
	transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
	transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
	transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
}

.tg-header-action-menu li.tg-menu-toggle::after,
.tg-header-action-menu li.tg-mobile-menu-toggle::after {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.tg-header-action-menu li.tg-menu-toggle span,
.tg-header-action-menu li.tg-mobile-menu-toggle span {
	width: 100%;
	height: 2px;
	display: block;
	margin: 3px 0;
	background-color: var(--text-primary);
	-webkit-transition: 0.3s background-color ease;
	transition: 0.3s background-color ease;
}

.tg-header-action-menu li.tg-mobile-menu-toggle {
	display: none;
}

.tg-header-action-menu li.tg-menu-toggle--opened,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened {
	z-index: 9999;
}

.tg-header-action-menu li.tg-menu-toggle--opened span,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.tg-header-action-menu li.tg-menu-toggle--opened::before,
.tg-header-action-menu li.tg-menu-toggle--opened::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::before,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-webkit-transform: rotate(45deg) translateX(1px);
	transform: rotate(45deg) translateX(1px);
}

.tg-header-action-menu li.tg-menu-toggle--opened::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
	-webkit-transform: rotate(45deg) translateX(-1px);
	transform: rotate(45deg) translateX(-1px);
}

.tg-header-action-menu li.tg-menu-toggle--opened:hover::before,
.tg-header-action-menu li.tg-menu-toggle--opened:hover::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::before,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::after {
	width: 50%;
}

.cenote-breadcrumb {
	padding: 14px 20px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 10px;
	margin-bottom: 10px;
	border: 1px solid var(--border-light, #f1f3f5);
}

.cenote-breadcrumb ul {
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	align-items: center;
}

.cenote-breadcrumb li {
	padding-right: 25px;
	margin-right: 10px;
	position: relative;
}

.cenote-breadcrumb li::before {
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
	content: "\f103";
	font-size: 6px;
	display: block;
	font-family: themegrill-icons;
	color: var(--text-muted);
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.cenote-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.cenote-breadcrumb li:last-child::before {
	display: none;
}

.cenote-breadcrumb a {
	font-size: 14px;
	color: var(--text-muted);
	transition: color 0.2s ease;
}

.cenote-breadcrumb a:hover {
	color: var(--accent-color);
}

.cenote-breadcrumb span {
	font-size: 14px;
}

.cenote-mobile-navigation {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: var(--bg-primary);
	width: 300px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.35s -webkit-transform ease;
	transition: 0.35s -webkit-transform ease;
	transition: 0.35s transform ease;
	transition: 0.35s transform ease, 0.35s -webkit-transform ease;
	padding: 20px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.cenote-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cenote-mobile-navigation li {
	position: relative;
}

.cenote-mobile-navigation li.page_item_has_children>span::after,
.cenote-mobile-navigation li.menu-item-has-children>span::after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f107";
	display: block;
	right: 0;
	top: 10px;
	font-size: 20px;
	background-color: transparent;
	font-weight: 900;
}

.cenote-mobile-navigation li.page_item_has_children.focus>ul,
.cenote-mobile-navigation li.menu-item-has-children.focus>ul {
	max-height: 500px;
	visibility: visible;
	opacity: 1;
}

.cenote-mobile-navigation li.page_item_has_children.focus>span::after,
.cenote-mobile-navigation li.menu-item-has-children.focus>span::after {
	content: "\f106";
}

.cenote-mobile-navigation li.page_item_has_children ul,
.cenote-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cenote-mobile-navigation li.current_page_item>a,
.cenote-mobile-navigation li.current-menu-item>a,
.cenote-mobile-navigation li.current_page_ancestor>a,
.cenote-mobile-navigation li.current-menu-ancestor>a {
	font-weight: 700;
}

.cenote-mobile-navigation.cenote-mobile-navigation--opened {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.cenote-mobile-navigation a {
	display: block;
	padding: 15px 0;
	position: relative;
	font-size: 14px;
}

.cenote-mobile-navigation a::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #51585f;
	bottom: 0;
	-webkit-transition: 1.5s background-color ease;
	transition: 1.5s background-color ease;
}

.cenote-mobile-navigation a:hover {
	color: inherit;
}

.pagination {
	margin-top: 80px;
	border-top: 1px solid var(--bg-tertiary);
	padding: 30px 0;
	width: 100%;
	font-size: 14px;
}

.pagination .page-numbers {
	color: var(--text-muted);
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
}

.pagination .page-numbers {
	text-decoration: none;
	margin-right: 10px;
	color: var(--text-primary);
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--bg-secondary, #f8f9fa);
	border: 1px solid var(--border-light, #f1f3f5);
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s ease;
}

.pagination .page-numbers.current {
	background: var(--accent-color, #de7b85);
	color: #fff;
	border-color: var(--accent-color, #de7b85);
}

.pagination .page-numbers:hover:not(.current) {
	background: var(--accent-color, #de7b85);
	color: #fff;
	border-color: var(--accent-color, #de7b85);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(222, 123, 133, 0.25);
}

.pagination .page-numbers.prev {
	padding-left: 20px;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::after {
	content: "\f102";
	display: inline-block;
	position: relative;
	font-family: themegrill-icons;
	font-size: 12px;
	transition: 0.3s transform cubic-bezier(0.19, 0.1, 0.22, 1);
	left: -4px;
	top: 0;
}

.pagination .page-numbers.next {
	padding-right: 20px;
}

.pagination .page-numbers.next::after {
	content: "\f103";
	left: 4px;
}

.pagination .page-numbers:hover.prev::before {
	transform: translateX(-4px);
}

.pagination .page-numbers:hover.next::after {
	transform: translateX(4px);
}

.entry-content .page-links {
	margin-top: 60px;
	border-top: 1px solid var(--border-light, #f1f3f5);
	padding: 30px 0;
	font-size: 14px;
}

.entry-content .page-links a {
	font-weight: 700;
	color: var(--text-muted);
	padding: 6px 12px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-content .page-links a:hover {
	color: #fff;
	background: var(--accent-color, #de7b85);
}

.wp-social-link svg {
	color: var(--bg-primary);
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 14px;
	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;
}

.tg-flex-left {
	margin-right: auto;
}

.tg-flex-right {
	margin-left: 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 {
	display: table;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/*=============================================
=            Button            =
=============================================*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: var(--text-primary);
	color: var(--bg-primary);
	font-size: 14px;
	line-height: 1;
	padding: 20px;
	text-transform: uppercase;
	font-family: "Roboto", helvetica, arial, sans-serif;
	letter-spacing: 1px;
	outline: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--accent-color);
	color: var(--bg-primary);
}

.button:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="reset"]:hover::after,
input[type="submit"]:hover::after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.button-arrow::after {
	content: "\f103";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	margin-left: 10px;
	-webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wp-block-button.is-style-fill .wp-block-button__link {
	text-decoration: none;
	color: var(--bg-primary);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #000000;
	text-decoration: none;
}

textarea {
	width: 100%;
}

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: var(--text-primary);
	border: 1px solid var(--border-color);
	padding: 15px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

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: #51585f;
	outline: none;
	border-color: #343a40;
}

select {
	border: 1px solid var(--border-color);
}

/*=============================================
=            Header            =
=============================================*/
/*----------  Site branding  ----------*/
.site-branding {
	margin: 0 auto;
	text-align: center;
}

.site-branding .custom-logo-link {
	display: block;
	margin-bottom: 30px;
}

.site-branding .site-title {
	font-family: "Catamaran", helvetica, arial, sans-serif;
	font-size: 1.313rem;
	font-weight: 700;
	margin: 0 0 10px;
}

.site-branding .site-description {
	margin: 0 0 30px;
	font-size: 14px;
}

.site-branding img {
	margin: 0 auto;
}

.tg-site-header {
	/*----------  Header top  ----------*/
	/*----------  Header bottom  ----------*/
	/*----------  Header Styles  ----------*/
	/* Header style bordered */
	/* Header style left */
}

.tg-site-header .tg-header-top {
	background: var(--text-primary);
	padding: 10px 0;
}

.tg-site-header .tg-header-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
}

.tg-site-header .tg-header-top ul li {
	margin-right: 15px;
}

.tg-site-header .tg-header-top ul li a {
	text-decoration: none;
	color: var(--bg-primary);
	font-size: 14px;
}

.tg-site-header .tg-header-top ul li a:hover {
	color: var(--accent-color);
}

.tg-site-header .tg-header-top ul li:last-child {
	margin-right: 0;
}

.tg-site-header .tg-header-top ul li:hover {
	color: var(--accent-color);
}

.tg-site-header .tg-header-bottom .header-bottom-top {
	padding: 30px 0 0;
}

.tg-site-header .tg-header-bottom .header-bottom-bottom .tg-container {
	padding: 20px 0;
}

.tg-site-header .tg-header-bottom .tg-header-action-navigation,
.tg-site-header .tg-header-bottom .tg-social-menu-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tg-site-header .tg-header-bottom .main-navigation {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
}

.tg-site-header .tg-header-bottom .tg-header-action-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header.tg-site-header--bordered .tg-header-bottom .header-bottom-bottom .tg-container {
	padding: 10px 0;
	border-top: 2px solid var(--border-color);
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding {
	text-align: left;
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .site-title {
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding img {
	margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .custom-logo-link {
	margin-bottom: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-header.tg-site-header--left .tg-header-bottom ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-header-action-navigation,
.tg-site-header.tg-site-header--left .tg-header-bottom .tg-social-menu-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

/*----------  Sticky Header  ----------*/
.cenote-header-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	background-color: #FFFFFF;
	/* 	background-color: #ced4da; */
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/* When not in top */
	/* On Single page */
}

.cenote-header-sticky .main-navigation li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cenote-header-sticky .main-navigation li ul a {
	padding: 15px 20px;
}

.cenote-header-sticky.cenote-sticky-header--not-top {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cenote-header-sticky.cenote-header-sticky--single {
	max-height: 49px;
	overflow: hidden;
}

.cenote-header-sticky.cenote-header-sticky--single.visible {
	overflow: hidden;
}

.cenote-header-sticky.cenote-header-sticky--single .sticky-header-slide {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar {
	padding: 13px 0;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
	margin-right: auto;
	/* 	font-size: 18px; */
	font-size: 14px;
}

.cenote-header-sticky.cenote-header-sticky--single.cenote-sticky-header--pinned .sticky-header-slide {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.error404 #primary {
	width: 100%;
}

.error404 .error-img {
	margin: 0 auto 50px;
	max-width: 500px;
}

.error404 .error-404 {
	text-align: center;
}

.error404 .page-title {
	font-size: 2.25rem;
	margin: 0 0 20px;
}

.error404 .page-content p {
	color: #adb5bd;
	font-size: 1.125rem;
	font-weight: 500;
}

.error404 .page-content a {
	text-decoration: none;
}

.error404 .error-404__search .search-form {
	margin-top: 30px;
}

.error404 .error-404__search .search-form label {
	display: block;
	width: 400px;
	margin: 0 auto;
}

.error404 .error-404__search .search-form label input {
	width: 100%;
}

.error404 .error-404__search .search-form .search-submit {
	display: none;
}

.site-content {
	margin-top: 80px;
	margin-bottom: 80px;
}

#primary {
	width: 70%;
}

#secondary {
	width: 30%;
}

.layout--right-sidebar #primary {
	padding-right: 40px;
}

.layout--right-sidebar #secondary {
	padding-left: 40px;
}

.layout--no-sidebar #primary {
	width: 100%;
}

.layout--no-sidebar #secondary {
	display: none;
}

.layout--left-sidebar .site-content .tg-flex-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.layout--left-sidebar #primary {
	padding-left: 40px;
}

.layout--left-sidebar #secondary {
	padding-right: 40px;
}

/* Sticky Sidebar */
.widget-area--sticky {
	will-change: min-height;
}

.widget-area--sticky .inner-wrapper-sticky {
	position: relative;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	/* fFor browser don't support translate3d */
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.widget-area--sticky .widget {
	margin: 0;
	padding-bottom: 60px;
}

/*=============================================
=            Widgets            =
=============================================*/
.widget {
	margin: 0 0 30px;
	padding: 24px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	border: 1px solid var(--border-light, #f1f3f5);
}

.widget ul {
	margin: 0;
	line-height: 1.6;
	list-style: none;
	padding: 0;
}

.widget ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.widget ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 6px;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.widget ul li a:hover {
	background: rgba(222, 123, 133, 0.06);
	color: var(--accent-color);
	transform: translateX(4px);
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	border-radius: 8px;
}

.widget .widget-title {
	font-size: 0.8rem;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--text-primary);
	letter-spacing: 0.08em;
	padding-left: 14px;
	border-left: 3px solid var(--accent-color, #de7b85);
}

.widget .widget-title::after {
	display: none;
}

/* Search Widget */
.widget_search .search-form {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.widget_search label {
	width: 100%;
	flex: 1;
}

.widget_search .search-field,
.widget_search .search-submit {
	padding: 12px 16px;
}

.widget_search .search-submit {
	display: block;
	font-size: 12px;
	border-radius: 8px;
	background: var(--accent-color, #de7b85);
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease;
}

.widget_search .search-submit:hover {
	background: var(--accent-hover, #c46b74);
}

.widget_search .search-field {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--border-light, #f1f3f5);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.widget_search .search-field:focus {
	border-color: var(--accent-color, #de7b85);
	box-shadow: 0 0 0 3px rgba(222, 123, 133, 0.15);
	outline: none;
}

.tg_widget_recent_posts ul,
.tg-post-ribbon ul {
	margin: 0;
}

.tg_widget_recent_posts ul li,
.tg-post-ribbon ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tg_widget_recent_posts ul li:hover,
.tg-post-ribbon ul li:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tg_widget_recent_posts ul li a:hover,
.tg-post-ribbon ul li a:hover {
	-webkit-transform: none;
	transform: none;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail,
.tg-post-ribbon ul li .tg-post-thumbnail {
	padding-right: 20px;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail img,
.tg-post-ribbon ul li .tg-post-thumbnail img {
	max-width: 70px;
}

.tg_widget_recent_posts ul li .tg-post-info a,
.tg-post-ribbon ul li .tg-post-info a {
	font-size: 14px;
	font-weight: 700;
}

.tg_widget_recent_posts ul li .tg-post-info .post-date,
.tg-post-ribbon ul li .tg-post-info .post-date {
	margin-top: 5px;
	display: inline-block;
	font-size: 12px;
	color: var(--text-muted);
}

.tg-post-ribbon {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	padding: 50px 0 40px;
	position: relative;
	overflow: hidden;
}

.tg-post-ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at 20% 50%, rgba(222, 123, 133, 0.08) 0%, transparent 60%);
	pointer-events: none;
}

.tg-post-ribbon ul {
	margin: 0 -10px;
	position: relative;
	z-index: 1;
}

.tg-post-ribbon ul li {
	padding-right: 10px;
	padding-left: 10px;
	width: 25%;
	margin-bottom: 10px;
}

.tg-post-ribbon ul li > a,
.tg-post-ribbon ul li .tg-post-info {
	position: relative;
}

.tg-post-ribbon ul li .tg-post-thumbnail img {
	border-radius: 8px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.tg-post-ribbon ul li:hover .tg-post-thumbnail img {
	transform: scale(1.05);
	opacity: 0.9;
}

.tg-post-ribbon ul li .tg-post-info .tg-post-title {
	color: #fff;
	margin-bottom: 8px;
	display: block;
	transition: color 0.2s ease;
}

.tg-post-ribbon ul li .tg-post-info .tg-post-title:hover {
	color: var(--accent-color, #de7b85);
}

.tg-post-ribbon ul li .tg-post-info .post-date {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.widget_calendar caption {
	margin-bottom: 1.5em;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 10px;
}

.widget_recent_comments ul li {
	color: var(--text-muted);
}

.widget_media_gallery .gallery-item {
	margin: 0;
}

/*=============================================
=            Posts and Pages            =
=============================================*/
img {
	margin-bottom: 0;
}

.sticky {
	display: block;
}

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

.page-links {
	clear: both;
}

.hentry {
	margin-bottom: 40px;
	line-height: 1.6;
	padding: 5px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
	border: 1px solid var(--border-light, #f1f3f5);
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hentry:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

.entry-thumbnail {
	position: relative;
	display: block;
	margin-bottom: 0;
	background-color: #000;
	overflow: hidden;
}

.entry-thumbnail img {
	transition: opacity 0.3s ease, transform 0.4s ease;
	object-fit: cover;
	display: block;
	width: 100%;
}

.hentry:hover .entry-thumbnail img {
	transform: scale(1.03);
}

.entry-thumbnail .post-thumbnail__letter {
	position: absolute;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	font-size: 120px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.entry-thumbnail:hover img {
	opacity: 0.6;
}

.entry-thumbnail:hover .post-thumbnail__letter {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cat-links .cat-seperator {
	margin: 0 5px;
}

.tg-top-cat .cat-links {
	font-size: 12px;
}

.tg-top-cat .cat-links a {
	text-transform: uppercase;
	display: inline-block;
	color: var(--accent-color);
}

.tg-top-cat .cat-links a:hover {
	color: var(--text-secondary);
}

.entry-content {
	margin-bottom: 18px;
	padding: 0 28px;
}

.entry-header {
	padding: 0 28px;
}

.entry-title {
	margin: 0 0 10px;
	font-size: 1.313rem;
}

.entry-title a {
	transition: color 0.2s ease;
}

.entry-title a:hover {
	color: var(--accent-color, #de7b85);
}

.entry-meta {
	font-size: 12px;
	margin-bottom: 12px;
	padding: 16px 28px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links {
	letter-spacing: 0.5px;
	cursor: pointer;
}

.entry-meta .cat-links a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	background: rgba(222, 123, 133, 0.1);
	color: var(--accent-color, #de7b85);
	font-weight: 500;
	transition: all 0.2s ease;
	text-decoration: none;
}

.entry-meta .cat-links a:hover {
	background: var(--accent-color, #de7b85);
	color: #fff;
}

.entry-meta a {
	color: var(--accent-color);
	transition: color 0.2s ease;
}

.entry-meta a:hover {
	color: var(--text-secondary);
}

.entry-meta .posted-on {
	position: relative;
	padding-left: 60px;
	color: var(--text-muted, #868e96);
}

.entry-meta .posted-on::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: var(--accent-color);
	left: 10px;
	top: calc(50% - 1px);
}

.entry-footer {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 0 28px 28px;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link {
	display: block;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-bottom: 20px;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	display: inline-block;
	margin: 0 5px 5px;
}

.entry-footer .cat-links a:first-child,
.entry-footer .tags-links a:first-child {
	margin-left: 20px;
}

.entry-footer .cat-links a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 400;
	background-color: var(--accent-color);
	color: var(--bg-primary);
}

.entry-footer .cat-links a:hover {
	background-color: var(--text-secondary);
}

.tg-readmore-link {
	position: relative;
	padding: 10px 22px;
	font-weight: 600;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--accent-color, #de7b85);
	background: rgba(222, 123, 133, 0.08);
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tg-readmore-link::before {
	display: none;
}

.tg-readmore-link::after {
	content: "→";
	transition: transform 0.2s ease;
}

.tg-readmore-link:hover {
	background: var(--accent-color, #de7b85);
	color: #fff;
	transform: translateY(-1px);
}

.tg-readmore-link:hover::after {
	transform: translateX(4px);
}

/* Single Post */
.single .hentry {
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
}

.single .hentry:hover {
	box-shadow: none;
	transform: none;
}

.single .hentry .entry-thumbnail {
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 12px;
	overflow: hidden;
}

.single .hentry .entry-thumbnail img {
	margin-bottom: 0;
}

.single .hentry:hover .entry-thumbnail img {
	transform: none;
}

.single .hentry .tg-top-cat {
	margin-bottom: 10px;
}

.single .hentry .entry-header {
	padding: 0;
}

.single .hentry .entry-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.single .hentry .entry-meta {
	margin-bottom: 40px;
	padding: 0;
}

.single .hentry .entry-meta a {
	color: var(--text-secondary);
}

.single .hentry .entry-meta a:hover {
	color: var(--accent-color);
}

.single .hentry .entry-meta .posted-on::before {
	background-color: var(--text-secondary);
}

.single .hentry .entry-content {
	margin-bottom: 70px;
	padding: 0;
	font-size: 1.05rem;
	line-height: 1.8;
}

.single .hentry .entry-content p {
	margin-bottom: 1.5em;
}

.single .hentry .entry-content h2,
.single .hentry .entry-content h3,
.single .hentry .entry-content h4 {
	margin-top: 2em;
	margin-bottom: 0.8em;
}

.single .hentry .entry-footer {
	padding: 0;
	padding-top: 30px;
	border-top: 1px solid var(--border-light, #f1f3f5);
}

/* Post template*/
.post-template-cover #primary {
	width: 100%;
}

.post-template-cover .hentry:not(.has-post-thumbnail) .entry-header {
	min-height: 500px;
}

.post-template-cover .entry-thumbnail--template {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-template-cover .entry-thumbnail--template::before,
.post-template-cover .entry-thumbnail--template::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 9;
	position: absolute;
}

.post-template-cover .entry-thumbnail--template::after {
	bottom: auto;
	top: 0;
}

.post-template-cover .entry-thumbnail--template .entry-info {
	z-index: 999;
	text-align: center;
	margin: 0 auto;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat {
	margin-bottom: 10px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a {
	color: var(--bg-primary);
	background-color: var(--text-primary);
	padding: 10px;
	text-transform: uppercase;
	margin: 0 5px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a:hover {
	background-color: var(--accent-color);
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links .cat-seperator {
	display: none;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-title {
	color: var(--bg-primary);
	font-size: 2.5rem;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta {
	margin-bottom: 0;
	font-size: 14px;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta a {
	color: var(--bg-primary);
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta .posted-on::before {
	background-color: var(--bg-primary);
}

.post-template-cover .entry-header--cover {
	position: relative;
	text-align: center;
	background-color: var(--text-muted);
	margin-bottom: 60px;
}

.post-template-cover .entry-header--cover .entry-thumbnail {
	padding-bottom: 80px;
}

.post-template-cover .entry-center-content {
	width: calc(100% - 200px);
	margin: 0 auto;
}

.post-template-cover .tg-author-box {
	margin-bottom: 80px;
}

.post-template-cover .hentry {
	margin-bottom: 0;
}

/* ==========================================================================
   Author Box — Modern Card Design
   ========================================================================== */
.tg-author-box {
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 40px;
	position: relative;
	display: flex;
	align-items: flex-start;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	border: 1px solid var(--border-light, #f1f3f5);
	border-top: 3px solid var(--accent-color, #de7b85);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tg-author-box:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

/* ---------- Avatar ---------- */
.tg-author-box .tg-author__avatar {
	flex: 0 0 120px;
}

.tg-author-box .tg-author__avatar a {
	display: block;
	border-radius: 50%;
	padding: 3px;
	background: linear-gradient(135deg, var(--accent-color, #de7b85), var(--accent-hover, #c46b74));
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tg-author-box .tg-author__avatar a:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 16px rgba(222, 123, 133, 0.35);
}

.tg-author-box .tg-author__avatar img {
	border-radius: 50%;
	width: 114px;
	height: 114px;
	object-fit: cover;
	display: block;
	border: 3px solid var(--bg-secondary, #f8f9fa);
}

/* ---------- Label „Autor" ---------- */
.tg-author-box .tg-author__label {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color, #de7b85);
	margin-bottom: 4px;
}

/* ---------- Info ---------- */
.tg-author-box .tg-author-info {
	padding-left: 32px;
	flex: 1;
	min-width: 0;
}

.tg-author-box .tg-author__name {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
}

.tg-author-box .tg-author__name a {
	color: var(--text-primary, #16181a);
	text-decoration: none;
	transition: color 0.2s ease;
}

.tg-author-box .tg-author__name a:hover {
	color: var(--accent-color, #de7b85);
}

.tg-author-box .tg-author__bio {
	margin-bottom: 20px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--text-secondary, #363b40);
}

/* ---------- Meta row (Website / Post badge / Socials) ---------- */
.tg-author-box .tg-author-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-bottom: 20px;
}

.tg-author-box .tg-author-meta__left {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

/* Website link */
.tg-author-box .tg-author__website-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--accent-color, #de7b85);
	text-decoration: none;
	padding: 5px 14px;
	border-radius: 20px;
	background: rgba(222, 123, 133, 0.08);
	transition: background 0.2s ease, color 0.2s ease;
}

.tg-author-box .tg-author__website-link:hover {
	background: rgba(222, 123, 133, 0.18);
	color: var(--accent-hover, #c46b74);
}

/* Post count badge */
.tg-author-box .tg-author__post-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--text-muted, #868e96);
	padding: 5px 14px;
	border-radius: 20px;
	background: var(--bg-tertiary, #f1f3f5);
}

/* ---------- Social links ---------- */
.tg-author-box .tg-author__socials {
	display: flex;
	gap: 8px;
	margin-left: auto;
}

.tg-author-box .tg-author__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 0.9rem;
	color: var(--text-muted, #868e96);
	background: var(--bg-tertiary, #f1f3f5);
	text-decoration: none;
	transition: all 0.25s ease;
}

.tg-author-box .tg-author__social-link:hover {
	color: #fff;
	background: var(--social-color, var(--accent-color));
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ---------- CTA Button ---------- */
.tg-author-box .tg-author__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff;
	background: var(--accent-color, #de7b85);
	padding: 10px 22px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tg-author-box .tg-author__cta:hover {
	background: var(--accent-hover, #c46b74);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(222, 123, 133, 0.3);
}

.tg-author-box .tg-author__cta i {
	transition: transform 0.2s ease;
}

.tg-author-box .tg-author__cta:hover i {
	transform: translateX(4px);
}

/* ==========================================================================
   Related Posts — Modern Card Design
   ========================================================================== */
.cenote-related-post {
	background: linear-gradient(135deg, #f8f9fa 0%, #eef1f5 100%);
	padding: 60px 0;
	position: relative;
}

.cenote-related-post .related-post-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1;
	padding-left: 16px;
	border-left: 4px solid var(--accent-color, #de7b85);
}

.cenote-related-post .related-post-item {
	width: 25%;
	margin-bottom: 0;
	padding: 0 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cenote-related-post .related-post-item .entry-thumbnail {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 12px;
}

.cenote-related-post .related-post-item .entry-thumbnail img {
	transition: transform 0.4s ease;
}

.cenote-related-post .related-post-item:hover .entry-thumbnail img {
	transform: scale(1.05);
}

.cenote-related-post .entry-meta {
	margin-bottom: 10px;
	padding: 0;
}

.cenote-related-post .entry-title {
	font-size: 1.125rem;
	margin-bottom: 0;
	font-weight: 600;
}

.cenote-related-post .entry-title a {
	transition: color 0.2s ease;
}

.cenote-related-post .entry-title a:hover {
	color: var(--accent-color, #de7b85);
}

.page-template-default .entry-header .entry-title {
	font-size: 2.5rem;
}

.page-template-default .hentry .entry-thumbnail:hover img,
.single .hentry .entry-thumbnail:hover img {
	opacity: 1;
}

.layout--no-sidebar #page {
	overflow: hidden;
}

.layout--no-sidebar #primary .entry-content>.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.layout--no-sidebar #primary .entry-content>.alignfull.wp-block-cover,
.layout--no-sidebar #primary .entry-content>.alignfull.wp-block-cover-image {
	width: unset;
}

.layout--no-sidebar #primary .entry-content>.alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.layout--no-sidebar.layout-site--boxed .site-content {
	overflow: hidden;
}

.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignfull {
	margin-left: -55px;
	margin-right: -55px;
}

.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignfull.wp-block-cover,
.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignfull.wp-block-cover-image {
	width: unset;
}

.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignwide {
	margin-left: -30px;
	margin-right: -30px;
	max-width: unset;
}

ul.wp-block-gallery {
	margin: 0;
}

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

.bypostauthor {
	display: block;
}

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

.bypostauthor {
	display: block;
}

.comments-area .comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comments-area .comment-list .comment-meta {
	position: relative;
	margin-bottom: 10px;
	min-height: 60px;
}

.comments-area .comment-list .comment-meta .comment-author img.avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.comments-area .comment-list .comment-meta .comment-author .says {
	display: none;
}

.comments-area .comment-list .comment-meta .fn,
.comments-area .comment-list .comment-meta .comment-metadata,
.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
	margin-left: 80px;
}

.comments-area .comment-list .comment-meta .fn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.comments-area .comment-list .comment-meta .comment-metadata {
	margin-bottom: 3px;
}

.comments-area .comment-list .comment-meta .comment-metadata a {
	color: var(--text-muted);
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
}

.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
	color: var(--text-muted);
	font-size: 12px;
	font-weight: 400;
}

.comments-area .comment-list .comment-body {
	border-bottom: none;
	padding: 24px;
	margin-bottom: 16px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 12px;
	border: 1px solid var(--border-light, #f1f3f5);
	border-left: 3px solid var(--accent-color, #de7b85);
}

.comments-area .comment-list .comment-body .reply {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}

.comments-area .comment-list .comment-body .reply a {
	padding: 5px 14px;
	border-radius: 20px;
	background: rgba(222, 123, 133, 0.08);
	color: var(--accent-color, #de7b85);
	text-decoration: none;
	transition: all 0.2s ease;
}

.comments-area .comment-list .comment-body .reply a:hover {
	background: var(--accent-color, #de7b85);
	color: #fff;
}

.comments-area .comment-list .comment-body .reply a::before {
	content: "\f117";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	margin-right: 6px;
	vertical-align: top;
	margin-top: 1px;
}

.comments-area .comment-list .comment-body .comment-content {
	margin-bottom: 20px;
}

.comments-area .comment-list .children {
	list-style-type: none;
}

.comments-area .comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	background: var(--bg-secondary, #f8f9fa);
	border-radius: 12px;
	border: 1px solid var(--border-light, #f1f3f5);
}

.comments-area .comment-form .comment-notes {
	margin-bottom: 30px;
}

.comments-area .comment-form label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	color: var(--text-secondary);
}

.comments-area .comment-form p {
	flex: 0 0 100%;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p input[type="email"],
.comments-area .comment-form p input[type="url"],
.comments-area .comment-form p textarea {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--border-light, #f1f3f5);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comments-area .comment-form p input:focus,
.comments-area .comment-form p textarea:focus {
	border-color: var(--accent-color, #de7b85);
	box-shadow: 0 0 0 3px rgba(222, 123, 133, 0.15);
	outline: none;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email {
	flex-basis: 47%;
}

.comments-area .comment-form .comment-form-author input,
.comments-area .comment-form .comment-form-email input {
	width: 100%;
}

.comments-area .comment-form .form-submit {
	text-align: right;
	margin-top: 20px;
}

.comments-area .comment-form .form-submit button.submit {
	padding: 14px 28px;
	font-size: 14px;
	border-radius: 8px;
	background: var(--accent-color, #de7b85);
	color: #fff;
	border: none;
	font-weight: 600;
	transition: all 0.2s ease;
	cursor: pointer;
}

.comments-area .comment-form .form-submit button.submit:hover {
	background: var(--accent-hover, #c46b74);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(222, 123, 133, 0.3);
}

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

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

ul.wp-block-gallery {
	padding: 0;
}

.wp-block-gallery ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

/* Gutenberg Blocks Layout.
--------------------------------------------------------------*/
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=            footer            =
=============================================*/
.tg-site-footer .tg-footer-widget-container {
	padding: 60px 0;
	margin-left: -20px;
	margin-right: -20px;
}

.tg-site-footer .tg-footer-widget-area {
	padding-left: 20px;
	padding-right: 20px;
	width: 25%;
}

.tg-site-footer .tg-footer-widget-area .widget .widget-title {
	padding-left: 16px;
	border-left: 4px solid var(--accent-color, #de7b85);
	margin-bottom: 20px;
}

.tg-site-footer .tg-footer-widget-area .widget .widget-title::after {
	display: none;
}

.tg-site-footer .tg-footer-widget-area .widget:last-child {
	margin-bottom: 0;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-left {
	margin-right: auto;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-right {
	margin-left: auto;
}

.tg-site-footer .tg-footer-bottom .site-info {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 14px;
	letter-spacing: 0.3px;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-container {
	border-top: 1px solid var(--bg-tertiary);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-footer.tg-site-footer--light {
	border-top: 1px solid #f7f7f7;
}

.tg-site-footer.tg-site-footer--default {
	background-color: var(--text-primary);
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area {
	color: var(--text-primary);
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .widget-title {
	color: var(--text-primary);
	border-left-color: var(--accent-color, #de7b85);
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a {
	color: var(--text-primary);
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a:hover {
	color: var(--accent-color);
	padding-left: 4px;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget p {
	color: var(--text-secondary);
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a {
	border-color: var(--border-color);
	color: var(--text-secondary);
	border-radius: 20px;
	padding: 5px 12px;
	transition: all 0.2s ease;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a:hover {
	border-color: var(--accent-color);
	color: #fff;
	background: var(--accent-color);
}

.tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info {
	color: #bdbdbd;
}

.tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info a {
	color: var(--bg-primary);
	transition: color 0.2s ease;
}

.tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info a:hover {
	color: var(--accent-color);
}

.tg-site-footer.tg-site-footer--default .tg-footer-bootom-container {
	border-top: 1px solid var(--text-secondary);
}

.cenote-back-to-top {
	position: fixed;
	bottom: 100px;
	right: -20px;
	/*rtl:ignore*/
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.cenote-back-to-top span {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.cenote-back-to-top i {
	font-size: 12px;
	margin-left: 10px;
}

.cenote-back-to-top.cenote-back-to-top--show span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 1200px) {
	#primary {
		width: calc(100% - 360px);
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.layout--no-sidebar #primary .entry-content>.alignwide {
		margin-left: -50px;
		margin-right: -50px;
		max-width: unset;
	}
}

@media screen and (min-width: 992px) {
	.post-template-post-template-cover .hentry:not(.has-post-thumbnail) .entry-header--cover {
		min-height: 700px;
	}

	.post-template-post-template-cover .entry-center-content {
		width: calc(100% - 400px);
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.cenote-hero .cenote-hero-info {
		width: 540px;
		padding: 40px 20px;
	}

	.cenote-hero .cenote-hero__heading {
		font-size: 2rem;
	}

	.cenote-hero .cenote-hero__sub-heading,
	.cenote-hero .cenote-hero__content {
		font-size: 16px;
	}

	.cenote-hero .cenote-hero__sub-heading {
		margin-bottom: 10px;
	}

	.cenote-hero .cenote-hero__content {
		margin-bottom: 20px;
	}

	.cenote-hero.cenote-hero.cenote-hero--center .cenote-hero-info {
		margin: 12% auto;
	}

	.cenote-hero.cenote-hero.cenote-hero--center .cenote-hero__heading {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {

	/*----------  Typography  ----------*/
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.625rem;
	}

	h3 {
		font-size: 1.375rem;
	}

	h4 {
		font-size: 1.125rem;
	}

	h5 {
		font-size: 1.125rem;
	}

	h6 {
		font-size: 1.125rem;
	}

	/*----------  Site Header  ----------*/
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
		margin-right: auto;
	}

	/*----------  Comments and tilte  ----------*/
	.comments-title,
	.comment-reply-title {
		font-size: 1.125rem;
	}

	/*----------  Sticky Header  ----------*/
	.cenote-header-sticky .tg-header-action-navigation {
		margin: 0 0 0 auto;
	}

	/*----------  Action Menu  ----------*/
	.tg-header-action-menu li.tg-menu-toggle {
		display: none;
	}

	.tg-header-action-menu li.tg-mobile-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/*----------  Main Navigation  ----------*/
	.main-navigation {
		display: none;
	}

	/*----------  Container  ----------*/
	.tg-container {
		width: calc(100% - 80px);
	}

	/*----------  Header Media  ----------*/
	.cenote-header-media .tg-container {
		min-height: 300px;
	}

	.cenote-header-media .cenote-header-media-info {
		padding: 30px 20px;
		width: 80%;
	}

	.cenote-header-media .cenote-header-media__title {
		font-size: 28px;
		line-height: 1.2;
	}

	.cenote-header-media .cenote-header-media__text {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.cenote-header-media.cenote-header-media--center .cenote-header-media-wrap {
		padding: 15% 5%;
	}

	.cenote-header-media.cenote-header-media--center .cenote-header-media__title {
		margin-bottom: 20px;
	}

	/*----------  Layout  ----------*/
	#primary,
	#secondary {
		width: 100%;
	}

	.layout--right-sidebar #primary,
	.layout--right-sidebar #secondary,
	.layout--left-sidebar #primary,
	.layout--left-sidebar #secondary {
		width: 100%;
		padding: 0;
	}

	/*----------  Post ribbon  ----------*/
	.tg-post-ribbon ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	/*----------  Body  ----------*/
	body:not(.layout--no-sidebar) #primary,
	body:not(.post-template-post-template-cover) #primary {
		margin-bottom: 80px;
	}

	.tg-archive-col--3 article {
		width: 50%;
	}

	.cenote-related-post .related-post-item,
	.tg-site-footer .tg-footer-widget-area {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}

	.tg-flex-container,
	.tg-site-footer .tg-footer-widget-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post_format-post-format-quote blockquote {
		padding: 40px;
	}

	.post_format-post-format-quote blockquote::before {
		font-size: 16px;
		left: 20px;
		top: 20px;
	}

	.post_format-post-format-quote blockquote::after {
		font-size: 16px;
		right: 20px;
		bottom: 20px;
	}

	.post_format-post-format-gallery .post-format-media--gallery {
		padding: 10px;
	}

	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-next,
	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-prev {
		padding: 10px;
	}

	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-next::before,
	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-prev::before {
		font-size: 8px;
	}

	.post-template-post-template-cover .entry-center-content {
		width: calc(100% - 100px);
	}

	.post-template-post-template-cover .hentry:not(.has-post-thumbnail) .entry-header--cover {
		min-height: 400px;
	}

	.single .hentry .entry-title {
		font-size: 2rem;
	}

	.cenote-search-form .search-submit {
		display: block;
	}

	.cenote-search-form .cenote-search-form__description {
		display: none;
	}

	.archive .page-header {
		padding: 20px 0;
	}

	.archive .page-header .page-title {
		font-size: 1.375rem;
	}

	.cenote-mobile-navigation {
		display: block;
	}

	.layout--no-sidebar #primary .entry-content>.alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}

	.layout--no-sidebar #primary .entry-content>.alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}

	.layout--no-sidebar.layout-site--boxed .site-content {
		overflow: hidden;
	}

	.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}

	.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 600px) {
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .site-branding {
		margin-bottom: 20px;
	}

	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
		margin-right: auto;
	}

	.layout--no-sidebar #primary .entry-content>.alignwide {
		margin-left: 0;
		margin-right: 0;
	}

	.layout--no-sidebar.layout-site--boxed .site-content {
		overflow: hidden;
	}

	.layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignwide {
		margin-left: 0;
		margin-right: 0;
	}

	.cenote-search-form {
		padding: 30px;
		margin-bottom: 0;
	}

	.cenote-search-form .tg-container {
		width: 100%;
	}

	.cenote-search-form .search-form label {
		margin-bottom: 15px;
	}

	.cenote-search-form input[type="search"] {
		font-size: 14px;
		padding: 5px;
	}

	.cenote-search-form .search-submit {
		padding: 10px 15px;
	}

	.cenote-search-form .cenote-search-form__description {
		font-size: 14px;
	}

	.tg-header-top {
		display: none;
	}

	.tg-post-ribbon ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tg-post-ribbon ul li {
		width: 100%;
	}

	.tg-post-ribbon ul.swiper-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.hentry {
		margin-bottom: 40px;
	}

	.tg-archive-style--masonry .cenote-content-masonry,
	.tg-archive-col--2 .site-main,
	.tg-archive-col--3 .site-main,
	.tg-flex-row,
	.tg-site-footer .tg-footer-widget-container {
		margin-right: 0;
		margin-left: 0;
	}

	.tg-archive-col--2 article,
	.tg-archive-col--3 article,
	.cenote-related-post .related-post-item,
	.tg-site-footer .tg-footer-widget-area {
		width: 100%;
		padding: 0;
	}

	.post-format-media--gallery {
		padding: 10px;
	}

	.post-format-media--gallery .swiper-button-next,
	.post-format-media--gallery .swiper-button-prev {
		display: none;
	}

	.post-template-cover .entry-center-content {
		width: 100%;
	}

	.post-navigation .nav-links {
		flex-direction: column;
		gap: 15px;
	}

	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		width: 100%;
	}

	.comment-navigation .nav-next a,
	.comment-navigation .nav-previous a,
	.posts-navigation .nav-next a,
	.posts-navigation .nav-previous a,
	.post-navigation .nav-next a,
	.post-navigation .nav-previous a {
		font-size: 16px;
		line-height: 1.4;
	}

	.comment-navigation .nav-next .nav-links__label,
	.comment-navigation .nav-previous .nav-links__label,
	.posts-navigation .nav-next .nav-links__label,
	.posts-navigation .nav-previous .nav-links__label,
	.post-navigation .nav-next .nav-links__label,
	.post-navigation .nav-previous .nav-links__label {
		font-size: 11px;
	}

	.comments-area .comment-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.comments-title,
	.comment-reply-title {
		line-height: 1.3;
	}

	.post_format-post-format-quote blockquote {
		padding: 30px;
	}

	.post_format-post-format-quote blockquote::before {
		font-size: 16px;
		left: 20px;
		top: 20px;
	}

	.post_format-post-format-quote blockquote::after {
		font-size: 16px;
		right: 20px;
		bottom: 20px;
	}

	.post_format-post-format-gallery .post-format-media--gallery {
		padding: 10px;
	}

	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-next,
	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-prev {
		padding: 10px;
	}

	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-next::before,
	.post_format-post-format-gallery .post-format-media--gallery .swiper-button-prev::before {
		font-size: 8px;
	}

	.single .hentry .entry-title {
		font-size: 1.625rem;
	}

	.cenote-back-to-top {
		bottom: 20px;
		right: 0;
		font-size: 0;
	}

	.layout--no-sidebar .alignwide {
		margin-left: 0;
		margin-right: 0;
	}

	.layout--no-sidebar.layout-site--boxed .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-header-action-navigation li:first-child {
		margin-left: 0;
	}

	.cenote-header-sticky--single .cenote-reading-bar {
		padding: 15px 0;
	}

	.cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
		font-size: 14px;
	}

	.cenote-mobile-navigation {
		width: calc(100% - 70px);
	}

	.site-branding {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.tg-social-menu-navigation {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.tg-header-action-navigation {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.tg-container {
		width: calc(100% - 40px);
	}

	.cenote-header-media .tg-container {
		min-height: 200px;
	}

	.cenote-header-media .cenote-header-media__title {
		font-size: 1.375rem;
	}

	.cenote-header-media .cenote-header-media__text {
		display: none;
	}

	.cenote-header-media .cenote-header-media-info {
		width: calc(100% - 40px);
		padding: 20px 10px;
		margin: 20% auto;
	}

	.post-template-post-template-cover .entry-center-content {
		width: calc(100% - 50px);
	}

	.post-template-post-template-cover .entry-header--cover .tg-top-cat {
		display: none;
	}

	.post-template-post-template-cover .entry-header--cover .entry-meta {
		margin-bottom: 20px;
	}

	.post-template-post-template-cover .entry-header--cover .entry-info {
		padding: 0 10px;
	}

	.tg-author-box {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 30px 20px;
	}

	.tg-author-box .tg-author__avatar {
		margin-bottom: 20px;
		flex: 0 0 auto;
	}

	.tg-author-box .tg-author-info {
		padding-left: 0;
	}

	.tg-author-box .tg-author-meta {
		justify-content: center;
	}

	.tg-author-box .tg-author-meta__left {
		justify-content: center;
	}

	.tg-author-box .tg-author__socials {
		margin-left: 0;
		justify-content: center;
		width: 100%;
	}

	.tg-author-box .tg-author__cta {
		width: 100%;
		justify-content: center;
	}

	.post_format-post-format-quote blockquote {
		font-size: 16px;
	}

	.post_format-post-format-quote cite {
		font-size: 12px;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {

	/* Klasyczne logo WordPress ukryte (zgodnie z pierwotnym stylem motywu użytkownika) */
	.custom-logo {
		display: none !important;
	}

	nav.cenote-sticky-navigation {
		display: none !important;
	}

	/* ---------------------------------------------------------------------------------------------------------------------------------------- */
	/* ZWYKŁY NAGŁÓWEK (NON-STICKY)                          */
	/* ----------------------------------------------------- */
	/* Kontener główny - musi zawijać elementy! */
	.tg-site-header .header-bottom-bottom .tg-flex-container {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	/* Logo mobilne (img) - pierwszy rząd tam gdzie było */
	.tg-site-header .custom-logo-mobile-sticky {
		order: 0 !important;
		display: block !important;
		margin: 5px auto 15px auto !important;
		/* Wyśrodkowane dla estetyki, jeśli pierwotnie miało być do lewej daj margin: 5px */
		float: left;
		/* Zgodnie z pierwotną klasą */
		position: static !important;
		transform: none !important;
	}

	/* .site-branding wymusza przełamanie wiersza (było tak domyślnie) */
	.tg-site-header .site-branding {
		order: 1 !important;
		width: 100% !important;
		display: block !important;
		/* Przywracamy go, bo tylko tak nowa linia się wygeneruje poprawnie w tym motywie */
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	/* Lewa strona w nowym rzędzie: Menu + Przełącznik Motywu + Lupa */
	.tg-site-header .tg-header-action-navigation,
	.tg-site-header.tg-site-header--left .tg-header-bottom .tg-header-action-navigation {
		order: 2 !important;
		/* Ważne: mniejszy order niż sociale, więc będzie po lewej */
		margin: 0 !important;
	}

	.tg-site-header .tg-header-action-menu {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Ułożenie wewnątrz lewej paczki: Hamburger (1), Księżyc (2) Lupa (3) na prawo od niego */
	.tg-site-header .tg-mobile-menu-toggle {
		order: 1 !important;
		margin-right: 15px !important;
		/* Oddziela hamburger od reszty */
	}

	.tg-site-header .dark-mode-toggle {
		order: 2 !important;
		margin-right: 15px !important;
	}

	.tg-site-header .tg-search-toggle {
		order: 3 !important;
	}

	/* Prawa strona w nowym rzędzie: Sociale */
	.tg-site-header .tg-social-menu-navigation {
		order: 3 !important;
		/* Większy order, więc po prawej */
		margin: 0 !important;
		display: flex !important;
	}


	/* ----------------------------------------------------- */
	/* STICKY NAGŁÓWEK                                       */
	/* ----------------------------------------------------- */
	.cenote-sticky-main .tg-container {
		display: flex !important;
		align-items: center !important;
		position: relative !important;
		height: 60px;
		/* Zapewnia poprawną przestrzeń dla równego wycentrowania */
	}

	/* Środek: Wycentrowane Logo nałożone absolutnie na belkę (odrywając je od przepływu flexa) */
	.cenote-sticky-main .custom-logo-mobile-sticky {
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		float: none !important;
		margin: 0 !important;
		display: block !important;
		z-index: 10;
	}

	/* Belka 100% szerokości z flexem typu rozpychającego */
	.cenote-sticky-main .tg-header-action-navigation {
		width: 100% !important;
		margin: 0 !important;
	}

	.cenote-sticky-main .tg-header-action-menu {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Burger dociska lewej krawędzi */
	.cenote-sticky-main .tg-mobile-menu-toggle {
		order: 1 !important;
	}

	/* W Sticky chcemy żeby przycisk ciemny był blisko lupy po prawej: */
	.cenote-sticky-main .dark-mode-toggle {
		order: 2 !important;
		margin-right: 15px !important;
		/* Od Lupy */
		margin-left: auto !important;
		/* Odpycha od Burgera do prawej krawędzi! */
	}

	/* Lupa dociska prawej, ale z dodatkowym marginesem aby nie była przyczepiona do rogu! */
	.cenote-sticky-main .tg-search-toggle {
		order: 3 !important;
		margin-right: 35px !important;
	}

	/* Belka 100% szerokości z flexem typu rozpychającego */
	.cenote-sticky-main .tg-header-action-navigation {
		width: 100% !important;
		margin: 0 !important;
	}

	.cenote-sticky-main .tg-header-action-menu {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* POPRAWKA: ciemne logo ukryte w jasnym trybie mimo wysokiej specyficzności kontenera */
	.tg-site-header .custom-logo-mobile-sticky.logo-dark {
		display: none !important;
	}

	/* POPRAWKA: w dark mode ukrywamy jasne, pokazujemy ciemne logo mobilne */
	.dark-mode .tg-site-header .custom-logo-mobile-sticky.logo-light {
		display: none !important;
	}

	.dark-mode .tg-site-header .custom-logo-mobile-sticky.logo-dark {
		display: block !important;
	}
}

/* Styl dla większych ekranów (powyżej 767px) */
@media (min-width: 768px) {
	.custom-logo-mobile-sticky {
		display: none !important;
	}

	.custom-logo {
		display: block;
	}
}

/* ==========================================================================
   Wymuszenie Dark Mode - Nadrzędne reguły (Omijanie Customizer Inline CSS)
   ========================================================================== */
.dark-mode,
.dark-mode.custom-background {
	background-color: var(--bg-primary) !important;
	color: var(--text-primary) !important;
}

.dark-mode #page,
.dark-mode .site,
.dark-mode .tg-site-header,
.dark-mode .tg-site-header .tg-header-top,
.dark-mode .tg-site-header .tg-header-bottom,
.dark-mode .tg-site-footer,
.dark-mode .tg-site-footer .tg-footer-top,
.dark-mode .tg-site-footer .tg-footer-widget-area,
.dark-mode .tg-site-footer .tg-footer-widget-area .widget,
.dark-mode .widget,
.dark-mode .hentry,
.dark-mode .comments-area,
.dark-mode .headroom,
.dark-mode .headroom--not-top,
.dark-mode .tg-post-ribbon,
.dark-mode .cenote-hero,
.dark-mode .cenote-mobile-navigation,
.dark-mode .tg-header-action-menu,
.dark-mode .tg-header-action-menu .sub-menu {
	background-color: var(--bg-secondary) !important;
	color: var(--text-secondary) !important;
	border-color: var(--border-color) !important;
}

.dark-mode .tg-site-footer .tg-footer-bottom {
	background-color: var(--bg-tertiary) !important;
	color: var(--text-secondary) !important;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode h1 a,
.dark-mode h2 a,
.dark-mode h3 a,
.dark-mode h4 a,
.dark-mode h5 a,
.dark-mode h6 a,
.dark-mode .site-title a {
	color: var(--text-primary) !important;
}

.dark-mode .entry-content p,
.dark-mode .entry-summary p,
.dark-mode .widget-area p {
	color: var(--text-secondary) !important;
}

.dark-mode a {
	color: var(--text-primary);
}

.dark-mode a:hover,
.dark-mode a:focus,
.dark-mode a:active {
	color: var(--accent-hover) !important;
}

.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode input[type="password"],
.dark-mode input[type="search"],
.dark-mode textarea {
	background-color: var(--bg-tertiary) !important;
	color: var(--text-primary) !important;
	border-color: var(--border-light) !important;
}

.dark-mode button,
.dark-mode input[type="button"],
.dark-mode input[type="reset"],
.dark-mode input[type="submit"] {
	background-color: var(--accent-color) !important;
	color: #fff !important;
}

.dark-mode button:hover,
.dark-mode input[type="button"]:hover,
.dark-mode input[type="reset"]:hover,
.dark-mode input[type="submit"]:hover {
	background-color: var(--accent-hover) !important;
}

/* ==========================================================================
   Dark Mode - Stopka (Footer) z klasą --default
   ========================================================================== */
.dark-mode .tg-site-footer.tg-site-footer--default {
	background-color: var(--bg-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .widget-title {
	color: var(--text-primary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget p {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a {
	border-color: var(--border-color) !important;
	color: var(--text-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a:hover {
	border-color: var(--accent-color) !important;
	color: var(--accent-color) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-bottom {
	background-color: var(--bg-tertiary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info {
	color: var(--text-muted) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info a {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-bottom .site-info a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-bottom-container {
	border-top-color: var(--border-color) !important;
}

/* ==========================================================================
   Dark Mode - Sticky Header (Ujednolicone tło bez efektu paska)
   ========================================================================== */
.dark-mode .cenote-header-sticky,
.dark-mode .cenote-sticky-main,
.dark-mode .cenote-reading-bar,
.dark-mode .headroom,
.dark-mode .headroom--not-top {
	background-color: var(--bg-primary) !important;
	box-shadow: none !important;
	border-bottom: 1px solid var(--border-color) !important;
}

/* Logo dark mode - podmiana obsługiwana przez JS + Customizer */
.dark-mode .cenote-sticky-main .site-title a,
.dark-mode .cenote-sticky-main .site-description {
	color: var(--text-primary) !important;
}

/* ==========================================================================
   Dark Mode - Powiązane Posty (Related Posts)
   ========================================================================== */
.dark-mode .cenote-related-post {
	background-color: var(--bg-secondary) !important;
}

.dark-mode .cenote-related-post .related-post-title {
	color: var(--text-primary) !important;
}

.dark-mode .cenote-related-post .entry-title,
.dark-mode .cenote-related-post .entry-title a {
	color: var(--text-primary) !important;
}

.dark-mode .cenote-related-post .entry-meta,
.dark-mode .cenote-related-post .entry-meta a {
	color: var(--text-muted) !important;
}

.dark-mode .cenote-related-post .entry-meta a:hover {
	color: var(--accent-color) !important;
}

/* ==========================================================================
   Dark Mode - All Modernized Components
   ========================================================================== */

/* ---- Articles / Cards ---- */
.dark-mode .hentry {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important;
}

.dark-mode .hentry:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .entry-title a {
	color: var(--text-primary) !important;
}

.dark-mode .entry-title a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .entry-content {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-readmore-link {
	color: var(--accent-color) !important;
	background: rgba(247, 129, 102, 0.12) !important;
}

.dark-mode .tg-readmore-link:hover {
	background: var(--accent-color) !important;
	color: #fff !important;
}

/* ---- Single Post ---- */
.dark-mode .single .hentry .entry-footer {
	border-top-color: var(--border-color) !important;
}

/* ---- Tag Cloud & Tags ---- */
.dark-mode .entry-footer .tags-links a,
.dark-mode .widget_tag_cloud .tagcloud a {
	border-color: var(--border-color) !important;
	color: var(--text-secondary) !important;
}

.dark-mode .entry-footer .tags-links a:hover,
.dark-mode .widget_tag_cloud .tagcloud a:hover {
	color: #fff !important;
	background: var(--accent-color) !important;
	border-color: var(--accent-color) !important;
}

/* ---- Widgets ---- */
.dark-mode .widget {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
}

.dark-mode .widget .widget-title {
	color: var(--text-primary) !important;
}

.dark-mode .widget ul li a {
	color: var(--text-secondary) !important;
}

.dark-mode .widget ul li a:hover {
	background: rgba(247, 129, 102, 0.1) !important;
	color: var(--accent-color) !important;
}

.dark-mode .widget_search .search-field {
	background: var(--bg-tertiary) !important;
	border-color: var(--border-color) !important;
	color: var(--text-primary) !important;
}

.dark-mode .widget_search .search-field:focus {
	border-color: var(--accent-color) !important;
}

/* ---- Pagination ---- */
.dark-mode .pagination .page-numbers {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	color: var(--text-primary) !important;
}

.dark-mode .pagination .page-numbers.current {
	background: var(--accent-color) !important;
	color: #fff !important;
	border-color: var(--accent-color) !important;
}

.dark-mode .pagination .page-numbers:hover:not(.current) {
	background: var(--accent-color) !important;
	color: #fff !important;
}

/* ---- Comments ---- */
.dark-mode .comments-area .comment-list .comment-body {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	border-left-color: var(--accent-color) !important;
}

.dark-mode .comments-area .comment-list .comment-body .reply a {
	background: rgba(247, 129, 102, 0.12) !important;
	color: var(--accent-color) !important;
}

.dark-mode .comments-area .comment-list .comment-body .reply a:hover {
	background: var(--accent-color) !important;
	color: #fff !important;
}

.dark-mode .comments-area .comment-form {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
}

.dark-mode .comments-area .comment-form label {
	color: var(--text-muted) !important;
}

.dark-mode .comments-area .comment-form input,
.dark-mode .comments-area .comment-form textarea {
	background: var(--bg-tertiary) !important;
	border-color: var(--border-color) !important;
	color: var(--text-primary) !important;
}

.dark-mode .comments-area .comment-form input:focus,
.dark-mode .comments-area .comment-form textarea:focus {
	border-color: var(--accent-color) !important;
}

/* ---- Buttons - Izolacja dla motywu, aby nie psuć wtyczek zewnętrznych ---- */
.dark-mode #page .button,
.dark-mode #page button,
.dark-mode #page input[type="button"],
.dark-mode #page input[type="submit"] {
	background: var(--accent-color) !important;
	color: #fff !important;
}

.dark-mode #page .button:hover,
.dark-mode #page button:hover,
.dark-mode #page input[type="button"]:hover,
.dark-mode #page input[type="submit"]:hover {
	background: var(--accent-hover) !important;
}

/* ---- Form Inputs - Izolacja ---- */
.dark-mode #page input[type="text"],
.dark-mode #page input[type="email"],
.dark-mode #page input[type="url"],
.dark-mode #page input[type="password"],
.dark-mode #page input[type="search"],
.dark-mode #page textarea {
	background: var(--bg-tertiary) !important;
	border-color: var(--border-color) !important;
	color: var(--text-primary) !important;
}

.dark-mode #page input[type="text"]:focus,
.dark-mode #page input[type="email"]:focus,
.dark-mode #page input[type="url"]:focus,
.dark-mode #page input[type="password"]:focus,
.dark-mode #page input[type="search"]:focus,
.dark-mode #page textarea:focus {
	border-color: var(--accent-color) !important;
}

/* ==========================================================================
   Dark Mode - Author Box
   ========================================================================== */
.dark-mode .tg-author-box {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	border-top-color: var(--accent-color) !important;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
}

.dark-mode .tg-author-box:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .tg-author-box .tg-author__avatar img {
	border-color: var(--bg-secondary) !important;
}

.dark-mode .tg-author-box .tg-author__name a {
	color: var(--text-primary) !important;
}

.dark-mode .tg-author-box .tg-author__bio {
	color: var(--text-secondary) !important;
}

.dark-mode .tg-author-box .tg-author__website-link {
	color: var(--accent-color) !important;
	background: rgba(247, 129, 102, 0.12) !important;
}

.dark-mode .tg-author-box .tg-author__website-link:hover {
	background: rgba(247, 129, 102, 0.22) !important;
}

.dark-mode .tg-author-box .tg-author__post-badge {
	color: var(--text-muted) !important;
	background: var(--bg-tertiary) !important;
}

.dark-mode .tg-author-box .tg-author__social-link {
	color: var(--text-muted) !important;
	background: var(--bg-tertiary) !important;
}

.dark-mode .tg-author-box .tg-author__social-link:hover {
	color: #fff !important;
}

.dark-mode .tg-author-box .tg-author__cta {
	background: var(--accent-color) !important;
	color: #fff !important;
}

.dark-mode .tg-author-box .tg-author__cta:hover {
	background: var(--accent-hover) !important;
}

body.author .tg-author-box {
	margin-bottom: 40px !important;
}

/* ==========================================================================
   Dark Mode — Post Ribbon
   ========================================================================== */
.dark-mode .tg-post-ribbon {
	background: linear-gradient(135deg, #0d1117 0%, #161b22 50%, #1c2333 100%) !important;
}

.dark-mode .tg-post-ribbon::before {
	background: radial-gradient(ellipse at 20% 50%, rgba(222, 123, 133, 0.06) 0%, transparent 60%);
}

.dark-mode .tg-post-ribbon ul li .tg-post-info .tg-post-title {
	color: var(--text-primary) !important;
}

.dark-mode .tg-post-ribbon ul li .tg-post-info .tg-post-title:hover {
	color: var(--accent-color) !important;
}

.dark-mode .tg-post-ribbon ul li .tg-post-info .post-date {
	color: var(--text-muted) !important;
}

/* ==========================================================================
   Dark Mode — Related Posts
   ========================================================================== */
.dark-mode .cenote-related-post {
	background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%) !important;
}

.dark-mode .cenote-related-post .related-post-title {
	color: var(--text-primary) !important;
	border-left-color: var(--accent-color) !important;
}

.dark-mode .cenote-related-post .entry-title,
.dark-mode .cenote-related-post .entry-title a {
	color: var(--text-primary) !important;
}

.dark-mode .cenote-related-post .entry-title a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .cenote-related-post .entry-meta,
.dark-mode .cenote-related-post .entry-meta a {
	color: var(--text-muted) !important;
}

.dark-mode .cenote-related-post .entry-meta a:hover {
	color: var(--accent-color) !important;
}

/* ==========================================================================
   Dark Mode — Post Navigation
   ========================================================================== */
.dark-mode .post-navigation .nav-previous,
.dark-mode .post-navigation .nav-next {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
}

.dark-mode .post-navigation .nav-previous:hover,
.dark-mode .post-navigation .nav-next:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25) !important;
}

.dark-mode .post-navigation .nav-previous a,
.dark-mode .post-navigation .nav-next a {
	color: var(--text-primary) !important;
}

.dark-mode .post-navigation .nav-previous a:hover,
.dark-mode .post-navigation .nav-next a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .post-navigation .nav-previous .nav-links__label,
.dark-mode .post-navigation .nav-next .nav-links__label {
	background: rgba(247, 129, 102, 0.12) !important;
	color: var(--accent-color) !important;
}

/* ==========================================================================
   Dark Mode — Entry Meta Badges
   ========================================================================== */
.dark-mode .entry-meta .cat-links a {
	background: rgba(247, 129, 102, 0.12) !important;
	color: var(--accent-color) !important;
}

.dark-mode .entry-meta .cat-links a:hover {
	background: var(--accent-color) !important;
	color: #fff !important;
}

.dark-mode .entry-meta .posted-on {
	color: var(--text-muted) !important;
}

.dark-mode .entry-meta .posted-on::before {
	background-color: var(--accent-color) !important;
}

/* ==========================================================================
   Dark Mode — Footer Widget Titles
   ========================================================================== */
.dark-mode .tg-site-footer .tg-footer-widget-area .widget .widget-title {
	border-left-color: var(--accent-color) !important;
}

.dark-mode .tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a {
	border-radius: 20px !important;
}

/* ==========================================================================
   Dark Mode — Breadcrumb
   ========================================================================== */
.dark-mode .cenote-breadcrumb {
	background: var(--bg-secondary) !important;
	border-color: var(--border-color) !important;
}

.dark-mode .cenote-breadcrumb a {
	color: var(--text-muted) !important;
}

.dark-mode .cenote-breadcrumb a:hover {
	color: var(--accent-color) !important;
}

.dark-mode .cenote-breadcrumb span {
	color: var(--text-secondary) !important;
}

.dark-mode .cenote-breadcrumb li::before {
	color: var(--text-muted) !important;
}

/*=============================================
=            Master Popups compatibility      =
=============================================*/
body #masterpopups,
body .masterpopups,
body .mpp-container,
body .mpp-overlay,
body .mpp-popup,
body .mpp-popup-holder,
body .mpp-notification,
body .mpp-notification-bar {
	z-index: 2147483000 !important;
}

body .mpp-notification,
body .mpp-notification-bar,
body .masterpopups-notification {
	position: fixed !important;
	left: 0;
	right: 0;
}

body .mpp-container.mpp-content-wp-editor,
body #page .mpp-container.mpp-content-wp-editor {
	position: fixed !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2147483000 !important;
}
/* ==========================================================================
   Logo switching - Dark Mode (Must be at the end to override other rules)
   ========================================================================== */

/* Domyślnie ukrywamy ciemne logo */
.logo-dark {
	display: none !important;
}

/* Tryb Jasny (Domyślny) */
.logo-light {
	display: inline-block;
}

/* Tryb Ciemny - globalne przełączanie dla elementów oznaczonych klasami */
.dark-mode .logo-light {
	display: none !important;
}

/* Wyświetlanie ciemnego logo tylko gdy jest potrzebne (nadpisuje display:none !important z początku sekcji) */
.dark-mode .logo-dark {
	display: inline-block !important;
}

/* POPRAWKA PODWÓJNEGO LOGO: 
   Wymuszamy ukrywanie logo, które nie pasuje do danej rozdzielczości,
   nawet jeśli reguły .dark-mode próbują je wyświetlić. */

@media (min-width: 768px) {
	/* Na desktopie ZAWSZE ukrywamy logo mobilne/sticky, nawet w dark mode */
	.custom-logo-mobile-sticky,
	.dark-mode .custom-logo-mobile-sticky {
		display: none !important;
	}
}

@media (max-width: 767px) {
	/* Na mobile ZAWSZE ukrywamy główne logo, nawet w dark mode */
	.custom-logo,
	.dark-mode .custom-logo {
		display: none !important;
	}
}
