/*!
Theme Name: Blog Articles
Theme URI: https://adorethemes.com/downloads/blog-articles/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Blog Articles is a modern, visually stunning WordPress theme designed for bloggers who seek a unique, ethereal aesthetic. It is a minimal, lightweight, and customizer-based theme for creating beautiful, fast-loading, and accessible websites. This new generation clean design blog theme features sleek, glass-like translucency for images and backgrounds, offering customizable transparency levels and a variety of elegant, responsive layouts. The theme is SEO optimized, ensures fast loading times, and includes intuitive customization options, beautiful typography, and social media integration. Blog Articles is mobile-friendly and cross-browser compatible, looking great on all devices, computers, and screen sizes. Perfect for creating an unforgettable online presence, Blog Articles combines sophistication with user-friendly functionality. Live preview : https://demo.adorethemes.com/blog-articles/
Version: 1.1.0
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blog-articles
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, left-sidebar, right-sidebar, blog, one-column, portfolio, photography, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Blog Articles is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Root
========================================================================== */
:root {
	--post-item-background: #fff;
	--primary-color: #000000;
	--header-text-color: #000000;
	--color-text: #4b464c;
	--color-background: #dde7f5;
	--body-background: #dde7f5;
	--color-background-rgba: 255, 255, 255;
	--color-light-background: #191B1D;
	--theme-wrapper-width: 1400px;
	--shadow: 0 4px 12px rgb(0 0 0 / 8%);
	--radius: 20px;
	--transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);

	/* fonts size---------------------------------------------------- */
	--font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
	--font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
	/* fonts size---------------------------------------------------- */

	/* font family */
	--font-site-title: 'Nunito', serif;
	--font-tagline: "Roboto", sans-serif;
	--font-head: 'Nunito', serif;
	--font-body: "Roboto", sans-serif;
}

.light-mode {
	--color-text: #1e1e1e;
	--color-background: #dde7f5;
	--body-background: #dde7f5;
	--color-light-background: #1e1e1e;
	--post-item-background: #fff;
}

.dark-mode {
	--color-text: #fff;
	--color-background: #1e1e1e;
	--body-background: #161718;
	--color-light-background: #020202;
	--post-item-background: #1e1e1e;
}

/* Root
========================================================================== */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: var(--color-text);
	background: var(--body-background);
	font-size: 1rem;
	line-height: 1.5;
	font-family: var(--font-body);
}

body.custom-background.dark-mode{
	background-color: var(--color-background);
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

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

/* Forms
========================================================================== */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	font-size: var(--font-size-sm);
	border: 1px solid;
	border-color: var(--primary-color);
	background: var(--primary-color);
	border-radius: 4px;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc
========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.author-social-contacts a,
ul.social-links a {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: var(--transition);
	color: var(--primary-color);
}


.author-social-contacts a::before,
ul.social-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: var(--transition);
}

.author-social-contacts a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f39e";
}

.author-social-contacts a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before,
.author-social-contacts a[href*='x.com']::before,
ul.social-links a[href*='x.com']::before {
	content: "\e61b";
}

.author-social-contacts a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.author-social-contacts a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.author-social-contacts a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.author-social-contacts a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.author-social-contacts a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.author-social-contacts a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f08c";
}

.author-social-contacts a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.author-social-contacts a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.author-social-contacts a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.author-social-contacts a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.author-social-contacts a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.author-social-contacts a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.author-social-contacts a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.author-social-contacts a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.author-social-contacts a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.author-social-contacts a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.author-social-contacts a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.author-social-contacts a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.author-social-contacts a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.author-social-contacts a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.author-social-contacts a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.author-social-contacts a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a:focus,
ul.social-links a:focus,
.author-social-contacts a:hover,
ul.social-links a:hover {
	opacity: 1;
	color: var(--primary-color);
}

/* social widget */
.adore-widget.social-widget .social-widgets-wrap a {
	padding: 12px;
	opacity: 1;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	opacity: 0.8;
	box-shadow: var(--shadow);
	font-size: calc(var(--font-size-sm) + 0.3rem);
}

.adore-widget.social-widget.style-1 .social-widgets-wrap a {
	padding: 0;
	width: 47px;
	aspect-ratio: 1;
	opacity: 1;
}

.adore-widget.social-widget.style-1 .social-widgets-wrap a:focus::after ,
.adore-widget.social-widget.style-1 .social-widgets-wrap a:hover::after {
	transform: rotateZ(15deg);
}

.adore-widget.social-widget .social-widgets-wrap a[href*='facebook.com'] {
	background-color: #3b5999;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='twitter.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='x.com'] {
	background-color: #000000;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='instagram.com'] {
	background-color: #3F729B;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	background-color: #cd201f;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='discord.com'] {
	background-color: #5865F2;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='google.com'] {
	background-color: #dd4b39;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='line.me'] {
	background-color: #00b900;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='medium.com'] {
	background-color: #66cdaa;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='messenger.com'] {
	background-color: #006AFF;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='pinterest.com'] {
	background-color: #E60023;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='reddit.com'] {
	background-color: #ff5700;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='skype.com'] {
	background-color: #00aff0;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='slack.com'] {
	background-color: #ECB22E;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='spotify.com'] {
	background-color: #1DB954;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='telegram.org'] {
	background-color: #229ED9;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='wordpress.org'] {
	background-color: #21759b;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	background-color: #c4302b;
}

.adore-widget.social-widget .social-widgets-wrap a:focus,
.adore-widget.social-widget .social-widgets-wrap a:hover {
	opacity: 1;
}

.social-widget.style-2 .social-widgets-wrap {
	gap: 5px;
}

.social-widget.style-2 .social-widgets-wrap a {
	padding: 12px 20px;
	padding-inline-start: 12px;
}

.social-widget.style-2 .social-widgets-wrap a .screen-reader-text {
	clip: unset;
	clip-path: unset;
	height: auto;
	width: auto;
	margin: 0;
	position: relative !important;
	overflow: visible;
	color: #fff;
	top: inherit;
	margin-inline-start: 5px;
}

/* social widget */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	font-size: var(--font-size-sm);
	border: 1px solid;
	border-color: var(--primary-color);
	background: var(--primary-color);
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px;
	width: 100%;
	background-color: var(--post-item-background);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.pswp__ui--hidden{
	display: none;
}
.pswp__ui--hidden button{
	background-color: transparent;
	font-size: 0;
	padding: 0;
	border: none;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.home.page {
	margin-bottom: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

/*widget list==*/
.widget ol,
.widget ul:not(.entry-meta) {
	list-style: none;
	padding: 0;
	margin-inline: 0;
}

.widget ol li,
.widget ul:not(.entry-meta) li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: var(--font-size-sm);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget ol li a,
.widget ul:not(.entry-meta) li a {
	text-decoration: none;
	color: var(--color-text);
	transition: var(--transition);
}

.widget ol li a:focus,
.widget ul:not(.entry-meta) li a:focus,
.widget ol li a:hover,
.widget ul:not(.entry-meta) li a:hover {
	color: var(--primary-color);
}

.widget ol ol,
.widget ul ol,
.widget ol ul,
.widget ul ul {
	padding-top: 7px;
	margin-left: 10px;
	padding-left: 10px;
}

.widget>ol>li,
.widget>ul>li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget>ol>li a,
.widget>ul>li a {
	color: var(--color-text);
	transition: var(--transition);
}

.widget>ol>li a:focus,
.widget>ul>li a:focus,
.widget>ol>li a:hover,
.widget>ul>li a:hover {
	color: var(--primary-color);
}

.widget ol>li:last-child,
.widget ul:not(.entry-meta)>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*widget list==*/
/*widget tag cloud ==*/
.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--font-size-sm) !important;
	color: var(--color-text);
	border: 1px solid var(--color-text);
	padding: 3px 7px;
	margin-inline-end: 5px;
	margin-block-end: 5px;
	line-height: 1.2;
}

.wp-block-tag-cloud a:focus,
.tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.site-footer .wp-block-tag-cloud a,
.site-footer .tagcloud a {
	border: 1px solid #fff;
}

.site-footer .wp-block-tag-cloud a:focus,
.site-footer .tagcloud a:focus,
.site-footer .wp-block-tag-cloud a:hover,
.site-footer .tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

/*widget tag cloud ==*/
/*widget search ==*/
.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
	outline: 0;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: #fff;
	background-color: var(--primary-color);
	margin: 0;
	padding: 10px 25px;
}

.search-form {
	display: flex;
}

.search-form label,
.search-form .search-field {
	width: 100%;
}

.search-form .search-field {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}


/*widget search ==*/
/*widget wp social links ==*/
.wp-block-social-links li {
	margin: 0 !important;
	padding: 0 !important;
}

/*widget wp social links ==*/

/*widget calendar ==*/
.dark-mode .wp-block-calendar table caption,
.dark-mode .wp-block-calendar table tbody {
	color: #fff;
}

.dark-mode .wp-block-calendar table th {
	background-color: var(--color-light-background);
}

.wp-block-calendar #today,
.wp-block-calendar a {
	color: var(--primary-color);
}

/*widget calendar ==*/

/* Custom widgets start
--------------------------------------------- */
.widget-title {
	padding-block-end: 15px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	background: none;
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	font-size: var(--font-size-base);
}

.widget-title::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 60px;
	height: 3px;
	background: var(--primary-color);
}

/* social widget start*/
.social-widget .social-widgets-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* social widget end*/
/* author widget start*/
.author-widget .adore-widget-body-wrap-inside{
	padding: 15px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: var(--shadow);
	border: 1px solid #ffffff38;
	background-color: var(--post-item-background);
}


.author-widget .widget-title {
	color: var(--color-text);
}

.author-widget .author-img {
	line-height: 0;
}

.author-widget .author-img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 20px;
	border: 2px solid #fff;
}

.author-widget {
	color: var(--color-text);
}

.author-widget .author-part {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-block-end: 15px;
}

.author-widget .author-name-part .author-name {
	margin: 0 0 5px;
	font-size: var(--font-size-base);
	font-weight: 700;
	line-height: 1.3;
}

.author-widget .author-name-part .author-position {
	margin-block: 5px;
	font-size: var(--font-size-sm);
}

.author-widget .author-details .author-description {
	margin: 0;
	margin-block-start: 10px;
}

.author-widget .author-social-contacts {
	display: inline-flex;
	gap: 10px;
	padding: 4px 6px;
	border-radius: 10px;
	border: 1px solid #ffffff38;
	background: var(--body-background);
}

.author-widget .author-social-contacts a {
	font-size: 14px;
}

/* author widget end */

/* featured widget start */
.featured-widget .post-item.post-list {
	display: flex;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
}

.featured-widget .post-item.post-list .post-item-image {
	flex: 0 0 30%;
	max-width: 30%;
	align-self: start;
	aspect-ratio: 1;
}
.featured-widget .post-item .post-item-image a {
	height: 100%;
	width: 100%;
	display: flex;
}
.featured-widget .post-item .post-item-image a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.featured-widget .post-item .post-item-content {
	padding-inline-start: 20px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	background-color: var(--post-item-background);
}

.featured-widget .post-item .post-item-content .entry-title {
	margin-block: 10px;
	margin-block-start: 0;
	line-height: 1.3;
	font-size: calc(var(--font-size-sm) + 2px);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* featured widget end */

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Preloader
--------------------------------------------- */
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: var(--post-item-background);
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}

#loader .loader-container {
	position: relative;
	z-index: 12;
}

#loader #preloader {
	position: relative;
	margin: auto;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#preloader .pre-loader-6 {
	width: 45px;
	aspect-ratio: .75;
	--c: no-repeat linear-gradient(var(--color-text) 0 0);
	background:
	var(--c) 0% 50%,
	var(--c) 50% 50%,
	var(--c) 100% 50%;
	animation: load-6 1s infinite linear alternate;
}

@keyframes load-6 {
	0% {
		background-size: 20% 50%, 20% 50%, 20% 50%
	}

	20% {
		background-size: 20% 20%, 20% 50%, 20% 50%
	}

	40% {
		background-size: 20% 100%, 20% 20%, 20% 50%
	}

	60% {
		background-size: 20% 50%, 20% 100%, 20% 20%
	}

	80% {
		background-size: 20% 50%, 20% 50%, 20% 100%
	}

	100% {
		background-size: 20% 50%, 20% 50%, 20% 50%
	}
}

/* Preloader
--------------------------------------------- */

/* Theme Wrapper
--------------------------------------------- */
.site-content {
	margin-top: 50px;
}

.theme-wrapper-large {
	width: 100%;
	margin-inline: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1600px) {
	.theme-wrapper-large {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.theme-wrapper {
	max-width: var(--theme-wrapper-width);
	margin-inline: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.theme-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
}

.theme-wrap #secondary,
.theme-wrap #primary {
	width: 100%;
}

.left-sidebar .theme-wrap {
	flex-direction: row-reverse;
}

.no-sidebar .theme-wrap {
	display: block;
}

@media (min-width: 992px) {
	.theme-wrap #primary {
		width: calc(70% - 15px);
		flex-grow: 1;
	}

	.theme-wrap #secondary {
		width: calc(30% - 15px);
		position: sticky;
		top: 40px;
		flex-shrink: 0;
	}

	.no-sidebar .theme-wrap #secondary,
	.no-sidebar .theme-wrap #primary {
		width: 100%;
	}
}
/* End Theme Wrapper
--------------------------------------------- */

/* sections Start
--------------------------------------------- */
.frontpage {
	margin-top: 30px;
}

.frontpage.dark-mode {
	padding-block: 60px;
	background-color: var(--color-background);
	color: var(--color-text);
}

.frontpage.primary-background {
	background-color: var(--primary-color);
	padding-block: 50px;
	margin-block: 50px;
}

.dark-mode .frontpage.dark-mode {
	background-color: var(--color-light-background);
}

.main-banner-section {
	margin-top: 30px;
}

.main-banner-section:first-child {
	margin-top: 0;
}


@media (max-width: 600px) {
	.frontpage {
		margin-top: 30px;
	}
}
/* sections End
--------------------------------------------- */

/* Section Head
--------------------------------------------- */
.section-head {
	margin-bottom: 20px;
	text-align: start;
	gap: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 600px) {
	.section-head {
		gap: 5px;
		flex-direction: column;
		align-items: flex-start;
	}

}

.section-head .section-title {
	margin: 0;
	margin-bottom: 5px;
	font-size: var(--font-size-md);
	font-family: var(--font-head);
}

.section-head .section-subtitle {
	margin: 0;
}

.section-head .adore-view-all {
	font-weight: bold;
	text-decoration: none;
	color: var(--color-text);
	font-size: var(--font-size-sm);
}

.section-head .adore-view-all:after {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: inline-block;
	margin-inline-start: 10px;
}

.section-head .adore-view-all:focus,
.section-head .adore-view-all:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

/* End Section Head
--------------------------------------------- */

/* header navigation start
--------------------------------------------- */
.site-header {
	margin-bottom: 10px;
	position: relative;
}

.adore-header-outer-wrapper {
	padding-top: 30px;
	width: 100%;
	transition: all 300ms ease;
}
@media (max-width: 1300px) {
	.adore-header-outer-wrapper {
		padding-top: 0;
	}
}
.adore-header-outer-wrapper.fix-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding-top: 0;
}
.adore-header{
	margin-inline: auto;
	border-radius: 20px;
	position: relative;
	transition: all 300ms ease;
	border: 1px solid #ffffff38;
	box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
	background-color: var(--post-item-background);
	max-width: calc(var(--theme-wrapper-width) - 15px);
}

/* Start Header Imgae
--------------------------------------------- */
.adore-header.enable-header-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.adore-header.enable-header-image>*{
	position: relative;
	z-index: 1;
}
.adore-header.enable-header-image::before{
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.4;
	z-index: 0;
	background-color: #000;
	border-radius: 20px;
	transition: all 300ms ease;
}
.adore-header-outer-wrapper.fix-header .adore-header::before{
	border-radius: 0;
}
@media (max-width: 1300px) {
	.adore-header.enable-header-image::before{
		border-radius: 0;
	}
}
.adore-header.enable-header-image .navigation-search .navigation-search-wrap .navigation-search-icon{
	color: #fff;
}
@media (min-width: 992px) {
	.adore-header.enable-header-image .main-navigation ul a {
		color: #fff;
	}
	.adore-header.enable-header-image .main-navigation ul ul li a{
		color: var(--color-text);
	}
}
@media (max-width: 991px) {
	.adore-header.enable-header-image .menu-toggle span {
		background-color: #fff;
	}
}

/* End Header Imgae
--------------------------------------------- */
.adore-header >*{
	position: relative;
	z-index: 1;
}
@media (max-width: 1300px) {
	.adore-header{
		border-radius: 0;
	}
}
.adore-header-outer-wrapper.fix-header .adore-header{
	max-width: 100%;
	border-radius: 0;
	background-color: var(--post-item-background);
}
.adore-header-outer-wrapper.fix-header .adore-header::after{
	border: none;
}

@media (min-width: 1024px) {
	body.admin-bar .adore-header-outer-wrapper.fix-header {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	body.admin-bar .adore-header-outer-wrapper.fix-header {
		top: 46px;
	}
}

.adore-header-wrapper {
	display: flex;
	gap: 20px;
	padding: 10px 20px;
	align-items: center;
	justify-content: space-between;
	transition: all 300ms ease;
}

.adore-header-outer-wrapper.fix-header .adore-header-wrapper{
	padding: 10px 0;
}
@media (max-width: 1300px) {
	.adore-header-outer-wrapper .adore-header-wrapper{
		padding: 15px 0;
	}
}

.site-branding {
	width: 30%;
	flex-shrink: 1;
}

.site-branding .site-identity .site-title {
	font-size: var(--font-size-lg);
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

.adore-header-title.no-image .site-branding .site-identity .site-title {
	font-size: var(--font-size-xxl);
}

.site-branding .site-identity .site-title a {
	text-decoration: none;
	color: var(--header-text-color);
}

.site-title a {
	font-family: var(--font-site-title);
}

.site-branding .site-identity .site-description {
	margin-bottom: 0;
	margin-top: 5px;
}

.site-description {
	font-family: var(--font-site-title);
}

.header-end {
	display: flex;
	align-items: center;
	gap: 10px;
}

.adore-header-title.no-image {
	text-align: center;
}

.adore-header-title.has-image {
	text-align: start;
}

.adore-header-title.has-image .adore-header-title-wrapper {
	gap: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.adore-adver {
	width: 100%;
}

@media (min-width: 992px) {
	.adore-adver {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.adore-header-title.has-image .adore-header-title-wrapper {
		flex-direction: column;
		gap: 15px;
	}
}

/* navigation search  */
.navigation-search {
	width: 30px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.navigation-search .navigation-search-wrap .navigation-search-icon {
	color: var(--color-text);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	outline: 0;
	height: 30px;
	width: 30px;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
}

.navigation-search .navigation-search-wrap .navigation-search-icon:focus,
.navigation-search .navigation-search-wrap .navigation-search-icon:hover {
	opacity: 1;
	color: var(--primary-color);
}

.navigation-search .navigation-search-wrap .navigation-search-icon:focus-within {
	outline: 1px dashed;
}

.navigation-search .navigation-search-wrap .navigation-search-form {
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 325px;
	padding: 14px;
	z-index: 99;
	border-radius: 10px;
	box-shadow: 0 2px 9px -7px #000;
	background-color: var(--post-item-background);
}

.dark-mode .navigation-search .navigation-search-wrap .navigation-search-form {
	background-color: var(--color-light-background);
}

.navigation-search .navigation-search-wrap .navigation-search-form .search-form {
	display: flex;
}

.navigation-search .navigation-search-wrap .navigation-search-form .search-form label {
	width: 75%;
}

.navigation-search .navigation-search-wrap .navigation-search-form .search-form label input {
	width: 100%;
	border-radius: 7px;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
}

.navigation-search .navigation-search-wrap .navigation-search-form .search-form input.search-submit {
	width: 25%;
	margin: 0;
	font-size: var(--font-size-sm);
	border: none;
	background: var(--primary-color);
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em;
	border-radius: 7px;
	border-start-start-radius: 0;
	border-end-start-radius: 0;
}

.navigation-search .navigation-search-wrap.show .navigation-search-form {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 480px) {
	.navigation-search {
		position: unset;
	}

	.navigation-search .navigation-search-wrap .navigation-search-form {
		width: 100%;
	}
}
/* navigation search  */

/* desktop navigation */
.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: var(--font-size-sm);
}

.main-navigation ul a {
	text-decoration: none;
}

@media(min-width:992px) {
	.menu-toggle {
		display: none;
	}

	.header-nav-search {
		width: 100%;
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: space-between;
	}

	.main-navigation ul {
		display: flex !important;
		flex-wrap: wrap;
	}

	.main-navigation ul li.menu-item-has-children>a::after {
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-inline-start: 10px;
	}

	.main-navigation ul ul li.menu-item-has-children>a::after {
		content: "\f105";
	}

	.main-navigation ul a {
		padding: 15px;
		text-transform: uppercase;
		color: var(--color-text);
		font-weight: bold;
		display: block;
	}

	.main-navigation ul .current_page_item>a,
	.main-navigation ul .current-menu-item>a{
		opacity: 1;
		color: var(--primary-color);
	}

	.main-navigation ul li a:focus,
	.main-navigation ul li a:hover {
		opacity: 1;
		color: var(--primary-color);
	}

	.main-navigation ul ul {
		width: 200px;
		display: block;
		position: absolute;
		text-align: left;
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
		margin: 0 auto;
		padding: 0;
		box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
		transition: top 0.4s;
		top: 100%;
		left: 0px;
		flex-direction: column;
		background-color: var(--post-item-background);
	}

	.main-navigation ul ul a {
		display: block;
		font-weight: normal;
		padding: 6px 15px;
	}

	.main-navigation ul ul li:not(:last-child) {
		border-bottom: 1px solid #f1f1f1;
	}

	.dark-mode .main-navigation ul ul li {
		border-bottom: 1px solid #444444;
	}

	.main-navigation ul ul li a {
		text-transform: capitalize;
		color: var(--color-text);
		opacity: 1;
	}

	.main-navigation ul ul li a:focus,
	.main-navigation ul ul li a:hover {
		background-color: var(--post-item-background);
	}

	.main-navigation .menu li {
		position: relative;
	}

	.main-navigation ul li:focus-within>ul,
	.main-navigation ul li:hover>ul {
		visibility: visible;
		filter: alpha(opacity=1);
		opacity: 1;
		z-index: 999;
	}

	.main-navigation ul ul li:focus-within>ul,
	.main-navigation ul ul li:hover>ul {
		top: 100%;
	}

	.main-navigation ul ul li ul {
		top: 0;
	}

	.main-navigation ul ul li:focus-within ul,
	.main-navigation ul ul li:hover ul {
		top: 0;
		left: 100%;
	}

}

.main-navigation ul .current_page_item>a,
.main-navigation ul .current-menu-item>a{
	opacity: 1;
	color: var(--primary-color);
}

@media(max-width:991px) {

	.menu-toggle {
		width: 35px;
		height: 35px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
		margin: 5px;
		opacity: 1;
	}

	.menu-toggle:hover {
		opacity: 1;
	}

	.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: var(--color-text);
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}

	.menu-toggle span:nth-child(1) {
		top: calc(50% - 15px);
	}

	.menu-toggle span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	.menu-toggle span:nth-child(3) {
		bottom: calc(50% - 15px);
	}

	.main-navigation.toggled .menu-toggle span:nth-child(1) {
		top: 14px;
		width: 0%;
		left: 50%;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		transform: rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}

	.header-nav-search {
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: space-between;
	}

	.adore-header-wrapper {
		position: relative;
	}

	.main-navigation ul.nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 9999;
		display: none;
		background: var(--post-item-background);
		box-shadow: var(--shadow);
	}

	.main-navigation ul li.menu-item-has-children>a::after {
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-inline-start: 10px;
	}


	.main-navigation ul a {
		padding: 15px;
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		color: var(--color-text);
	}

	.main-navigation ul li:not(:last-child) {
		border-bottom: 1px solid #f1f1f1;
	}

	.main-navigation ul li:first-child {
		border-top: 1px solid #f1f1f1;
	}

	.main-navigation ul ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
		margin-inline-start: 10px;
	}

	.main-navigation ul li.menu-item-has-children:hover>ul,
	.main-navigation ul li.menu-item-has-children.focus>ul {
		height: auto;
		transform: scaleY(1);
	}

	.main-navigation ul ul a {
		display: block;
		padding: 10px 15px;
	}

	.main-navigation ul ul li {
		border-bottom: 1px solid #f1f1f1;
	}

	.main-navigation ul ul li a {
		text-transform: capitalize;
	}

	.main-navigation ul ul li a:focus {
		outline-offset: -2px;
	}

	.main-navigation .menu li {
		position: relative;
	}

}

@media(max-width:600px) {
	.adore-header-outer-wrapper .adore-header-wrapper {
		padding: 10px 0 5px;
		flex-direction: column;
	}

	.adore-navigation,
	.site-branding {
		width: 100%;
	}
	.site-branding {
		text-align: center;
	}
}

/* desktop navigation */
/* header navigation end
--------------------------------------------- */
/* =============== entry categories =============== */
.entry-cat {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	
	.post-categories {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		row-gap: 5px;
		column-gap: 7px;
		
		li{
			a {
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				padding: 3px 5px;
				font-weight: normal;
				line-height: 1;
				position: relative;
				letter-spacing: 0.8px;
				border-radius: 4px;
				transition: var(--transition);
				font-size: 1rem;
				background-color: var(--primary-color);

				&:focus,
				&:hover{
					opacity: 0.8;
				}
				&:focus {
					outline-offset: 2px;
				}
			}
		} 
	}
}

/* =============== entry categories =============== */
/* Post Item overlay-grid
--------------------------------------------- */

.post-item.post-overlay-grid {
	padding: 20px;
	border-radius: 20px;
	box-shadow: var(--shadow);
	transition: var(--transition);
	background-color: var(--post-item-background);
}

.post-item.post-overlay-grid .post-item-image {
	overflow: hidden;
	border-radius: var(--radius);
	transition: var(--transition);
}

.post-item.post-overlay-grid .post-item-image a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 0;
}

.post-item.post-overlay-grid .post-item-image a:focus {
	outline-offset: -3px;
}

.post-item.post-overlay-grid .post-item-image a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.8;
	object-fit: cover;
}

.post-item.post-overlay-grid  .post-item-content {
	padding-top: 30px;
	
}
.post-item.post-overlay-grid:focus-within ,
.post-item.post-overlay-grid:hover {
	box-shadow: none;
}

.post-item .post-item-content .entry-title {
	margin-block: 5px 8px;
	line-height: 1.3;
	font-weight: normal;
	font-size: calc(var(--font-size-base) + 0.5rem);
	font-family: var(--font-head);
}

.post-item .post-item-content .entry-cat+.entry-title {
	margin-top: 20px;
}

.site-footer .post-item .post-item-content .entry-title {
	font-weight: normal;
}

.post-item .post-item-content .entry-title a {
	text-decoration: none;
	color: var(--color-text);
	display: inline;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
	-moz-text-decoration-color: transparent;
	transition: var(--transition);
}

.post-item .post-item-content .entry-title a:focus,
.post-item .post-item-content .entry-title a:hover {
	color: var(--primary-color);
	text-decoration-color: currentColor;
	-webkit-text-decoration-color: currentColor;
	-moz-text-decoration-color: currentColor;
}

.post-item .post-item-content .entry-meta {
	margin: 0;
	margin-block-end: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 15px;
	align-items: center;
}

.post-item:not(.small-list) .post-item-content .entry-title+.entry-meta {
	margin-top: 12px;
}

.post-item .post-item-content .entry-meta:last-child {
	margin-block-end: 0;
}

.post-item .post-item-content .entry-meta li {
	margin-bottom: 0;
	font-size: calc(var(--font-size-sm) + 0.1rem);
	text-transform: capitalize;
	font-weight: 500;
}

.post-item .post-item-content .entry-meta li i {
	margin-inline-end: 5px;
	font-size: var(--font-size-sm);
}

.post-item .post-item-content .entry-meta li a {
	text-decoration: none;
	color: var(--color-text);
	transition: var(--transition);
}

.post-item .post-item-content .entry-meta li a:focus,
.post-item .post-item-content .entry-meta li a:hover {
	color: var(--primary-color);
}

.post-item .post-item-content .entry-meta .reading-time {
	font-size: var(--font-size-xs);
}

.post-item .post-item-content .post-content p ,
.post-item .post-item-content .post-exerpt p {
	margin-block: 0;
}

.post-item .post-item-content .post-btn a:focus,
.post-item .post-item-content .post-btn a:hover {
	color: var(--primary-color);
}

.btn-read-more {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	color: var(--color-text);
	font-size: var(--font-size-xs);
	font-weight: 600;
	text-transform: capitalize;
	transition: var(--transition);
}

.btn-read-more:visited {
	color: var(--color-text);
}

.btn-read-more:focus,
.btn-read-more:hover {
	color: var(--primary-color);
}

/* Posts List Common
--------------------------------------------- */
.post-item{
	border: 1px solid #ffffff38;
}
.post-item.post-list {
	display: flex;
	overflow: hidden;
	padding: 20px;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	transition: var(--transition);
	background-color: var(--post-item-background);
}

.post-item.post-list .post-item-image {
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	border-radius: var(--radius);
}
.post-item.post-list .post-item-image a{
	height: 100%;
	width: 100%;
	display: flex;
}
.post-item.post-list .post-item-image a img{
	height: 100%;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.post-item.post-list .post-item-content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	padding-inline-start: 20px;
}

@media (max-width: 600px){
	.post-item.post-list:not(.small-list){
		display: block;
	}
	.post-item.post-list:not(.small-list) .post-item-image {
		flex: unset;
		max-width: unset;
	}
	.post-item.post-list:not(.small-list) .post-item-content {
		padding-top: 20px;
	}
}


.post-item.post-list.small-list{
	.post-item-content{
		.entry-title{
			font-size: calc(var(--font-size-sm) + 2px);
			font-weight: bold;
		}
		.entry-meta li{
			font-size: var(--font-size-xs);

			i {
				font-size: calc(var(--font-size-xs) - 1px);
			}
		}
	} 
} 

/* Posts List Common
--------------------------------------------- */

/* Post Item Common
--------------------------------------------- */
/* Adore Slick Navigation css start
--------------------------------------------- */
.adore-navigation .adore-arrow {
	position: absolute;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	font-size: var(--font-size-sm);
	width: 40px;
	height: 40px;
	color: var(--color-text);
	border: 1px solid;
	text-align: center;
	line-height: 1px;
	z-index: 1;
	cursor: pointer;
	font-weight: 600;
	padding: 0;
	display: flex;
	border-radius: 10px;
	align-items: center;
	transform-origin: 0 0;
	justify-content: center;
	transition: var(--transition);
	background: var(--post-item-background);

	&:focus,
	&:hover{
		opacity: 1;
	}
}


.adore-navigation .adore-arrow:focus,
.adore-navigation .adore-arrow:hover {
	color: var(--primary-color);
}

.adore-navigation .adore-arrow.slide-prev {
	left: 5px;
}

.adore-navigation .adore-arrow.slide-next {
	right: 5px;
}

/* Adore Slick Navigation css end
--------------------------------------------- */

/* Adore Slick Dots css start
--------------------------------------------- */
.adore-navigation .slick-dots {
	margin: 0;
	margin-block: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.adore-navigation .slick-dots li {
	display: flex;
}

.adore-navigation .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 8px;
	padding: 0;
	opacity: 0.7;
	border: none;
	cursor: pointer;
	border-radius: 100vmax;
	transition: var(--transition);
}

.adore-navigation .slick-dots li.slick-active button {
	width: 25px;
	opacity: 1;
}
/* Adore Slick Dots css end
--------------------------------------------- */

/* Start Grid Posts Section
--------------------------------------------- */
.post-grid-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

.post-grid-section.two-column .post-grid-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

.post-grid-section.three-column .post-grid-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

.post-grid-section.four-column .post-grid-wrapper {
	grid-template-columns: repeat(4, 1fr);
}

.post-grid-section.five-column .post-grid-wrapper {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {

	.post-grid-section.three-column .post-grid-wrapper,
	.post-grid-section.four-column .post-grid-wrapper,
	.post-grid-section.five-column .post-grid-wrapper,
	.post-grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {

	.post-grid-section.two-column .post-grid-wrapper,
	.post-grid-section.three-column .post-grid-wrapper,
	.post-grid-section.four-column .post-grid-wrapper,
	.post-grid-section.five-column .post-grid-wrapper,
	.post-grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* End Grid Posts Section
--------------------------------------------- */

/* Start Banner section
--------------------------------------------- */
.banner-section{
	.editor-picks-section{
		padding: 20px;
		box-shadow: var(--shadow);
		border-radius: var(--radius);
		background-color: var(--post-item-background);
		.editor-wrapper{
			display: grid;
			gap: 20px;
			grid-template-columns: repeat(4, 1fr);

			@media (max-width: 1024px){
				grid-template-columns: repeat(2, 1fr);
			}
			@media (max-width: 600px){
				grid-template-columns: repeat(1, 1fr);
			}

			.post-item.post-list{
				padding: 0;
				align-items: center;
				background-color: transparent;
				box-shadow: unset;
				.post-item-image {
					flex: 0 0 35%;
					max-width: 35%;
					aspect-ratio: 1;
					flex-shrink: 0;
					border-radius: 50%;
				}
				.post-item-content{
					padding-inline: 15px;
					.entry-title {
						margin-block: 5px;
						margin-block-start: 0;
						line-height: 1.3;
						font-size: calc(var(--font-size-sm) + 2px);
						overflow: hidden;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
					}
				}

			}
		}
	}
	.main-banner-section{
		.banner-section-wrapper{
			display: grid;
			gap: 30px;
			grid-template-columns: repeat(3, 1fr);

			@media (max-width: 768px){
				grid-template-columns: repeat(2, 1fr);
			}
			@media (max-width: 600px){
				grid-template-columns: repeat(1, 1fr);
			}

			.post-item.post-overlay-grid{
				.post-item-content{
					padding-bottom: 10px;
					.entry-cat{
						.reading-time{
							flex-shrink: 0;
							text-transform: uppercase;
							font-size: var(--font-size-sm);
						}
					}
				}
			}
		}
	}
}
/* End Banner section
--------------------------------------------- */

/* Start archive layouts
--------------------------------------------- */
/* grid layout */
.theme-archive-layout.grid-layout {
	display: grid;
	gap: 30px;
}

.theme-archive-layout.grid-layout article {
	margin: 0;
}

/* one column */
.theme-archive-layout.grid-layout.grid-column-1 {
	grid-template-columns: repeat(1, 1fr);
}

/* one column */

/* two columns */
.theme-archive-layout.grid-layout.grid-column-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width:600px) {
	.theme-archive-layout.grid-layout.grid-column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* two columns */

/* three columns */
.theme-archive-layout.grid-layout.grid-column-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width:768px) {
	.theme-archive-layout.grid-layout.grid-column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:600px) {
	.theme-archive-layout.grid-layout.grid-column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* three columns */

/* four columns */
.theme-archive-layout.grid-layout.grid-column-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width:1024px) {
	.theme-archive-layout.grid-layout.grid-column-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:768px) {
	.theme-archive-layout.grid-layout.grid-column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:600px) {
	.theme-archive-layout.grid-layout.grid-column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* four columns */
/* five columns */
.theme-archive-layout.grid-layout.grid-column-5 {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width:1024px) {
	.theme-archive-layout.grid-layout.grid-column-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:768px) {
	.theme-archive-layout.grid-layout.grid-column-5 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:600px) {
	.theme-archive-layout.grid-layout.grid-column-5 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* five columns */

/* grid layout */
/* list layout */
.theme-archive-layout.list-layout {
	display: grid;
	gap: 30px;
	margin-bottom: 50px;
}

.theme-archive-layout.list-layout article {
	margin-bottom: 0;
}
.theme-archive-layout.list-layout article .post-item.post-list .post-item-image a img{
	aspect-ratio: 1/0.7;
}

.theme-archive-layout.list-layout article:not(.has-post-thumbnail) .post-item.post-list .post-item-image{
	display: none;
}
.theme-archive-layout.list-layout article:not(.has-post-thumbnail) .post-item.post-list .post-item-content{
	padding: 10px;
}
@media (max-width: 600px) {
	.theme-archive-layout.list-layout article .post-item.post-list {
		flex-direction: column;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-image {
		flex: unset;
		max-width: unset;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content {
		text-align: start;
		padding-inline: 0;
		padding-bottom: 0;
	}
	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content p{
		margin-bottom: 0;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content .entry-meta,
	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content .entry-cat .post-categories {
		justify-content: flex-start;
	}
}
@media (min-width:991px) {
	.theme-archive-layout.list-layout.list-style-2 article .post-item.post-list {
		flex-direction: row-reverse;
	}

	.theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item.post-list {
		flex-direction: row-reverse;
	}
}
/* list layout */

/* End archive layouts
--------------------------------------------- */

/* Start Post navigations
--------------------------------------------- */
.site-main .post-navigation,
.site-main .posts-navigation {
	margin-top: 30px;
	padding: 20px 0;
	border-block: 1px solid #191b1d29;
}

.dark-mode .site-main .post-navigation,
.dark-mode .site-main .posts-navigation {
	border-block: 1px solid #666;
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
	display: flex;
}

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

	.post-navigation .nav-links,
	.posts-navigation .nav-links {
		flex-wrap: wrap;
	}
}

.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	flex: 1 0 50%;
}

.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--color-text);
	transition: var(--transition);
	text-decoration: none;
}

.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f104";
	display: inline-block;
}

.post-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover {
	color: var(--primary-color);
}

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

	.post-navigation .nav-previous a,
	.posts-navigation .nav-previous a {
		flex-direction: column;
		align-items: flex-start;
	}
}

.post-navigation .nav-next,
.posts-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation .nav-next a,
.posts-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
	color: var(--color-text);
	transition: var(--transition);
	text-decoration: none;
}

.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: inline-block;
}

.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover {
	color: var(--primary-color);
}

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

	.post-navigation .nav-next a,
	.posts-navigation .nav-next a {
		flex-direction: column;
		align-items: flex-end;
	}

	.post-navigation .nav-next a>*,
	.posts-navigation .nav-next a>* {
		order: 1;
	}

	.post-navigation .nav-next a::after,
	.posts-navigation .nav-next a::after {
		order: 0;
	}
}

/* numeric pagination     */
nav.navigation.pagination .nav-links {
	display: flex;
	gap: 10px;
	margin: 30px 0 30px;
	justify-content: center;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	color: var(--color-text);
	box-shadow: var(--shadow);
	transition: var(--transition);
	background-color: var(--post-item-background);
}

nav.navigation.pagination .nav-links span.prev,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.next {
	font-size: 0;
}

nav.navigation.pagination .nav-links span.prev::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30a";
	font-size: 1rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30b";
}

nav.navigation.pagination .nav-links span:hover,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:focus {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.current {
	color: #fff;
	background-color: var(--primary-color);
}

nav.navigation.pagination .nav-links span.dots {
	border: none;
}

nav.navigation.pagination .nav-links span.dots:hover,
nav.navigation.pagination .nav-links span.dots:focus {
	color: var(--color-text);
	border: none;
}
/* numeric pagination     */

/* End Post navigations
--------------------------------------------- */

/* Start Single Post/Page
--------------------------------------------- */
body.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

/*--404 page--*/
section.error-404.not-found {
	margin-bottom: 50px;
	text-align: center;
	max-width: 991px;
	margin-inline: auto;
}

/*--404 page--*/
/*--single--*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main article .entry-header .entry-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-body);
	margin-top: 0;
	margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
	.site-main article .entry-header .entry-title {
		margin-bottom: 1.1rem;
	}
}

.site-main article .entry-header .entry-title a {
	text-decoration: none;
	color: var(--color-text);
}

.site-main article .entry-meta {
	padding-bottom: 10px;
}

.site-main article .entry-meta span {
	font-size: 16px;
	font-weight: normal;
}

.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
	font-weight: normal;
}

.site-main article .entry-meta span a {
	text-decoration: none;
	color: var(--color-text);
}

.site-main article .entry-meta span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-meta span a i {
	margin-inline-end: 5px;
}

.site-main article .entry-meta span.comments-link a {
	font-weight: bold;
}

.site-main article .post-thumbnail {
	display: block;
	line-height: 0;
}

.site-main article .post-thumbnail img {
	width: 100%;
}

@media (min-width: 992px) {
	.site-main article .entry-meta {
		padding: 10px 0 20px;
		padding-top: 0;
	}
}

.site-main article .entry-content {
	margin-top: 0;
}

.site-main article .entry-content p {
	margin-bottom: 10px;
}

.site-main article .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.site-main article .entry-footer span {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
	font-weight: normal;
}

.site-main article .entry-footer span a {
	text-decoration: none;
	color: var(--color-text);
}

.site-main article .entry-footer span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

/*--single--*/
body.single .site-main>article{
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--shadow);
	padding: 15px;
	background-color: var(--post-item-background);
}
body.single .site-main>article header {
	margin-bottom: 10px;
}

body.single .site-main>article header .entry-title {
	margin-bottom: 10px;
}

body.single .site-main>article header .entry-meta {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.no-sidebar .entry-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.related-posts .post-item.post-overlay-grid .post-item-image .post-thumbnail{
	height: 100%;
	width: 100%;
	line-height: 0;
}
/* End Single Post/Page
--------------------------------------------- */

/* Start breadcrumbs
--------------------------------------------- */

.breadcrumb-trail.breadcrumbs {
	padding: 20px 0px;
}

body.aft-single-full-header .breadcrumb-trail.breadcrumbs {
	padding-bottom: 20px;
}

ul.trail-items {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

ul.trail-items li {
	display: inline-block;
	margin-right: 5px;
}

ul.trail-items li a {
	text-decoration: none;
	font-size: 13px;
	color: var(--color-text);
	opacity: 0.7;
}

ul.trail-items li a:hover {
	opacity: 1;
	color: var(--primary-color);
	transition: var(--transition);
}

ul.trail-items li:after {
	content: ' / ';
	padding: 0 2px;
	color: var(--color-text);
	font-size: 13px;
}

ul.trail-items li:last-child:after {
	display: none;
}

/* End breadcrumbs
--------------------------------------------- */
/* Start comments css
--------------------------------------------- */

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

.bypostauthor {
	display: block;
}

/** * Comments Wrapper */
.comments-area {
	padding-bottom: 30px;
}

.comments-area>* {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comments-area>*:first-child {
	margin-top: 0;
}

.comments-area>*:last-child {
	margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 10px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 8px 0 9px 85px;
}

/** * Comment Title */
.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: 30px;
}

/** * Comment Lists */
.comments-area [type="checkbox"],
.comments-area [type="radio"] {
	margin-bottom: 7px;
	margin-right: 10px;
}

.comment-list {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.comment-list ol {
	margin-left: 0;
}

.comment-list>li {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children>li {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 482px) {

	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: calc(4 * 20px);
	}
}

/** * Comment Meta */
.comment-meta .comment-author {
	margin-bottom: calc(0.25 *20px);
}

@media only screen and (min-width: 482px) {
	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-weight: normal;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: var(--text-color-normal);
	padding: 8px 0 9px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

@media only screen and (min-width: 482px) {
	.comment-meta {
		margin-right: inherit;
	}

	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-body {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: var(--post-item-background);
	border: 1px solid #eee;
}

.comment-body .reply {
	margin: 0;
}

.comment-content {
	word-wrap: break-word;
	font-size: 16px;
	padding-bottom: 15px;
	color: #555;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-respond>* {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-respond>*:first-child {
	margin-top: 0;
}

.comment-respond>*:last-child {
	margin-bottom: 0;
}

.comment-author {
	padding-top: 3px;
}

.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
	color: currentColor;
}

.reply a:focus,
.comment-content a:focus,
.comment-meta .comment-metadata a:focus,
.comment-author .url:focus,
.reply a:hover,
.comment-content a:hover,
.comment-meta .comment-metadata a:hover,
.comment-author .url:hover {
	color: var(--theme-color);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form>* {
	flex-basis: 100%;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	flex-basis: 0;
	flex-grow: 1;
}

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

	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent>label,
.comment-form .comment-notes {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form>p {
	margin-bottom: 10px;
}

.comment-form>p a {
	color: var(--text-color-normal);
	transition: var(--transition);
	text-decoration: none;
}

.comment-form>p a:focus,
.comment-form>p a:hover {
	color: var(--theme-color);
}

.comment-form>p:first-of-type {
	margin-top: 0;
}

.comment-form>p:last-of-type {
	margin-bottom: 0;
}

.comment-form>p label,
.comment-form>p input[type=email],
.comment-form>p input[type=text],
.comment-form>p input[type=url],
.comment-form>p textarea {
	display: block;
	font-size: var(--global--font-size-sm);
	margin-bottom: calc(.5 *20px);
	width: 100%;
	font-weight: var(--form--label-weight);
}

.comment-form>p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 482px) {

	.comment-form>p.comment-form-author,
	.woocommerce #review_form #respond p {
		margin-right: calc(1.5 * 20px);
	}

	.comment-form>p.comment-notes,
	.comment-form>p.logged-in-as {
		display: block;
	}
}

nav.breadcrumb-trail ul.trail-items {
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li {
	display: inline-block;
}

nav.breadcrumb-trail ul.trail-items li a {
	text-decoration: none;
	color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li a:hover {
	color: var(--theme-color);
}

nav.breadcrumb-trail ul.trail-items li::after {
	margin: 0 0.3rem;
}

nav.breadcrumb-trail ul.trail-items li:last-child::after {
	display: none;
}

/*comments section====*/
#comments.comments-area {
	margin-block: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--shadow);
	padding: 15px;
	background-color: var(--post-item-background);
}

#comments.comments-area .comments-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-body);
	line-height: 1.2;
}

#comments.comments-area .comment-list .comment .comment-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50px;
}

#comments.comments-area .comment-list .comment .comment-content p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond {
	margin-top: 20px;
}

#comments.comments-area div#respond #reply-title {
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
}

#comments.comments-area div#respond p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond label {
	font-weight: normal;
}

#comments.comments-area div#respond textarea {
	width: 100%;
	background: var(--post-item-background);
}

#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
	display: inline-block;
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
	display: block;
}

#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-cookies-consent label {
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#comments.comments-area div#respond input[type="submit"] {
	display: inline-block;
	margin-top: 10px;
}

#comments.comments-area div#respond #reply-title small a {
	display: inline-block;
	margin-left: 10px;
}

.comment div#respond,
.comment-content {
	margin-left: 70px;
}

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

.bypostauthor {
	display: block;
}
/* End comments css
--------------------------------------------- */

/* Start footer css
--------------------------------------------- */
.site-footer {
	margin-top: 50px;
}

.instagram-section+.site-footer{
	margin-top: 0;
}

.site-footer .top-footer .top-footer-widgets {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	margin-inline: -15px;
}

.site-footer .top-footer .top-footer-widgets .footer-widget {
	width: 25%;
	padding-inline: 15px;
	flex-shrink: 0;
	flex-grow: 1;
}

@media (max-width: 768px) {
	.site-footer .top-footer .top-footer-widgets .footer-widget {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.site-footer .top-footer .top-footer-widgets .footer-widget {
		width: 100%;
	}
}

.site-footer .top-footer .top-footer-widgets .footer-widget h1,
.site-footer .top-footer .top-footer-widgets .footer-widget h2,
.site-footer .top-footer .top-footer-widgets .footer-widget h3,
.site-footer .top-footer .top-footer-widgets .footer-widget h4,
.site-footer .top-footer .top-footer-widgets .footer-widget h5,
.site-footer .top-footer .top-footer-widgets .footer-widget h6 {
	margin-top: 0;
}

.site-footer .bottom-footer {
	padding: 15px 0;
	background-color: var(--post-item-background);
	border-top: 1px solid #d9d9d9;
}

.site-footer .bottom-footer .bottom-footer-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.site-footer .bottom-footer .bottom-footer-info.no-footer-social-menu {
	justify-content: center;
}

@media (max-width: 480px) {
	.site-footer .bottom-footer .bottom-footer-info {
		flex-direction: column-reverse;
		gap: 10px;
	}
}

.site-footer .bottom-footer .bottom-footer-info .site-info a {
	text-decoration: none;
	color: var(--primary-color);
	opacity: 0.8;
	transition: var(--transition);
}

.site-footer .bottom-footer .bottom-footer-info .site-info a:focus,
.site-footer .bottom-footer .bottom-footer-info .site-info a:hover {
	opacity: 1;
}

.site-footer .bottom-footer .bottom-footer-info .social-icons ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
}

/* End footer css
--------------------------------------------- */
/* Start Scroll to top css
--------------------------------------------- */
a.blog-articles-scroll-to-top {
	position: fixed;
	bottom: 53px;
	right: 30px;
	height: 40px;
	width: 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 7px;
	transition: var(--transition);
	font-size: var(--font-size-sm);
	background-color: var(--primary-color);
}

a.blog-articles-scroll-to-top::before {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f106";
}

a.blog-articles-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}






/* ============================================================
   START DELIBERX JOURNAL — HOMEPAGE LAYOUT
   Featured: 6 compact cards
   Centre: 3 medium editorial cards
   Latest: 6 compact cards
   Right Sidebar: 22%
   Single post pages remain untouched
   ============================================================ */


/* ============================================================
   1. HIDE DUPLICATE MAIN BANNER
   ============================================================ */

body.home .banner-section .main-banner-section {
    display: none !important;
}


/* ============================================================
   2. HOMEPAGE SIDEBAR
   78% CONTENT / 22% SIDEBAR
   ============================================================ */

@media (min-width: 1100px) {

    body.home:not(.no-sidebar) .theme-wrap {
        gap: 24px !important;
        align-items: flex-start !important;
    }

    body.home:not(.no-sidebar) .theme-wrap #primary {
        width: calc(78% - 12px) !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    body.home:not(.no-sidebar) .theme-wrap #secondary {
        width: calc(22% - 12px) !important;
        flex: 0 0 calc(22% - 12px) !important;
        position: sticky !important;
        top: 90px !important;
    }
}


/* Stack sidebar below content on smaller screens */

@media (min-width: 992px) and (max-width: 1099px) {

    body.home .theme-wrap #primary,
    body.home .theme-wrap #secondary {
        width: 100% !important;
    }

    body.home .theme-wrap #secondary {
        position: static !important;
    }
}


/* ============================================================
   3. TOP FEATURED + BOTTOM LATEST
   COMMON GRID SYSTEM
   ============================================================ */


/* 6 columns on large desktop */

@media (min-width: 1400px) {

    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}


/* 4 columns on smaller desktop */

@media (min-width: 1100px) and (max-width: 1399px) {

    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}


/* 3 columns */

@media (min-width: 769px) and (max-width: 1099px) {

    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}


/* 2 columns */

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

    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* 1 column */

@media (max-width: 500px) {

    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================================
   4. TOP FEATURED POSTS
   ============================================================ */


/* Remove original surrounding panel */

body.home .banner-section .editor-picks-section {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}


/* Compact vertical featured cards */

body.home .banner-section .editor-picks-section .post-item.post-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 10px !important;
    height: 100% !important;
    background: var(--post-item-background) !important;
    box-shadow: var(--shadow) !important;
    border-radius: 14px !important;
}


/* Featured image */

body.home .banner-section .editor-picks-section .post-item-image {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

body.home .banner-section .editor-picks-section .post-item-image a,
body.home .banner-section .editor-picks-section .post-item-image img {
    width: 100% !important;
    height: 100% !important;
}

body.home .banner-section .editor-picks-section .post-item-image img {
    object-fit: cover !important;
}


/* Featured content */

body.home .banner-section .editor-picks-section .post-item-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: flex-start !important;
    padding: 11px 0 0 !important;
}


/* Featured title */

body.home .banner-section .editor-picks-section .entry-title {
    font-size: 0.98rem !important;
    line-height: 1.27 !important;
    font-weight: 500 !important;
    margin: 5px 0 8px !important;
}


/* Featured author/date fixed to bottom */

body.home .banner-section .editor-picks-section .entry-meta {
    margin-top: auto !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
}

body.home .banner-section .editor-picks-section .entry-meta li {
    font-size: 0.72rem !important;
}


/* ============================================================
   5. CENTRE EDITORIAL CARDS
   Around 15–20% visually lighter
   ============================================================ */

@media (min-width: 1100px) {

    body.home .theme-archive-layout.grid-layout.grid-column-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}


@media (min-width: 769px) and (max-width: 1099px) {

    body.home .theme-archive-layout.grid-layout.grid-column-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}


@media (max-width: 768px) {

    body.home .theme-archive-layout.grid-layout.grid-column-2 {
        grid-template-columns: 1fr !important;
    }
}


/* Tighten centre cards */

body.home .theme-archive-layout .post-item.post-overlay-grid {
    padding: 15px !important;
    border-radius: 16px !important;
}


/* Reduce centre image height */

body.home .theme-archive-layout .post-item.post-overlay-grid
.post-item-image img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
}


/* Centre post title */

body.home .theme-archive-layout .post-item .entry-title {
    font-size: 1.12rem !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
}


/* Quieter centre category */

body.home .theme-archive-layout .post-categories li a {
    font-size: 0.68rem !important;
    padding: 3px 5px !important;
    letter-spacing: 0.3px !important;
}


/* ============================================================
   6. BOTTOM LATEST POSTS
   ============================================================ */

body.home .post-grid-section .post-item.post-overlay-grid {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 10px !important;
    border-radius: 14px !important;
}


/* Latest image */

body.home .post-grid-section .post-item.post-overlay-grid .post-item-image {
    border-radius: 10px !important;
}

body.home .post-grid-section .post-item.post-overlay-grid
.post-item-image img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
}


/* Latest content */

body.home .post-grid-section .post-item.post-overlay-grid
.post-item-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding-top: 11px !important;
}


/* Small category label */

body.home .post-grid-section .post-categories li a {
    font-size: 0.62rem !important;
    padding: 3px 5px !important;
    letter-spacing: 0.3px !important;
    line-height: 1 !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
}


/* Category / reading time */

body.home .post-grid-section .post-item .entry-cat {
    padding-bottom: 9px !important;
    gap: 6px !important;
}

body.home .post-grid-section .post-item .reading-time {
    font-size: 0.72rem !important;
}


/* Latest title */

body.home .post-grid-section .post-item .entry-title {
    font-size: 0.98rem !important;
    line-height: 1.27 !important;
    font-weight: 500 !important;
    margin-top: 8px !important;
}


/* Author + date fixed to bottom */

body.home .post-grid-section .post-item .entry-meta {
    margin-top: auto !important;
    padding-top: 11px !important;
    margin-bottom: 0 !important;
}

body.home .post-grid-section .post-item .entry-meta li {
    font-size: 0.72rem !important;
}


/* ============================================================
   7. SIDEBAR WIDGET DESIGN
   ============================================================ */

body.home #secondary .widget {
    background: var(--post-item-background) !important;
    border: 1px solid #ffffff38 !important;
    border-radius: 14px !important;
    padding: 18px !important;
    margin-bottom: 18px !important;
    box-shadow: var(--shadow) !important;
}


/* Sidebar headings */

body.home #secondary .widget-title,
body.home #secondary .wp-block-heading {
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}


/* Sidebar lists */

body.home #secondary .widget ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.home #secondary .widget li {
    font-size: 0.83rem !important;
    line-height: 1.35 !important;
}


/* Sidebar form fields */

body.home #secondary input[type="email"],
body.home #secondary input[type="text"],
body.home #secondary input[type="search"] {
    width: 100% !important;
    font-size: 0.82rem !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
}


/* Sidebar buttons */

body.home #secondary button,
body.home #secondary input[type="submit"] {
    font-size: 0.78rem !important;
    padding: 9px 12px !important;
    border-radius: 6px !important;
}


/* Prevent nested sidebar blocks adding extra containers */

body.home #secondary .widget .wp-block-group {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}


/* End Scroll to top css
--------------------------------------------- */


/* ========================================================================
   DELIBERX — FINAL CONSOLIDATED LUXURY EDITORIAL SYSTEM
   Single maintained design layer. No later patch blocks required.
   ======================================================================== */

/* 1) DESIGN TOKENS ------------------------------------------------------- */
:root,
.light-mode {
    --dx-cream: #f3eee4;
    --dx-paper: #fdfaf4;
    --dx-paper-soft: #f8f3ea;
    --dx-ink: #1b1916;
    --dx-text: #332f29;
    --dx-muted: #7a7165;
    --dx-line: #d9d0c1;
    --dx-line-dark: #beb3a2;
    --dx-accent: #9a7447;
    --dx-accent-dark: #725334;
    --dx-serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
    --dx-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    /* Override the theme's existing blue/white/glass token system */
    --post-item-background: var(--dx-paper);
    --primary-color: var(--dx-ink);
    --header-text-color: var(--dx-ink);
    --color-text: var(--dx-text);
    --color-background: var(--dx-cream);
    --body-background: var(--dx-cream);
    --color-background-rgba: 253, 250, 244;
    --theme-wrapper-width: 1440px;
    --shadow: none;
    --radius: 3px;
    --font-site-title: var(--dx-serif);
    --font-tagline: var(--dx-body);
    --font-head: var(--dx-serif);
    --font-body: var(--dx-body);
}

/* Optional: keep the theme's dark-mode switch elegant instead of breaking it */
.dark-mode {
    --dx-cream: #171511;
    --dx-paper: #211e19;
    --dx-paper-soft: #27231d;
    --dx-ink: #f2eadf;
    --dx-text: #e6ded2;
    --dx-muted: #aaa092;
    --dx-line: #3f3930;
    --dx-line-dark: #5a5144;
    --dx-accent: #c8a473;
    --dx-accent-dark: #dfbd8a;
    --post-item-background: var(--dx-paper);
    --primary-color: var(--dx-ink);
    --header-text-color: var(--dx-ink);
    --color-text: var(--dx-text);
    --color-background: var(--dx-cream);
    --body-background: var(--dx-cream);
}

/* 2) GLOBAL CANVAS / TYPOGRAPHY ----------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    background: var(--dx-cream) !important;
    color: var(--dx-text);
    font-family: var(--dx-body) !important;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    background: #d9c4a6;
    color: #171411;
}

body a,
body a:visited {
    color: inherit;
}

body a:hover,
body a:focus {
    color: var(--dx-accent-dark);
}

.theme-wrapper {
    padding-left: clamp(18px, 3vw, 42px);
    padding-right: clamp(18px, 3vw, 42px);
}

.site-content {
    margin-top: clamp(42px, 5vw, 76px) !important;
}

.frontpage {
    margin-top: clamp(40px, 5vw, 72px) !important;
}

/* 3) HEADER — QUIET LUXURY ---------------------------------------------- */
.adore-header-outer-wrapper {
    padding-top: 24px;
}

.adore-header {
    max-width: calc(var(--theme-wrapper-width) - 24px) !important;
    background: var(--dx-paper) !important;
    border: 1px solid var(--dx-line) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}

.adore-header-wrapper {
    padding: clamp(24px, 3vw, 42px) clamp(24px, 3.5vw, 54px) !important;
    gap: 28px;
}

.site-branding {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
}

.site-title,
.site-title a,
.site-branding .site-identity .site-title,
.adore-header-title.no-image .site-branding .site-identity .site-title {
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.35rem, 1.9vw, 2.45rem) !important;
    line-height: 1.02 !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em !important;
    color: var(--dx-ink) !important;
    white-space: nowrap !important;
    max-width: none !important;
}

.site-branding .site-identity .site-description,
.site-description {
    margin-top: 10px !important;
    color: #5f5a54 !important;
    font-family: var(--dx-body) !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 0.005em !important;
    text-transform: none !important;
}

.navigation-search .navigation-search-wrap .navigation-search-icon,
.header-end,
.header-end a {
    color: var(--dx-ink) !important;
}

.adore-header-outer-wrapper.fix-header .adore-header {
    background: color-mix(in srgb, var(--dx-paper) 94%, transparent) !important;
    border-bottom: 1px solid var(--dx-line) !important;
    box-shadow: 0 8px 24px rgb(28 23 17 / 5%) !important;
    backdrop-filter: blur(14px);
}

/* 4) SECTION HEADINGS --------------------------------------------------- */
.section-head {
    margin-bottom: 28px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--dx-line);
    align-items: baseline;
}

.section-head .section-title {
    color: var(--dx-ink);
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.85rem, 2.4vw, 3.05rem) !important;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.section-head .section-subtitle,
.section-head .adore-view-all {
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* 5) HOMEPAGE — MORE AIR, FEWER 'APP CARDS' ---------------------------- */
body.home .banner-section .editor-picks-section .editor-wrapper,
body.home .post-grid-section .post-grid-wrapper {
    gap: clamp(22px, 2.2vw, 34px) !important;
}

/* Large screens: 4 beautifully sized stories, not 6 tiny tiles */
@media (min-width: 1400px) {
    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 639px) {
    body.home .banner-section .editor-picks-section .editor-wrapper,
    body.home .post-grid-section .post-grid-wrapper {
        grid-template-columns: 1fr !important;
    }
}

/* Featured + Latest become editorial tiles instead of floating white boxes */
body.home .banner-section .editor-picks-section .post-item.post-list,
body.home .post-grid-section .post-item.post-overlay-grid {
    padding: 14px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid var(--dx-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.home .banner-section .editor-picks-section .post-item-image,
body.home .post-grid-section .post-item.post-overlay-grid .post-item-image {
    border-radius: 2px !important;
    overflow: hidden;
    background: var(--dx-paper-soft);
}

body.home .banner-section .editor-picks-section .post-item-image img,
body.home .post-grid-section .post-item.post-overlay-grid .post-item-image img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 650ms ease;
}

body.home .banner-section .editor-picks-section .post-item:hover .post-item-image img,
body.home .post-grid-section .post-item:hover .post-item-image img {
    transform: scale(1.018);
    filter: saturate(.94) contrast(1.02);
}

body.home .banner-section .editor-picks-section .post-item-content,
body.home .post-grid-section .post-item.post-overlay-grid .post-item-content {
    padding: 17px 0 0 !important;
}

body.home .banner-section .editor-picks-section .entry-title,
body.home .post-grid-section .post-item .entry-title {
    margin: 4px 0 10px !important;
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.24rem, 1.25vw, 1.62rem) !important;
    line-height: 1.16 !important;
    font-weight: 500 !important;
    letter-spacing: -0.024em;
}

body.home .banner-section .editor-picks-section .entry-title a,
body.home .post-grid-section .post-item .entry-title a,
body.home .theme-archive-layout .post-item .entry-title a {
    color: var(--dx-ink) !important;
    text-decoration: none !important;
}

body.home .banner-section .editor-picks-section .entry-title a:hover,
body.home .post-grid-section .post-item .entry-title a:hover,
body.home .theme-archive-layout .post-item .entry-title a:hover {
    color: var(--dx-accent-dark) !important;
}

/* Metadata: tiny, calm, editorial */
body.home .entry-meta,
body.home .post-item .post-item-content .entry-meta {
    gap: 8px 14px !important;
}

body.home .entry-meta li,
body.home .banner-section .editor-picks-section .entry-meta li,
body.home .post-grid-section .post-item .entry-meta li {
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.66rem !important;
    line-height: 1.35;
    font-weight: 600 !important;
    letter-spacing: 0.045em;
}

body.home .entry-meta a {
    color: var(--dx-muted) !important;
}

/* Categories: text labels, not colored pills */
body.home .post-categories li a,
body.home .theme-archive-layout .post-categories li a,
body.home .post-grid-section .post-categories li a {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--dx-accent-dark) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}

body.home .post-item .entry-cat {
    border-bottom-color: var(--dx-line) !important;
}

/* Centre editorial cards: warm paper with no drop shadow */
body.home .theme-archive-layout.grid-layout {
    gap: clamp(24px, 2.2vw, 36px) !important;
}

body.home .theme-archive-layout .post-item.post-overlay-grid {
    padding: 0 0 22px !important;
    background: var(--dx-paper) !important;
    border: 1px solid var(--dx-line) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    overflow: hidden;
}

body.home .theme-archive-layout .post-item.post-overlay-grid .post-item-image {
    border-radius: 0 !important;
}

body.home .theme-archive-layout .post-item.post-overlay-grid .post-item-image img {
    aspect-ratio: 16 / 10 !important;
    transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}

body.home .theme-archive-layout .post-item.post-overlay-grid:hover .post-item-image img {
    transform: scale(1.014);
}

body.home .theme-archive-layout .post-item.post-overlay-grid .post-item-content {
    padding: 22px 22px 0 !important;
}

body.home .theme-archive-layout .post-item .entry-title {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.45rem, 1.5vw, 1.95rem) !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    letter-spacing: -0.03em;
}

/* 6) SIDEBAR ------------------------------------------------------------ */
body.home #secondary .widget,
#secondary .widget {
    background: var(--dx-paper) !important;
    border: 1px solid var(--dx-line) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}

body.home #secondary .widget {
    padding: 22px !important;
    margin-bottom: 24px !important;
}

#secondary .widget-title,
#secondary .wp-block-heading,
body.home #secondary .widget-title,
body.home #secondary .wp-block-heading {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: 1.28rem !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em;
}

.widget-title::after {
    width: 34px !important;
    height: 1px !important;
    background: var(--dx-accent) !important;
}

#secondary .widget li,
#secondary .widget li a {
    color: var(--dx-muted) !important;
}

/* 7) FORMS / BUTTONS ---------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
    background: var(--dx-paper) !important;
    color: var(--dx-ink) !important;
    border: 1px solid var(--dx-line-dark) !important;
    border-radius: 2px !important;
    padding: 11px 13px !important;
    box-shadow: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--dx-ink) !important;
    color: var(--dx-paper) !important;
    border: 1px solid var(--dx-ink) !important;
    border-radius: 2px !important;
    padding: 10px 16px !important;
    font-family: var(--dx-body) !important;
    font-size: 0.72rem !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* 8) ARCHIVE / SEARCH PAGES -------------------------------------------- */
body.archive .theme-archive-layout .post-item.post-overlay-grid,
body.search .theme-archive-layout .post-item.post-overlay-grid {
    padding: 14px 0 0 !important;
    background: transparent !important;
    border-top: 1px solid var(--dx-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.archive .post-item .post-item-content .entry-title,
body.search .post-item .post-item-content .entry-title {
    color: var(--dx-ink);
    font-family: var(--dx-serif) !important;
    font-weight: 500 !important;
    letter-spacing: -0.025em;
}

/* ========================================================================
   9) SINGLE POST — FINAL LUXURY READING EXPERIENCE
   Consolidated final state: no additional patches required.
   ======================================================================== */

/* Article shell */
body.single-post .site-main > article,
body.single .site-main > article {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: clamp(34px, 5vw, 68px) clamp(24px, 5vw, 72px) clamp(46px, 6vw, 84px) !important;
    background: var(--dx-paper) !important;
    border: 1px solid var(--dx-line) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    overflow: visible !important;

    /* Lets title, image, date/author, content and footer be deliberately ordered */
    display: flex !important;
    flex-direction: column !important;
}

/* The theme wraps title/meta in header. Contents lets us place meta under the image. */
body.single-post .site-main > article > header,
body.single-post .site-main > article .entry-header,
body.single .site-main > article > header,
body.single .site-main > article .entry-header {
    display: contents !important;
}

/* Post title: bold, restrained, same visual width as featured image */
body.single-post .site-main article .entry-header .entry-title,
body.single-post .site-main > article header .entry-title,
body.single-post .site-main > article .entry-title,
body.single .site-main article .entry-header .entry-title,
body.single .site-main > article header .entry-title,
body.single .site-main > article .entry-title {
    order: 1 !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto 30px !important;

    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.75rem, 2.1vw, 2.20rem) !important;
    line-height: 1.10 !important;
    font-weight: 700 !important;
    letter-spacing: -0.035em !important;
    text-align: left !important;
    text-wrap: wrap !important;
    overflow-wrap: normal !important;
}

/* Featured image: elegant editorial measure, not full article-shell width */
body.single-post .site-main > article .post-thumbnail,
body.single-post .site-main > article .single-post-thumbnail,
body.single-post .site-main > article .featured-image,
body.single .site-main > article .post-thumbnail,
body.single .site-main > article .single-post-thumbnail,
body.single .site-main > article .featured-image {
    order: 2 !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    text-align: center !important;
    line-height: 0 !important;
}

body.single-post .site-main > article img.wp-post-image,
body.single-post .site-main > article .post-thumbnail img,
body.single-post .site-main > article .single-post-thumbnail img,
body.single-post .site-main > article .featured-image img,
body.single .site-main > article img.wp-post-image,
body.single .site-main > article .post-thumbnail img,
body.single .site-main > article .single-post-thumbnail img,
body.single .site-main > article .featured-image img {
    display: block !important;
    width: 100% !important;
    max-width: 840px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    object-fit: cover !important;
}

/* Date + author: quiet, right-aligned caption beneath featured image */
body.single-post .site-main article .entry-header .entry-meta,
body.single-post .site-main > article header .entry-meta,
body.single-post .site-main > article .entry-meta,
body.single .site-main article .entry-header .entry-meta,
body.single .site-main > article header .entry-meta,
body.single .site-main > article .entry-meta {
    order: 3 !important;
    display: block !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 9px auto 34px !important;
    padding: 0 !important;

    text-align: right !important;
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.055em !important;
}

body.single-post .site-main article .entry-header .entry-meta span,
body.single-post .site-main article .entry-header .entry-meta a,
body.single .site-main article .entry-header .entry-meta span,
body.single .site-main article .entry-header .entry-meta a {
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Reading time marker */
body.single-post .reading-time,
body.single .reading-time {
    color: var(--dx-accent) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

/* Body copy */
body.single-post .site-main > article .entry-content,
body.single-post .no-sidebar .entry-content,
body.single .site-main > article .entry-content,
body.single .no-sidebar .entry-content {
    order: 4 !important;
    max-width: 700px !important;
    margin: 0 auto !important;

    color: #342f29 !important;
    font-family: Charter, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.08rem, 1.05vw, 1.17rem) !important;
    line-height: 1.66 !important;
    letter-spacing: 0.002em !important;
    font-kerning: normal;
    font-optical-sizing: auto;
}

body.single-post .site-main > article .entry-content p,
body.single .site-main > article .entry-content p {
    margin: 0 0 0.92em !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Opening paragraph */
body.single-post .entry-content > p:first-of-type,
body.single .entry-content > p:first-of-type {
    margin-bottom: 1.05em !important;
    color: #28231e !important;
    font-size: 1.08em !important;
    line-height: 1.62 !important;
}

/* Subtle drop cap on roomy screens */
@media (min-width: 760px) {
    body.single-post .entry-content > p:first-of-type::first-letter,
    body.single .entry-content > p:first-of-type::first-letter {
        float: left;
        margin: 0.055em 0.10em 0 0;
        color: var(--dx-ink);
        font-family: var(--dx-serif) !important;
        font-size: 3.35em;
        font-weight: 500;
        line-height: 0.79;
    }
}

body.single-post .entry-content strong,
body.single .entry-content strong {
    color: var(--dx-ink) !important;
    font-weight: 700 !important;
}

body.single-post .entry-content em,
body.single .entry-content em {
    color: #5d554b;
}

/* Editorial headings */
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4 {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em !important;
}

body.single-post .entry-content h2,
body.single .entry-content h2 {
    margin: 1.8em 0 0.52em !important;
    font-size: clamp(2rem, 3vw, 3.05rem) !important;
    line-height: 1.07 !important;
}

body.single-post .entry-content h3,
body.single .entry-content h3 {
    margin: 1.6em 0 0.50em !important;
    font-size: clamp(1.48rem, 2.1vw, 2.08rem) !important;
    line-height: 1.13 !important;
}

/* Pull quotes and blockquotes — deliberately compact vertical rhythm */
body.single-post .entry-content blockquote,
body.single .entry-content blockquote {
    margin: 1.05em 0 !important;
    padding: 0.35em 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--dx-line-dark) !important;
    border-bottom: 1px solid var(--dx-line-dark) !important;

    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.38rem, 2.1vw, 1.95rem) !important;
    line-height: 1.30 !important;
    font-style: italic !important;
    letter-spacing: -0.018em !important;
}

/* Gutenberg pullquotes are figures; exclude the old generic figure spacing */
body.single-post .entry-content figure.wp-block-pullquote,
body.single .entry-content figure.wp-block-pullquote {
    margin: 1.05em 0 !important;
    padding: 0 !important;
}

body.single-post .entry-content figure.wp-block-pullquote > blockquote,
body.single .entry-content figure.wp-block-pullquote > blockquote {
    margin: 0 !important;
    padding: 0.35em 0 !important;
    line-height: 1.26 !important;
}

body.single-post .entry-content blockquote p,
body.single .entry-content blockquote p,
body.single-post .entry-content figure.wp-block-pullquote p,
body.single .entry-content figure.wp-block-pullquote p {
    margin: 0 !important;
    line-height: inherit !important;
}

/* Lists */
body.single-post .entry-content ul,
body.single-post .entry-content ol,
body.single .entry-content ul,
body.single .entry-content ol {
    margin: 0 0 1.25em 1.2em !important;
}

body.single-post .entry-content li,
body.single .entry-content li {
    margin-bottom: 0.40em !important;
    padding-left: 0.15em;
}

/* Ordinary in-article images — pullquotes deliberately excluded */
body.single-post .entry-content figure:not(.wp-block-pullquote),
body.single-post .entry-content .wp-block-image,
body.single .entry-content figure:not(.wp-block-pullquote),
body.single .entry-content .wp-block-image {
    margin-top: 1.65em !important;
    margin-bottom: 1.65em !important;
}

body.single-post .entry-content figcaption,
body.single-post .wp-caption-text,
body.single .entry-content figcaption,
body.single .wp-caption-text {
    margin-top: 10px !important;
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.70rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.035em !important;
}

/* Empty paragraphs and excessive Gutenberg spacers */
body.single-post .entry-content > p:empty,
body.single .entry-content > p:empty {
    display: none !important;
}

body.single-post .entry-content .wp-block-spacer,
body.single .entry-content .wp-block-spacer {
    max-height: 24px !important;
}

/* Divider */
body.single-post .entry-content hr,
body.single .entry-content hr {
    width: 74px !important;
    height: 1px !important;
    margin: 2.2em auto !important;
    border: 0 !important;
    background: var(--dx-line-dark) !important;
}

/* Editorial closing note after an HR */
body.single-post .entry-content hr + p,
body.single .entry-content hr + p {
    margin-top: -0.20em !important;
    padding: 18px 20px !important;
    background: var(--dx-paper-soft) !important;
    border-left: 2px solid var(--dx-accent) !important;
    color: #5d554b !important;
    font-family: var(--dx-body) !important;
    font-size: 0.84rem !important;
    line-height: 1.60 !important;
}

/* Links */
body.single-post .entry-content a,
body.single .entry-content a {
    color: var(--dx-accent-dark) !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.16em !important;
}

/* Footer taxonomy — restored to the version you preferred */
body.single-post .site-main > article .entry-footer,
body.single .site-main > article .entry-footer {
    order: 5 !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 48px auto 0 !important;
    padding: 20px 0 0 !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 9px 24px !important;

    border-top: 1px solid var(--dx-line) !important;
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    text-align: left !important;
}

body.single-post .entry-footer .cat-links,
body.single-post .entry-footer .tags-links,
body.single .entry-footer .cat-links,
body.single .entry-footer .tags-links {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    font-weight: 500 !important;
}

body.single-post .entry-footer .cat-links::before,
body.single .entry-footer .cat-links::before {
    content: "Filed under";
}

body.single-post .entry-footer .tags-links::before,
body.single .entry-footer .tags-links::before {
    content: "Tagged";
}

body.single-post .entry-footer .cat-links::before,
body.single-post .entry-footer .tags-links::before,
body.single .entry-footer .cat-links::before,
body.single .entry-footer .tags-links::before {
    margin-right: 8px;
    color: var(--dx-muted);
    font-family: var(--dx-body) !important;
    font-size: 0.61rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.11em !important;
    text-transform: uppercase !important;
}

body.single-post .entry-footer .cat-links a,
body.single-post .entry-footer .tags-links a,
body.single .entry-footer .cat-links a,
body.single .entry-footer .tags-links a {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: 0.90rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.012em !important;
    text-decoration: none !important;
}

body.single-post .entry-footer .cat-links a:hover,
body.single-post .entry-footer .tags-links a:hover,
body.single .entry-footer .cat-links a:hover,
body.single .entry-footer .tags-links a:hover {
    color: var(--dx-accent-dark) !important;
}

body.single-post .entry-footer .edit-link,
body.single .entry-footer .edit-link {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    font-size: 0 !important;
    font-weight: 500 !important;
}

body.single-post .entry-footer .edit-link a,
body.single .entry-footer .edit-link a {
    color: var(--dx-muted) !important;
    font-family: var(--dx-body) !important;
    font-size: 0.61rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.10em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.single-post .entry-footer .edit-link a:hover,
body.single .entry-footer .edit-link a:hover {
    color: var(--dx-ink) !important;
}


/* ========================================================================
   10) POST NAVIGATION / COMMENTS / SITE FOOTER
   ======================================================================== */

.site-main .post-navigation,
.site-main .posts-navigation {
    max-width: 1180px;
    margin: 30px auto 0 !important;
    padding: 24px 0 !important;
    border-top: 1px solid var(--dx-line) !important;
    border-bottom: 1px solid var(--dx-line) !important;
}

body.single-post .post-navigation .nav-links a,
body.single .post-navigation .nav-links a {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: 1.04rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

body.single-post .post-navigation .nav-links a:hover,
body.single .post-navigation .nav-links a:hover {
    color: var(--dx-accent-dark) !important;
}

body.single-post #comments,
body.single #comments {
    max-width: 820px !important;
    margin: 54px auto 0 !important;
    padding: 34px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid var(--dx-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.single-post #comments .comments-title,
body.single-post #comments .comment-reply-title,
body.single #comments .comments-title,
body.single #comments .comment-reply-title {
    color: var(--dx-ink) !important;
    font-family: var(--dx-serif) !important;
    font-size: clamp(1.55rem, 2vw, 2.15rem) !important;
    font-weight: 500 !important;
    letter-spacing: -0.03em !important;
}

.site-footer {
    margin-top: clamp(60px, 8vw, 110px) !important;
    border-top: 1px solid var(--dx-line) !important;
}

.site-footer .bottom-footer {
    padding: 24px 0 !important;
    background: var(--dx-paper) !important;
    border-top: 1px solid var(--dx-line) !important;
    color: var(--dx-muted) !important;
    font-size: 0.72rem !important;
}

.site-footer .bottom-footer .bottom-footer-info .site-info a {
    color: var(--dx-ink) !important;
}

a.blog-articles-scroll-to-top {
    width: 38px !important;
    height: 38px !important;
    background: var(--dx-ink) !important;
    color: var(--dx-paper) !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}


/* ========================================================================
   11) FINAL RESPONSIVE POLISH
   ======================================================================== */

@media (max-width: 700px) {
    .adore-header-outer-wrapper {
        padding-top: 0;
    }

    .adore-header {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .adore-header-wrapper {
        padding: 22px 18px !important;
    }

    .site-title,
    .site-title a,
    .site-branding .site-identity .site-title,
    .adore-header-title.no-image .site-branding .site-identity .site-title {
        font-size: clamp(1.05rem, 5.1vw, 1.55rem) !important;
        white-space: nowrap !important;
        letter-spacing: -0.03em !important;
    }

    .site-branding .site-identity .site-description,
    .site-description {
        font-size: 0.76rem !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
    }

    body.single-post .site-main > article,
    body.single .site-main > article {
        padding: 28px 20px 46px !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    body.single-post .site-main > article .entry-title,
    body.single .site-main > article .entry-title {
        max-width: 100% !important;
        margin-bottom: 22px !important;
        font-size: clamp(1.65rem, 7vw, 2.05rem) !important;
    }

    body.single-post .site-main > article .post-thumbnail,
    body.single-post .site-main > article .single-post-thumbnail,
    body.single-post .site-main > article .featured-image,
    body.single .site-main > article .post-thumbnail,
    body.single .site-main > article .single-post-thumbnail,
    body.single .site-main > article .featured-image {
        max-width: 100% !important;
    }

    body.single-post .site-main > article img.wp-post-image,
    body.single-post .site-main > article .post-thumbnail img,
    body.single .site-main > article img.wp-post-image,
    body.single .site-main > article .post-thumbnail img {
        max-width: 100% !important;
    }

    body.single-post .site-main > article .entry-meta,
    body.single .site-main > article .entry-meta {
        max-width: 100% !important;
        margin: 8px auto 28px !important;
        text-align: right !important;
    }

    body.single-post .site-main > article .entry-content,
    body.single-post .no-sidebar .entry-content,
    body.single .site-main > article .entry-content,
    body.single .no-sidebar .entry-content {
        max-width: 100% !important;
        font-size: 1.055rem !important;
        line-height: 1.62 !important;
    }

    body.single-post .site-main > article .entry-footer,
    body.single .site-main > article .entry-footer {
        max-width: 100% !important;
        gap: 12px 18px !important;
    }

    body.single-post .entry-footer .edit-link,
    body.single .entry-footer .edit-link {
        margin-left: 0 !important;
        width: 100%;
    }

    body.single-post #comments,
    body.single #comments {
        max-width: 100% !important;
        margin-top: 42px !important;
    }
}

/* ========================================================================
   END DELIBERX — FINAL CONSOLIDATED LUXURY EDITORIAL SYSTEM
   ======================================================================== */