/*!
Theme Name: Updated News
Theme URI: https://adorethemes.com/downloads/updated-news/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Updated News is a fast, clean, modern-looking best responsive news magazine WordPress theme.
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: updated-news
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
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography (gộp theme + custom)
    - Elements
    - Links
    - Forms
# Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media / Captions / Galleries
# Custom Content (single/page entry)
    - Entry content width & font
    - List / bullet fixes
    - CTA
# Plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments
    - Preloader
    - Scroll to top
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CSS CUSTOM PROPERTIES
--------------------------------------------------------------*/
:root {
	--secondary-color: #c80815;
	--primary-color: #f47f09;
	--color-text: #191B1D;
	--color-dark: #424242;
	--color-background: #fff;
	--color-text-rgb: 32, 33, 36;
	--shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

	--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);

	--font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.light-mode {
	--color-text: #191B1D;
	--color-dark: #424242;
	--color-light: #f7f7f7;
	--color-tab-border: #e8e8e8;
	--color-background: #fff;
	--color-text-rgb: 32, 33, 36;
}

.dark-mode {
	--color-text: #fff;
	--color-dark: #111111;
	--color-light: #2a2a2a;
	--color-tab-border: #4e4e4e;
	--color-background: #191B1D;
	--color-text-rgb: 255, 255, 255;
}


/*--------------------------------------------------------------
# GENERIC – Box sizing & Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after { box-sizing: inherit; }

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: var(--color-light);
}

body.custom-background.dark-mode {
	background-color: var(--color-background);
}

main   { display: block; }
h1     { font-size: 2em; margin: 0.67em 0; }
hr     { box-sizing: content-box; height: 0; overflow: visible; }
pre    { font-family: monospace, monospace; font-size: 1em; }
a      { background-color: transparent; }

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small           { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }

img       { border-style: none; }
progress  { vertical-align: baseline; }
textarea  { overflow: auto; }

[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details  { display: block; }
summary  { display: list-item; }
template { display: none; }
[hidden] { display: none; }


/*--------------------------------------------------------------
# BASE – Typography
--------------------------------------------------------------*/

/* --- Merged: theme defaults + custom font/size overrides --- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: var(--font-family);
	font-size: 16px;          /* custom: giảm từ 18px → 16px */
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: var(--font-family);
}

/* Custom heading sizes (clamp-based, responsive) */
h1 { font-size: clamp(26px, 4vw,   40px); line-height: 1.2;  }
h2 { font-size: clamp(22px, 3vw,   32px); line-height: 1.25; }
h3 { font-size: clamp(18px, 2.4vw, 26px); line-height: 1.3;  }

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;
}
.dark-mode pre { background-color: var(--color-dark); }

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%; }


/*--------------------------------------------------------------
# BASE – 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; }

embed, iframe, object { max-width: 100%; }
img    { height: auto; max-width: 100%; }
figure { margin: 1em 0; }
table  { margin: 0 0 1.5em; width: 100%; }


/*--------------------------------------------------------------
# BASE – 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; }

/* Social links list */
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; align-items: center; justify-content: center;
	font-size: 16px;
	overflow: hidden; position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	color: var(--color-text);
}

.author-social-contacts a:focus,
.author-social-contacts a:hover,
ul.social-links a:focus,
ul.social-links a:hover { color: var(--primary-color); opacity: 1; }

.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: all ease 0.3s;
}

/* Social icon content map */
.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*='t.me']::before,
ul.social-links a[href*='t.me']::before,
.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,
.author-social-contacts a[href*='wordpress.com']::before,
ul.social-links a[href*='wordpress.com']::before    { content: "\f19a"; }
.author-social-contacts a[href*='tiktok.com']::before,
ul.social-links a[href*='tiktok.com']::before       { content: "\e07b"; }
.author-social-contacts a[href*='vk.com']::before,
ul.social-links a[href*='vk.com']::before           { content: "\f189"; }
.author-social-contacts a[href*='qq.com']::before,
ul.social-links a[href*='qq.com']::before           { content: "\f1d6"; }
.author-social-contacts a[href*='weibo.com']::before,
ul.social-links a[href*='weibo.com']::before        { content: "\f18a"; }

/* Social widget (colored badges) */
.adore-widget.social-widget .social-widgets-wrap a {
	padding: 12px;
	opacity: 0.8;
	width: 40px; height: 40px;
	color: #fff;
	line-height: 1;
	border-radius: 4px;
	overflow: visible;
	display: flex; align-items: center; justify-content: center; gap: 5px;
	font-size: var(--font-size-sm);
	--elevation: 4;
	box-shadow:
		0 0 calc((var(--elevation) * 0.225px) + 2px) rgba(0,0,0,calc(.11*(2 - var(--background-luminance,1)))),
		0 calc(var(--elevation) * 0.4px) calc((var(--elevation) * 0.9px)) rgba(0,0,0,calc(.13*(2 - var(--background-luminance,1))));
}
.adore-widget.social-widget .social-widgets-wrap a:focus,
.adore-widget.social-widget .social-widgets-wrap a:hover { opacity: 1; }

/* Badge colours */
.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']     { background-color: #55acee; }
.adore-widget.social-widget .social-widgets-wrap a[href*='x.com']           { background-color: #000; }
.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: #c4302b; }
.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*='t.me'],
.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.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='wordpress.org']   { background-color: #21759b; }
.adore-widget.social-widget .social-widgets-wrap a[href*='tiktok.com']      { background-color: #ff0050; }
.adore-widget.social-widget .social-widgets-wrap a[href*='vk.com']          { background-color: #45668e; }
.adore-widget.social-widget .social-widgets-wrap a[href*='qq.com']          { background-color: #09f; }
.adore-widget.social-widget .social-widgets-wrap a[href*='weibo.com']       { background-color: #fa005e; }

/* Social widget style-2 */
.social-widget.style-2 .social-widgets-wrap { gap: 5px; }
.social-widget.style-2 .social-widgets-wrap a {
	padding: 12px 20px;
	width: auto; height: auto;
	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;
}


/*--------------------------------------------------------------
# BASE – Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	font-size: var(--font-size-sm);
	border: 1px solid 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,
button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active { opacity: 0.8; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend {
	box-sizing: border-box; color: inherit; display: table;
	max-width: 100%; padding: 0; white-space: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

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%; }


/*--------------------------------------------------------------
# LAYOUTS – Theme wrappers
--------------------------------------------------------------*/
body.wp-singular.page-template .site-content { margin-top: 0 !important; }
body:not(.home):not(.home.blog) .site-content { margin-top: 50px; }
.site-content { margin-top: 30px; }

.adore-boxed-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	background-color: var(--color-background);
	box-shadow: 0 0 10px -7px #000;
}
body.custom-background .adore-boxed-wrapper { margin-top: 20px; }

.theme-wrapper-large { padding-inline: 20px; }
.theme-wrapper {
	max-width: 1500px;
	margin-inline: auto;
	padding-inline: 20px;
}

.main-widget-section-wrap,
.theme-wrap {
	display: flex; flex-wrap: wrap;
	align-items: flex-start; gap: 30px;
}

.main-widget-section-wrap .secondary-widgets-area,
.main-widget-section-wrap .primary-widgets-area,
.theme-wrap #secondary,
.theme-wrap #primary { width: 100%; }

.main-widget-section-wrap.secondary-left-position,
.left-sidebar .theme-wrap { flex-direction: row-reverse; }

.main-widget-section-wrap.full-width,
.no-sidebar .theme-wrap  { display: block; }

@media (min-width: 992px) {
	.main-widget-section-wrap.secondary-right-position:not(.full-width) .primary-widgets-area,
	.main-widget-section-wrap.secondary-left-position:not(.full-width) .primary-widgets-area,
	.theme-wrap #primary { width: calc(70% - 15px); flex-grow: 1; }

	.main-widget-section-wrap.secondary-right-position:not(.full-width) .secondary-widgets-area,
	.main-widget-section-wrap.secondary-left-position:not(.full-width) .secondary-widgets-area,
	.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%; }
}

/* Page sections */
.below-banner-widget-section,
.above-footer-widget-section,
.main-widget-section,
.frontpage { margin-top: 30px; }

.news-ticker-section:not(:first-child),
.main-banner-section:not(:first-child) { margin-top: 30px; }

.news-ticker-section:first-child,
.main-banner-section:first-child { margin-top: 0; }

.news-ticker-section + .main-banner-section { margin-top: 15px; }


/*--------------------------------------------------------------
# COMPONENTS – Header & Navigation
--------------------------------------------------------------*/
.site-header {
	display: flex; flex-direction: column;
	/* margin-bottom: 10px; */
}
.site-header.adore-adver-top { flex-direction: column-reverse; }

.adore-header-adver .adore-adver a { display: block; line-height: 0; }
.adore-header-adver .adore-adver a img { width: 100%; }
.adore-header-adver .adore-adver a:focus { outline-color: var(--primary-color); outline-offset: 2px; }

.adore-upper-header.adore-header-image {
	padding-block: 10px;
	position: relative; isolation: isolate;
	background-repeat: no-repeat; background-position: center; background-size: cover;
}
.adore-upper-header.adore-header-image::before {
	position: absolute; content: "";
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: #000; opacity: 0.7; z-index: -1;
}

.adore-upper-header-wrap {
	align-items: center; display: grid; gap: 20px;
	padding: 10px 0; justify-content: space-between;
}
.adore-upper-header-wrap:not(.has-search-form-and-social-menu):not(.has-search-form):not(.has-social-menu) {
	text-align: center; justify-content: center;
}

@media (min-width: 992px) {
	.adore-upper-header-wrap.has-search-form-and-social-menu { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.adore-upper-header-wrap.has-social-menu,
	.adore-upper-header-wrap.has-search-form              { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 991px) {
	.adore-upper-header-wrap.has-search-form-and-social-menu { grid-row: 1; grid-template: repeat(2, minmax(0,1fr)) / repeat(3, minmax(0,1fr)); }
	.adore-upper-header-wrap.has-social-menu .social-icons .social-links,
	.adore-upper-header-wrap.has-social-menu,
	.adore-upper-header-wrap.has-search-form { justify-content: center; }
	.adore-upper-header-wrap.has-social-menu .site-branding,
	.adore-upper-header-wrap.has-search-form .site-branding { text-align: center; width: 100%; }
}

.adore-upper-header-wrap.has-search-form-and-social-menu .site-branding { grid-area: 1 / 1; width: fit-content; }
.adore-upper-header-wrap.has-search-form-and-social-menu .social-icons {
	display: flex; flex-direction: row; align-items: center; justify-content: flex-end;
	grid-area: 1 / 3; justify-self: end; min-height: 48px; gap: 0;
}

@media (max-width: 768px) and (min-width: 601px) {
	.adore-upper-header-wrap.has-search-form-and-social-menu { grid-template: repeat(2, minmax(0,1fr)) / repeat(4, minmax(0,1fr)); }
	.adore-upper-header-wrap.has-search-form-and-social-menu .site-branding { grid-area: 1 / 1 / auto / span 2; }
	.adore-upper-header-wrap.has-search-form-and-social-menu .social-icons  { grid-area: 1 / 3 / auto / span 2; }
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search { grid-area: 2 / 1 / auto / 5; }
}
@media (max-width: 600px) {
	.adore-upper-header-wrap.has-search-form-and-social-menu { gap: 10px; grid-template: repeat(3, auto) / repeat(1, minmax(0,1fr)); }
	.adore-upper-header-wrap.has-search-form-and-social-menu .site-branding { text-align: center; width: 100%; }
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search { grid-area: 3 / 1 / auto / 2; width: 100%; }
	.adore-upper-header-wrap.has-search-form-and-social-menu .social-icons  { grid-area: 2 / 1; justify-self: center; min-height: 30px; }
}

.site-branding .site-identity .site-title { font-size: var(--font-size-xl); line-height: 1.1; font-weight: 700; margin: 0; }
.site-branding .site-identity .site-title a { text-decoration: none; }
.site-branding .site-identity .site-description { margin-bottom: 0; margin-top: 5px; }

.adore-upper-header-wrap .header-search { justify-self: center; position: relative; }

@media (min-width: 956px) {
	.adore-upper-header-wrap.has-search-form .header-search { justify-self: end; }
	.adore-upper-header-wrap.has-social-menu .social-icons .social-links { justify-content: flex-end; }
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search { grid-area: 1 / 1 / auto / 4; }
}
@media (max-width: 955px) {
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search { grid-area: 2 / 1 / auto / 4; }
}

.adore-upper-header-wrap .social-icons .social-links { flex-wrap: wrap; }
.adore-upper-header.adore-header-image ul.social-links a,
.adore-upper-header.adore-header-image .site-description { color: #fff; }

.adore-upper-header-wrap .header-search .search-form {
	display: flex; height: 100%;
	user-select: none; --elevation: 4;
	position: relative; background: var(--neutral-layer-floating);
	font-family: var(--font-family); border-radius: 100vmax;
	box-shadow: 0 0 calc((var(--elevation)*0.225px) + 2px) rgba(0,0,0,calc(.11*(2 - var(--background-luminance,1)))),
	            0 calc(var(--elevation)*0.4px) calc((var(--elevation)*0.9px)) rgba(0,0,0,calc(.13*(2 - var(--background-luminance,1))));
}
@media (min-width: 768px) {
	.adore-upper-header-wrap.has-search-form .header-search .search-form,
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search .search-form { width: 400px; }
}
@media (min-width: 1268px) {
	.adore-upper-header-wrap.has-search-form .header-search .search-form,
	.adore-upper-header-wrap.has-search-form-and-social-menu .header-search .search-form { width: 600px; }
}

.adore-header {
	background-color: var(--color-background);
	box-shadow: 0 0 4px 0 rgba(10,10,10,0.06);
	border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
}

.adore-header.fix-header { position: fixed; width: 100%; top: 0; z-index: 15; }
.adore-boxed-wrapper .adore-header.fix-header { max-width: 1500px; }

@media (min-width: 1024px) { body.admin-bar .adore-header.fix-header { top: 32px; } }
@media (min-width: 601px) and (max-width: 768px) { body.admin-bar .adore-header.fix-header { top: 46px; } }
@media (max-width: 600px) { .adore-header.fix-header .site-branding { display: none; } }

.header-nav-search { display: flex; align-items: center; justify-content: space-between; }

/* Header end actions */
.header-end { display: flex; align-items: center; gap: 5px; flex-shrink: 0; padding-inline-start: 10px; }

.display-random-post { width: 30px; display: flex; align-items: center; justify-content: center; }
.display-random-post a {
	color: var(--color-text); font-size: 16px; font-weight: 700; text-align: center; outline: 0;
	height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.display-random-post a:focus,
.display-random-post a:hover { color: var(--primary-color); }
.display-random-post a:focus { outline: 1px dotted; }

.adore-custom-btn { flex-shrink: 0; }
.adore-custom-btn a {
	display: block; padding: 0.2em 1em; text-decoration: none; border-radius: 100vmax;
	color: var(--color-text); background-color: transparent;
	border: 1px solid rgba(var(--color-text-rgb), 0.50);
}
.adore-custom-btn a:focus,
.adore-custom-btn a:hover { border-color: var(--color-text); }
.adore-custom-btn a:focus  { outline: 1px dotted; outline-offset: 2px; }
.adore-custom-btn a i { margin-inline-end: 5px; }

/* Desktop navigation */
.main-navigation ul { list-style: none; padding: 0; margin: 0; }
.main-navigation ul a { text-decoration: none; }

@media (min-width: 992px) {
	.menu-toggle { display: none; }

	.main-navigation ul { display: flex; flex-wrap: wrap; }

	.main-navigation ul li.menu-item-has-children > a::after {
		font-family: "Font Awesome 6 Free"; font-weight: 900;
		content: "\f107"; display: inline-block; margin-inline-start: 10px;
		font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline;
	}
	.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); display: inline-block;
		opacity: 0.9; border-bottom: 2px solid transparent;
	}
	.main-navigation ul li a:focus,
	.main-navigation ul li a:hover { opacity: 1; border-bottom-color: var(--primary-color); }

	.main-navigation ul ul {
		width: 200px; display: block; position: absolute;
		text-align: left; visibility: hidden; opacity: 0;
		margin: 0; padding: 0;
		box-shadow: 0 5px 5px rgba(0,0,0,0.3);
		transition: top 0.4s; top: 100%; left: 0;
		background-color: #fff;
	}
	.dark-mode .main-navigation ul ul { background-color: var(--color-dark); }

	.main-navigation ul ul a {
		display: flex; justify-content: space-between;
		padding: 10px 15px; color: var(--color-text); border-bottom: none;
	}
	.main-navigation ul ul a:focus,
	.main-navigation ul ul a:hover { color: #fff; background-color: var(--primary-color); }

	.main-navigation ul ul li { border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15); }
	.main-navigation ul ul li a { text-transform: capitalize; }

	.main-navigation .menu li { position: relative; }

	.main-navigation ul li:focus-within > ul,
	.main-navigation ul li:hover > ul { visibility: visible; opacity: 1; z-index: 999; }

	.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; font-weight: bold; border-bottom: 2px solid var(--color-text); }
}

/* Mobile navigation */
@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-block: 5px;
	}
	.menu-toggle span {
		display: block; position: absolute; height: 3px; width: 100%;
		background-color: 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-wrapper { flex-direction: column; }
	.header-nav-search, .site-branding { width: 100%; }

	.main-navigation ul.nav-menu {
		margin: 0; padding: 0; list-style: none;
		text-align: left; position: absolute; top: 100%; width: 100%;
		z-index: 9999; display: none;
		background: #fff; box-shadow: var(--shadow);
	}
	.dark-mode .main-navigation ul.nav-menu { background-color: var(--color-dark); }

	.main-navigation ul li.menu-item-has-children > a::after {
		font-family: "Font Awesome 6 Free"; font-weight: 900;
		content: "\f107"; display: inline-block; margin-inline-start: 10px;
		font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline;
	}
	.main-navigation ul a { padding: 15px; text-transform: uppercase; color: var(--color-text); display: block; }
	.main-navigation ul li:not(:last-child) { border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15); }
	.main-navigation ul li:first-child       { border-top: 1px solid rgba(var(--color-text-rgb), 0.15); }

	.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; }
}


/*--------------------------------------------------------------
# COMPONENTS – Post items (common)
--------------------------------------------------------------*/
.post-item {
	--elevation: 4;
	padding: 8px; border-radius: 4px;
	background-color: var(--color-background);
	box-shadow:
		0 0 calc((var(--elevation)*0.225px) + 2px) rgba(0,0,0,calc(.11*(2 - var(--background-luminance,1)))),
		0 calc(var(--elevation)*0.4px) calc((var(--elevation)*0.9px)) rgba(0,0,0,calc(.13*(2 - var(--background-luminance,1))));
}
.site-footer .post-item { background-color: #2a2a2a; }

.post-item .post-item-image { position: relative; overflow: hidden; border-radius: 4px; }
.post-item .post-item-image a { display: block; height: 100%; width: 100%; line-height: 0; }
.post-item .post-item-image a:focus { outline-offset: -3px; }
.post-item .post-item-image a img {
	width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover;
	position: relative; z-index: 1;
	transition: all 0.5s ease-in-out;
}
.post-item .post-item-image img { transition: all 0.5s ease-in-out; }

.post-item .post-item-content { padding: 0; }
.post-item.post-grid .post-item-content { padding-top: 10px; }

/* Category badges */
.post-item .post-item-content .entry-cat .post-categories {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-wrap: wrap;
}
.post-item .post-item-content .entry-cat .post-categories li {
	margin-inline-end: 5px; margin-block-start: 5px; display: flex;
}
.post-item .post-item-content .entry-cat .post-categories li a {
	color: #fff; display: block;
	background-color: var(--primary-color);
	font-size: calc(var(--font-size-sm) - 2px);
	letter-spacing: 0.5px; text-decoration: none;
	line-height: 1; padding: 5px 7px;
}

/* No-bg category variant */
.post-item .post-item-content .entry-cat.no-bg .post-categories li a {
	color: var(--primary-color); background-color: transparent;
	text-transform: uppercase; font-weight: bold; border-radius: 0; padding: 0;
}
.post-item .post-item-content .entry-cat.no-bg .post-categories li:not(:last-child) a::after {
	content: "\22C5"; font-weight: bold; padding: 0 0 0 5px; opacity: 0.7; color: var(--color-text);
}
.post-item .post-item-content .entry-cat.no-bg .post-categories li a:focus,
.post-item .post-item-content .entry-cat.no-bg .post-categories li a:hover { opacity: 1; color: var(--color-text); }
.post-item .post-item-content .entry-cat .post-categories li a:focus { outline-offset: 2px; outline-color: var(--color-text); }

/* Entry title */
.post-item .post-item-content .entry-title {
	margin-block: 10px; line-height: 1.3;
	font-size: var(--font-size-base); font-family: var(--font-family);
}
.post-item .post-item-content .entry-title a {
	color: var(--color-text); display: inline;
	text-decoration-line: underline; text-decoration-color: transparent; transition: all 0.5s;
}
.post-item:focus-within .post-item-content .entry-title a,
.post-item:hover .post-item-content .entry-title a { text-decoration-color: currentColor; }
.post-item .post-item-content .entry-title a:focus,
.post-item .post-item-content .entry-title a:hover { color: var(--primary-color); }

/* Entry meta */
.post-item .post-item-content .entry-meta {
	margin: 0 0 10px; padding: 0; list-style: none;
	display: flex; flex-wrap: wrap; align-items: center; row-gap: 6px; column-gap: 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: var(--font-size-xs); text-transform: capitalize; font-weight: 500;
}
.post-item .post-item-content .entry-meta li a { text-decoration: none; color: var(--color-text); }
.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 li:last-child { display: flex; align-items: center; }
.post-item .post-item-content .entry-meta li span { margin-inline-end: 5px; }
.post-item .post-item-content .post-exerpt p { margin-block: 10px; margin-block-start: 0; }

/* Read more button */
.btn-read-more {
	cursor: pointer; text-decoration: none;
	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-sm); font-weight: 600;
	text-transform: capitalize; transition: all 0.3s ease-in-out;
}
.btn-read-more:visited { color: var(--color-text); }
.btn-read-more:focus,
.btn-read-more:hover { color: var(--primary-color); }
.btn-read-more i { position: relative; height: 15px; width: 20px; margin-left: 7px; margin-right: 5px; transition: all 0.5s ease-in-out; }
.btn-read-more i::before {
	content: ""; position: absolute; top: 50%; left: 0;
	transform: translateY(-50%); width: 100%; height: 1px; background: var(--color-text);
}
.btn-read-more i::after {
	content: ""; position: absolute; width: 7px; height: 7px;
	border: 1px solid var(--color-text); right: 0; top: 50%;
	transform: translateY(-50%) rotate(45deg); border-bottom: 0; border-left: 0;
}
.btn-read-more:hover i,
.btn-read-more:focus i { transform: translateX(5px); }
.btn-read-more:hover i::before,
.btn-read-more:focus i::before { background: var(--primary-color); }
.btn-read-more:hover i::after,
.btn-read-more:focus i::after { border-color: var(--primary-color); border-bottom: 0; border-left: 0; }

/* Footer overrides for btn-read-more */
.site-footer .btn-read-more i::before { background-color: #fff; }
.site-footer .btn-read-more i::after  { border: 1px solid #fff; border-bottom: 0; border-left: 0; }
.site-footer .btn-read-more:hover i::before,
.site-footer .btn-read-more:focus i::before { background-color: #fff; }
.site-footer .btn-read-more:hover i::after,
.site-footer .btn-read-more:focus i::after  { border: 1px solid #fff; border-bottom: 0; border-left: 0; }


/*--------------------------------------------------------------
# COMPONENTS – Adore Slider Navigation
--------------------------------------------------------------*/
.adore-navigation .adore-arrow {
	position: absolute; top: 5px; font-size: var(--font-size-sm);
	width: 40px; height: 40px; background: transparent;
	color: #fff; border: 1px solid #fff; text-align: center; line-height: 30px;
	z-index: 1; cursor: pointer; font-weight: 600; transition: 0.4s; padding: 0; border-radius: 0;
	display: flex; align-items: center; justify-content: center;
	background-color: rgba(255,255,255,0.5); backdrop-filter: blur(15px);
}
.adore-navigation .adore-arrow:focus,
.adore-navigation .adore-arrow:hover { opacity: 1; backdrop-filter: blur(0); background: var(--primary-color); color: #fff; }
.adore-navigation .adore-arrow.slide-prev { right: 50px; }
.adore-navigation .adore-arrow.slide-next { right: 5px; }


/*--------------------------------------------------------------
# COMPONENTS – News Ticker
--------------------------------------------------------------*/
.news-ticker-section .news-ticker-section-wrapper {
	background-color: var(--color-background); position: relative;
	height: 45px; display: flex; overflow: hidden; border-radius: 4px;
	--elevation: 4;
	box-shadow:
		0 0 calc((var(--elevation)*0.225px) + 2px) rgba(0,0,0,calc(.11*(2 - var(--background-luminance,1)))),
		0 calc(var(--elevation)*0.4px) calc((var(--elevation)*0.9px)) rgba(0,0,0,calc(.13*(2 - var(--background-luminance,1))));
}
.dark-mode .news-ticker-section .news-ticker-section-wrapper { background-color: var(--color-dark); }

.news-ticker-section-wrapper .acme-news-ticker-label {
	background: var(--primary-color); padding: 10px; height: 100%; color: #fff;
	position: relative; flex-shrink: 0; z-index: 9; display: flex; align-items: center;
}
@media (max-width: 481px) { .news-ticker-section-wrapper .acme-news-ticker-label { font-size: var(--font-size-sm); } }
.news-ticker-section-wrapper .acme-news-ticker-label::after {
	content: ""; width: 15px; height: 100%; position: absolute; z-index: 1; top: 0; right: -15px;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 553.5 553.5" preserveAspectRatio="none"><polygon points="0.3,553.3 553.5,276.8 0.3,0.3 "/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 553.5 553.5" preserveAspectRatio="none"><polygon points="0.3,553.3 553.5,276.8 0.3,0.3 "/></svg>');
	mask-position: center; mask-repeat: no-repeat; mask-size: 100% 100%;
	background-color: var(--primary-color);
}
.news-ticker-section-wrapper .tickercontainer { font-size: 0; min-height: 45px; display: flex; align-items: center; }
.news-ticker-section-wrapper ul.newsticker {
	width: 100%; list-style-type: none !important; padding: 0; margin: 0;
	display: flex; align-items: center; gap: 20px;
}
.news-ticker-section-wrapper ul.newsticker li { margin: 0; float: none; flex-shrink: 0; }
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer { display: flex; align-items: center; gap: 5px; }
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image {
	width: 30px; min-width: 30px; height: 30px; min-height: 30px;
	overflow: hidden; display: inline-block; line-height: 1; position: relative; border-radius: 100%;
}
.dispay-number .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image .ticker-no {
	position: absolute; top: 50%; left: 50%; z-index: 3;
	width: 100%; height: 100%; font-weight: 700; display: flex; color: #fff;
	align-items: center; justify-content: center; font-size: var(--font-size-sm);
	transform: translate(-50%,-50%); background-color: rgba(0,0,0,0.25);
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image img { height: 30px; width: 30px; object-fit: cover; margin: 0; }
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title { flex-shrink: 0; }
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a {
	text-decoration: none; font-size: var(--font-size-sm); line-height: 1.2;
	color: var(--color-text); font-weight: 600; display: block;
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:focus,
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:hover { color: var(--primary-color); }
@media (max-width: 575px) { .news-ticker-section-wrapper ul.newsticker li a { font-size: calc(var(--font-size-xs) - 0.15px); } }


/*--------------------------------------------------------------
# COMPONENTS – Banner Section
--------------------------------------------------------------*/
.main-banner-section .banner-slider .post-item .post-item-content .entry-title { font-size: var(--font-size-lg); }

/* Featured posts scroll panel */
.main-banner-section .featured-posts .featured-posts-wrapper { height: 537px; overflow-y: scroll; }
@media (max-width: 600px) { .main-banner-section .featured-posts .featured-posts-wrapper { height: auto; overflow: hidden; } }
.main-banner-section .featured-posts .featured-posts-wrapper::-webkit-scrollbar { width: 5px; }
.main-banner-section .featured-posts .featured-posts-wrapper::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.1); }
.dark-mode .main-banner-section .featured-posts .featured-posts-wrapper::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(255,255,255,0.1); }
.main-banner-section .featured-posts .featured-posts-wrapper::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 100vmax; }

.main-banner-section .featured-posts .post-item { min-height: 82px; padding: 0; box-shadow: unset; }
.main-banner-section .featured-posts .post-item:not(:last-child) { margin-bottom: 10px; }
.main-banner-section .featured-posts .post-item .post-item-image { flex: 0 0 25%; max-width: 25%; }
.main-banner-section .featured-posts .post-item .post-item-content { padding-block: 0; padding-inline: 10px 10px; }
.main-banner-section .featured-posts .post-item .post-item-content .entry-title {
	margin-block: 0; font-size: var(--font-size-sm);
	overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

/* Banner grid scroll panel */
.main-banner-section .banner-grid-outer .banner-grid-wrapper { height: 537px; overflow-y: scroll; }
@media (max-width: 600px) { .main-banner-section .banner-grid-outer .banner-grid-wrapper { height: auto; overflow: hidden; } }
.main-banner-section .banner-grid-outer .banner-grid-wrapper::-webkit-scrollbar { width: 5px; }
.main-banner-section .banner-grid-outer .banner-grid-wrapper::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.1); }
.dark-mode .main-banner-section .banner-grid-outer .banner-grid-wrapper::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(255,255,255,0.1); }
.main-banner-section .banner-grid-outer .banner-grid-wrapper::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 100vmax; }
.main-banner-section .banner-grid-wrapper .post-item.overlay-post { min-height: 172px; }
.main-banner-section .banner-grid-wrapper .post-item.overlay-post:not(:last-child) { margin-bottom: 10px; }

/* Banner tabs */
.main-banner-section .post-tabs-wrapper .post-tabs-head .post-tabs {
	margin: 0; padding: 0; display: flex; gap: 5px; align-items: center; list-style: none;
}
.main-banner-section .post-tabs-wrapper .post-tabs-head .post-tabs li {
	flex-grow: 1; line-height: 1.2; font-family: var(--font-family);
}
.main-banner-section .post-tabs-wrapper .post-tabs-head .post-tabs li a {
	gap: 5px; display: flex; font-weight: bold; align-items: center;
	text-decoration: none; color: var(--color-text); padding-block-end: 10px;
	font-size: calc(var(--font-size-base) - 1px);
	border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
}
.main-banner-section .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive) { position: relative; }
.main-banner-section .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive)::after {
	position: absolute; bottom: -2px; left: 0; content: ""; width: 100%; height: 3px; background: var(--primary-color);
}
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper { margin-top: 15px; }
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper .post-item { margin-bottom: 10px; min-height: 90px; }
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper .post-item .post-item-image { flex: 0 0 30%; max-width: 30%; position: relative; }
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper .post-item .post-item-image img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper .post-item .post-item-content { padding-block: 5px; padding-inline: 10px; }
.main-banner-section .post-tabs-wrapper .post-tab-content-wrapper .post-item .post-item-content .entry-title { font-size: var(--font-size-sm); margin-top: 0; margin-bottom: 5px; }

/* Banner layout */
.main-banner-section .main-banner-section-wrapper { display: flex; flex-wrap: wrap; margin-inline: -5px; }
.main-banner-section .main-banner-section-wrapper > div { padding-inline: 5px; }

.main-banner-section.style-1 .banner-slider-outer { width: 50%; order: 2; }
.main-banner-section.style-1 .banner-slider .post-item { height: 537px; }
.main-banner-section.style-1 .featured-posts     { width: 23%; order: 1; }
.main-banner-section.style-1 .banner-grid-outer  { width: 27%; order: 3; }

@media (max-width: 1024px) {
	.main-banner-section.style-1 .banner-slider-outer { width: 100%; order: 1; margin-bottom: 20px; }
	.main-banner-section.style-1 .featured-posts      { width: 50%; order: 2; }
	.main-banner-section.style-1 .banner-grid-outer   { width: 50%; }
}
@media (max-width: 768px) {
	.main-banner-section.style-1 .banner-slider .post-item { height: 430px; }
	.main-banner-section.style-1 .banner-grid-outer,
	.main-banner-section.style-1 .featured-posts { width: 100%; }
}


/*--------------------------------------------------------------
# COMPONENTS – Grid / List / Overlay posts
--------------------------------------------------------------*/
/* Grid thumbnail ratio */
.post-item.post-grid .post-item-image .post-thumbnail img,
.post-item.post-grid .post-item-image a img { aspect-ratio: 1/0.7; }

/* List posts */
.post-item.post-list { padding: 8px; display: flex; transition: all 0.4s ease-in-out; }
.post-item.post-list .post-item-image { flex: 0 0 50%; max-width: 50%; }
.post-item.post-list .post-item-content { flex-grow: 1; padding: 20px; align-self: center; }

@media (max-width: 600px) {
	.post-item.post-list .post-item-image { max-width: 100%; }
	.post-item.post-list .post-item-content { text-align: start; width: 100%; padding-inline: 0; padding-block-end: 0; }
	.post-item.post-list .post-item-content .entry-meta,
	.post-item.post-list .post-item-content .entry-cat .post-categories { justify-content: flex-start; }
}

/* Overlay posts */
.post-item.overlay-post {
	min-height: 380px; padding: 20px;
	display: flex; flex-direction: column; justify-content: flex-end;
	position: relative; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.post-item.overlay-post::after {
	content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; border-radius: 4px;
	background-image: linear-gradient(to bottom, rgba(17,17,17,0) 0%, rgba(17,17,17,0.6) 80%, #111 100%);
}
.post-item.overlay-post .post-overlay { position: relative; z-index: 1; }
.post-item.overlay-post .post-item-content .entry-cat .post-categories li a {
	display: block; text-decoration: none; font-weight: 500; text-transform: capitalize;
	color: #eee; background-color: var(--primary-color); transition: all 0.4s ease-in-out;
}
.post-item.overlay-post .post-item-content .entry-cat .post-categories li a:focus { outline-color: #fff; }
.post-item.overlay-post .post-item-content .entry-title a,
.post-item.overlay-post .post-item-content .entry-title a:focus,
.post-item.overlay-post .post-item-content .entry-title a:hover { color: #fff; }
.post-item.overlay-post .post-item-content .entry-meta li,
.post-item.overlay-post .post-item-content .entry-meta li a { color: #fff; }
@media (max-width: 768px) { .post-item.overlay-post { min-height: 380px; } }


/*--------------------------------------------------------------
# COMPONENTS – Archive layouts
--------------------------------------------------------------*/
.theme-archive-layout.grid-layout { display: grid; gap: 10px; }
.theme-archive-layout.grid-layout.grid-column-2 { grid-template-columns: repeat(2, 1fr); }
.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-2,
	.theme-archive-layout.grid-layout.grid-column-3 { grid-template-columns: repeat(1, 1fr); }
}


/*--------------------------------------------------------------
# COMPONENTS – Post navigation & pagination
--------------------------------------------------------------*/
.site-main .post-navigation,
.site-main .posts-navigation { padding: 20px 0; border-block: 1px solid rgba(var(--color-text-rgb), 0.15); }

.post-navigation .nav-links,
.posts-navigation .nav-links { display: flex; }

@media (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); text-decoration: none; transition: all 1s cubic-bezier(0.25,0.8,0.25,1);
}
.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
	font-family: "Font Awesome 6 Free"; font-weight: 900;
	content: "\f104"; display: inline-block;
	font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline;
}
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover { color: var(--primary-color); }

@media (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); text-decoration: none; transition: all 1s cubic-bezier(0.25,0.8,0.25,1);
}
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
	font-family: "Font Awesome 6 Free"; font-weight: 900;
	content: "\f105"; display: inline-block;
	font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline;
}
.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 (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: 5px; margin: 10px 0 20px; justify-content: center;
}
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	text-decoration: none; width: 30px; height: 30px;
	display: flex; align-items: center; justify-content: center;
	transition: all 0.3s ease; color: var(--color-text); border: 1px solid var(--color-text);
}
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 { content: "\f30a"; font-size: 1rem; font-family: "Font Awesome 6 Free"; font-weight: 900; display: inline-block; font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline; }
nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after { content: "\f30b"; font-size: 1rem; font-family: "Font Awesome 6 Free"; font-weight: 900; display: inline-block; font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline; }
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-color: var(--primary-color); }
nav.navigation.pagination .nav-links span.current { color: #fff; background-color: var(--primary-color); border-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; }


/*--------------------------------------------------------------
# COMPONENTS – Single Post / Page
--------------------------------------------------------------*/
body.sticky { display: block; }

.post, .page { margin:0; }
.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; }

/* 404 */
section.error-404.not-found { margin-bottom: 50px; text-align: center; max-width: 991px; margin-inline: auto; }

/* Article header */
.site-main article .entry-header .entry-title {
	font-size: var(--font-size-lg); font-family: var(--font-family);
	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%; transition: all 0.3s linear; }

@media (min-width: 992px) { .site-main article .entry-meta { padding: 0 0 20px; } }

.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; }

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; }


/*--------------------------------------------------------------
# CUSTOM – Entry content (single post & page)
# Merged from custom CSS file 2
--------------------------------------------------------------*/

/* Width & font for article / page content */
.single-post .entry-content,
.single-post .wp-block-post-content,
.page .entry-content,
.page .wp-block-post-content {
	max-width: 920px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	line-height: 1.75;
}

@media (min-width: 1200px) {
	.single-post .entry-content,
	.single-post .wp-block-post-content,
	.page .entry-content,
	.page .wp-block-post-content { max-width: 1040px; }
}

@media (max-width: 768px) {
	.single-post .entry-content,
	.single-post .wp-block-post-content,
	.page .entry-content,
	.page .wp-block-post-content {
		max-width: none; margin: 0;
		padding-left: 10px; padding-right: 10px;
		font-size: 15.5px;
	}
}

/* Justified paragraphs */
.single-post .entry-content p,
.single-post .wp-block-post-content p,
.page .entry-content p,
.page .wp-block-post-content p {
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: anywhere;
	margin: 0 0 1em;
}

/* List containers */
.single-post .entry-content ul,
.single-post .wp-block-post-content ul,
.page .entry-content ul,
.page .wp-block-post-content ul {
	list-style: disc !important;
	list-style-position: outside !important;
	padding-left: 1.2em !important;
	margin: 0 0 1em;
}

.single-post .entry-content ol,
.single-post .wp-block-post-content ol,
.page .entry-content ol,
.page .wp-block-post-content ol {
	padding-left: 1.2em;
	margin: 0 0 1em;
}

/* List items – fix bullet drop & flex override */
.single-post .entry-content li,
.single-post .wp-block-post-content li,
.page .entry-content li,
.page .wp-block-post-content li,
.single-post .entry-content ul li,
.single-post .wp-block-post-content ul li,
.page .entry-content ul li,
.page .wp-block-post-content ul li {
	display: list-item !important;
	position: relative;
	align-items: initial !important;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: anywhere;
	margin: 0 0 0.4em;
}

/* p inside li: inline to prevent line break; multi-para spacing */
.single-post .entry-content li p,
.single-post .wp-block-post-content li p,
.page .entry-content li p,
.page .wp-block-post-content li p {
	display: inline !important;
	margin: 0 !important;
}

.single-post .entry-content li > p + p,
.single-post .wp-block-post-content li > p + p,
.page .entry-content li > p + p,
.page .wp-block-post-content li > p + p { margin-top: 0.6em !important; }

/* CTA phone link */
.cta-phone { color: #d10000; font-weight: 700; }


/*--------------------------------------------------------------
# COMPONENTS – Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs { padding: 20px 0; }
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: all 1200ms cubic-bezier(.215,.61,.355,1); }
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; }


/*--------------------------------------------------------------
# COMPONENTS – Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }
.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-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; }
.comment .comment-respond .comment-reply-title { font-size: 30px; }

.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 (min-width: 482px) {
	.comment-list .depth-2,
	.comment-list .depth-3 { padding-left: calc(4 * 20px); }
}

.comment-meta .comment-author { margin-bottom: calc(0.25 * 20px); }
@media (min-width: 482px) {
	.comment-meta .comment-author { margin-bottom: 0; padding-right: 0; }
	.comment-meta { margin-right: inherit; }
	.comment-meta .comment-author { max-width: inherit; }
}

.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; font-size: 15px; display: flex; justify-content: space-between; }
.comment-meta .comment-metadata .edit-link { margin-left: 20px; }

.says { display: none; }
.comment-meta { margin-bottom: 10px; }

.comment-body {
	position: relative; margin-bottom: 40px; padding: 30px;
	background-color: #f9f9f9; border: 1px solid #eee;
}
.dark-mode .comment-body { background-color: var(--color-dark); border-color: rgba(var(--color-text-rgb), 0.15); }
.comment-body .reply { margin: 0; }
.comment-content { word-wrap: break-word; font-size: 16px; padding-bottom: 15px; color: var(--color-text); }

.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-respond > *:last-child.comment-form { margin-bottom: 30px; }
.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 (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: all 1s cubic-bezier(0.25,0.8,0.25,1); 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 (min-width: 482px) {
	.comment-form > p.comment-form-author { margin-right: calc(1.5 * 20px); }
	.comment-form > p.comment-notes,
	.comment-form > p.logged-in-as { display: block; }
}

#comments.comments-area { margin-block: 20px; }
#comments.comments-area .comments-title { font-size: var(--font-size-lg); font-family: var(--font-family); 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: #fafafa; }
#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; }


/*--------------------------------------------------------------
# COMPONENTS – Widgets (theme + custom)
--------------------------------------------------------------*/
.widget { margin: 0 0 30px; }
.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 lists */
.widget ol, .widget ul { list-style: none; padding: 0; margin-inline: 0; }
.widget:not(.adore-widget) ol li,
.widget:not(.adore-widget) ul li { margin-bottom: 7px; padding-bottom: 7px; font-size: var(--font-size-sm); border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15); }
.widget ol li a, .widget ul li a { text-decoration: none; color: var(--color-text); transition: all 0.5s linear; }
.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,
.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: all 0.5s linear; }
.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 > li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

/* 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-color: var(--primary-color); }
.site-footer .wp-block-tag-cloud a, .site-footer .tagcloud a { border-color: #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-color: var(--primary-color); }

/* Search widget */
.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;
	border-start-start-radius: 100vmax; border-end-start-radius: 100vmax;
}
.search-form .search-submit { border-start-end-radius: 100vmax; border-end-end-radius: 100vmax; }

/* WP social links */
.wp-block-social-links li { margin: 0 !important; padding: 0 !important; }

/* Calendar */
.wp-block-calendar table th { background-color: var(--color-dark); color: #fff; }
.wp-block-calendar tbody td,
.wp-block-calendar th       { border: 1px solid rgba(var(--color-text-rgb), 0.15); }
.wp-block-calendar table caption,
.wp-block-calendar table tbody { color: var(--color-text); }
.wp-block-calendar a { color: var(--primary-color); }

/* Section header */
.widget-header { position: relative; }
.section-header-1 .widget-title {
	padding-block-end: 10px; border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
	position: relative; margin: 0 0 15px; line-height: 1.2;
	color: var(--color-text); font-size: var(--font-size-base);
}
.section-header-1 .site-footer .widget-title { border-bottom: 1px double rgba(255,255,255,0.15); }
.section-header-1 .widget-title::after {
	position: absolute; bottom: -2px; left: 0; content: "";
	width: 60px; height: 3px; background: var(--primary-color);
}
.section-header-1 .widget-header > a { position: absolute; top: 0; right: 0; padding-block: 5px; }
.widget-header > a {
	text-decoration: none; font-size: var(--font-size-xs);
	color: var(--color-text); transition: all 0.5s; font-weight: bold; letter-spacing: 0.5px;
}
.widget-header > a::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f101"; display: inline-block; margin-inline-start: 10px; font-style: normal; font-variant: normal; line-height: inherit; vertical-align: baseline; }
.widget-header > a:focus,
.widget-header > a:hover { color: var(--primary-color); }

/* Featured widget */
.featured-widget .post-item.post-list { border: none; align-items: center; margin-bottom: 20px; }
.featured-widget .post-item.post-list:nth-child(even) { flex-direction: row; }
.featured-widget .post-item.post-list .post-item-image { flex: 0 0 25%; max-width: 25%; align-self: start; }
.featured-widget .post-item.post-list .post-item-content { flex-grow: 1; padding-inline-start: 10px; text-align: start; }
#secondary .featured-widget .post-item .post-item-content,
.site-footer .featured-widget .post-item .post-item-content,
.secondary-widgets-area .featured-widget .post-item .post-item-content { padding-block: 0; padding-inline-end: 0; }
.featured-widget .post-item .post-item-content .entry-title { margin-block: 10px; margin-block-start: 0; line-height: 1.3; }
#secondary .featured-widget .post-item .post-item-content .entry-title,
.site-footer .featured-widget .post-item .post-item-content .entry-title,
.secondary-widgets-area .featured-widget .post-item .post-item-content .entry-title { font-size: var(--font-size-sm); }
.featured-widget .post-item.post-list .post-item-content .entry-meta,
.featured-widget .post-item.post-list .post-item-content .entry-cat .post-categories { justify-content: flex-start; }
.featured-widget .post-item.post-list .post-item-content .entry-meta { margin: 0; }
#secondary .featured-widget .post-item .post-item-content .post-exerpt,
.site-footer .featured-widget .post-item .post-item-content .post-exerpt,
.secondary-widgets-area .featured-widget .post-item .post-item-content .post-exerpt { display: none; }
.featured-widget .entry-meta li { border: none; padding: 0; }
@media (max-width: 600px) {
	.featured-widget .post-item.post-list:nth-child(even),
	.featured-widget .post-item.post-list { flex-direction: row; }
	.featured-widget .post-item.post-list .post-item-content .post-exerpt { display: none; }
}

/* Grid widget */
.grid-widget { container-type: inline-size; }
.grid-widget .adore-widget-body { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
@container (min-width: 601px) { .grid-widget .adore-widget-body { grid-template-columns: repeat(3, 1fr); } }
@container (max-width: 600px) {
	.grid-widget .adore-widget-body { grid-template-columns: repeat(2, 1fr); }
	.grid-widget .post-item .post-item-content { padding: 10px; }
	.grid-widget .post-item .post-item-content .entry-title { margin-block: 10px 0; line-height: 1.3; font-size: var(--font-size-sm); }
	.grid-widget .post-item.post-grid .post-item-content .entry-meta { margin: 0; }
	.grid-widget .post-item .post-item-content .post-categories,
	.grid-widget .post-item .post-item-content .post-exerpt,
	.grid-widget .post-item .post-item-content .post-btn { display: none; }
}
@container (max-width: 375px) {
	.grid-widget .adore-widget-body { grid-template-columns: repeat(1, 1fr); }
	.grid-widget .post-item.post-grid .post-item-content .entry-meta { display: none; }
}
.site-footer .grid-widget .post-item .post-item-image a img,
.primary-widgets-area .grid-widget .post-item .post-item-image a img { aspect-ratio: 1/0.7; }

/* List widget */
.posts-tabs-widget .post-item.post-list,
.list-widget .post-item.post-list { margin-bottom: 20px; }
.primary-widgets-area .list-widget .post-item.post-list .post-item-image a img { aspect-ratio: 1/0.7; }

/* Long selector groups – list widget context overrides */
#secondary .posts-tabs-widget .post-item.post-list .post-item-content,
.site-footer .posts-tabs-widget .post-item.post-list .post-item-content,
.secondary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content,
.primary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content,
#secondary .list-widget .post-list-widget-wrapper .post-item.post-list .post-item-content,
.site-footer .list-widget .post-list-widget-wrapper .post-item.post-list .post-item-content,
.secondary-widgets-area .list-widget .post-list-widget-wrapper .post-item.post-list .post-item-content,
.primary-widgets-area .list-widget .post-list-widget-wrapper .post-item.post-list .post-item-content { text-align: start; width: 100%; }

#secondary .posts-tabs-widget .post-item.post-list .post-item-content .entry-meta,
.site-footer .posts-tabs-widget .post-item.post-list .post-item-content .entry-meta,
.secondary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content .entry-meta,
.primary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content .entry-meta,
#secondary .list-widget .post-item.post-list .post-item-content .entry-meta,
.site-footer .list-widget .post-item.post-list .post-item-content .entry-meta,
.secondary-widgets-area .list-widget .post-item.post-list .post-item-content .entry-meta,
.primary-widgets-area .list-widget .post-item.post-list .post-item-content .entry-meta { justify-content: flex-start; }

#secondary .posts-tabs-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.site-footer .posts-tabs-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.secondary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.primary-widgets-area .posts-tabs-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
#secondary .list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.site-footer .list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.secondary-widgets-area .list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.primary-widgets-area .list-widget .post-item.post-list .post-item-content .entry-cat .post-categories { justify-content: flex-start; }

@media (min-width: 601px) { .primary-widgets-area .list-widget .post-list-widget-wrapper { display: grid; gap: 20px; } }
@media (max-width: 600px) {
	.list-widget .post-item.post-list,
	.list-widget .post-item.post-list:nth-child(even),
	.primary-widgets-area .list-widget .post-list-widget-wrapper { display: flex; flex-direction: column; gap: 0; }
	.primary-widgets-area .list-widget .post-item.post-list .post-item-image a img { aspect-ratio: 1/0.7; }
	.primary-widgets-area .list-widget .post-item.post-list,
	.primary-widgets-area .list-widget .post-item.post-list:nth-child(even) { flex-direction: column; }
	.primary-widgets-area .post-item.post-list .post-item-image { max-width: 100%; width: 100%; }
}

/* Secondary & footer list widget */
#secondary .list-widget .post-list-widget-wrapper,
.site-footer .list-widget .post-list-widget-wrapper,
.secondary-widgets-area .list-widget .post-list-widget-wrapper { display: flex; flex-direction: column; gap: 30px; }
#secondary .list-widget .post-item.post-list .post-item-image a img,
.site-footer .list-widget .post-item.post-list .post-item-image a img,
.secondary-widgets-area .list-widget .post-item.post-list .post-item-image a img { aspect-ratio: 1/0.7; }
#secondary .list-widget .post-item.post-list,
#secondary .list-widget .post-item.post-list:nth-child(even),
.site-footer .list-widget .post-item.post-list,
.site-footer .list-widget .post-item.post-list:nth-child(even),
.secondary-widgets-area .list-widget .post-item.post-list,
.secondary-widgets-area .list-widget .post-item.post-list:nth-child(even) { flex-direction: column; }
#secondary .post-item.post-list .post-item-image,
.site-footer .post-item.post-list .post-item-image,
.secondary-widgets-area .post-item.post-list .post-item-image { max-width: 100%; width: 100%; }

/* List widget style-2 */
@media (min-width: 600px) {
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper { gap: 10px; }
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list {
		position: relative; display: flex; align-items: center; justify-content: flex-end;
		min-height: 450px; padding: 50px 0; background: transparent; border: none;
	}
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list .post-item-image {
		position: absolute; height: 100%; width: calc(60% - 50px);
		background-size: cover; background-position: 50%; left: 0; top: 0; max-width: none;
	}
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list .post-item-content {
		flex-grow: 0; position: relative; z-index: 2; width: 50%; padding: 30px; background-color: #fafafa;
	}
	.dark-mode .primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list .post-item-content { background-color: var(--color-dark); }
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list:nth-child(even) { flex-direction: row-reverse; }
	.primary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item.post-list:nth-child(even) .post-item-image { left: unset; right: 0; }
}

/* Most-read widget */
.most-read-widget .most-read-widget-wrapper { display: grid; grid-gap: 20px; grid-template-columns: repeat(3, 1fr); }
.below-banner-widget-section.full-width .most-read-widget .most-read-widget-wrapper,
.main-widget-section-wrap.full-width .most-read-widget .most-read-widget-wrapper,
.above-footer-widget-section-wrap .most-read-widget .most-read-widget-wrapper { grid-template-columns: repeat(4, 1fr); }
#secondary .most-read-widget .most-read-widget-wrapper,
.site-footer .most-read-widget .most-read-widget-wrapper,
.secondary-widgets-area .most-read-widget .most-read-widget-wrapper { grid-template-columns: repeat(1, 1fr); }
.most-read-widget .post-item.post-list,
.most-read-widget .post-item.post-list:nth-child(even) { flex-direction: row; }
.most-read-widget .post-item.post-list .post-item-image { flex: 0 0 25%; max-width: 25%; flex-shrink: 0; }
.most-read-widget .post-item.post-list .post-item-content { flex-grow: 1; padding: 0 10px; text-align: start; }
.most-read-widget .post-item.post-list .post-item-content .entry-title { font-size: var(--font-size-sm); margin-top: 0; }
.site-footer .most-read-widget .post-item.post-list .post-item-content .entry-title,
.above-footer-widget-section-wrap .most-read-widget .post-item.post-list .post-item-content .entry-title,
.primary-widgets-area .most-read-widget .post-item.post-list .post-item-content .entry-title { margin-bottom: 0; }
.site-footer .most-read-widget .post-item.post-list .post-item-content .entry-meta,
.above-footer-widget-section-wrap .most-read-widget .post-item.post-list .post-item-content .entry-meta,
.primary-widgets-area .most-read-widget .post-item.post-list .post-item-content .entry-meta { display: none; }
.most-read-widget .post-item.post-list .post-item-content .entry-meta,
.most-read-widget .post-item.post-list .post-item-content .entry-cat .post-categories { justify-content: flex-start; }
@media (max-width: 768px) {
	.below-banner-widget-section .most-read-widget .most-read-widget-wrapper,
	.main-widget-section-wrap.full-width .most-read-widget .most-read-widget-wrapper,
	.above-footer-widget-section-wrap .most-read-widget .most-read-widget-wrapper,
	.most-read-widget .most-read-widget-wrapper { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.below-banner-widget-section .most-read-widget .most-read-widget-wrapper,
	.main-widget-section-wrap.full-width .most-read-widget .most-read-widget-wrapper,
	.above-footer-widget-section-wrap .most-read-widget .most-read-widget-wrapper,
	.most-read-widget .most-read-widget-wrapper { grid-template-columns: repeat(1, 1fr); }
}

/* Express-list widget */
.express-list-widget .express-list-widget-wrapper { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.express-list-widget .express-list-widget-wrapper .post-item:first-child { grid-column: span 2; }
#secondary .express-list-widget .post-item.post-list:first-child .post-item-content,
.site-footer .express-list-widget .post-item.post-list:first-child .post-item-content,
.secondary-widgets-area .express-list-widget .post-item.post-list:first-child .post-item-content { padding-inline: 0; padding-block-end: 0; }

#secondary .posts-tabs-widget .post-item .post-item-image,
.site-footer .posts-tabs-widget .post-item .post-item-image,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-image,
.express-list-widget .post-item:not(:first-child) .post-item-image { flex: 0 0 25%; max-width: 25%; }

#secondary .posts-tabs-widget .post-item .post-item-content,
.site-footer .posts-tabs-widget .post-item .post-item-content,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content,
.express-list-widget .post-item:not(:first-child) .post-item-content { padding-block: 0; padding-inline: 10px; }

#secondary .posts-tabs-widget .post-item .post-item-content .entry-title,
.site-footer .posts-tabs-widget .post-item .post-item-content .entry-title,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .entry-title,
.express-list-widget .post-item:not(:first-child) .post-item-content .entry-title { margin-top: 0; margin-bottom: 10px; font-size: var(--font-size-sm); }

#secondary .posts-tabs-widget .post-item .post-item-content .entry-meta,
.site-footer .posts-tabs-widget .post-item .post-item-content .entry-meta,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .entry-meta,
.express-list-widget .post-item:not(:first-child) .post-item-content .entry-meta { margin: 0; }

#secondary .posts-tabs-widget .post-item .post-item-content .post-categories,
#secondary .posts-tabs-widget .post-item .post-item-content .post-exerpt,
#secondary .posts-tabs-widget .post-item .post-item-content .post-btn,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-categories,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-exerpt,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-btn,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-categories,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-exerpt,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-btn,
.express-list-widget .post-item:not(:first-child) .post-item-content .post-categories,
.express-list-widget .post-item:not(:first-child) .post-item-content .post-exerpt,
.express-list-widget .post-item:not(:first-child) .post-item-content .post-btn { display: none; }

.express-list-widget .post-item.post-list,
.express-list-widget .post-item.post-list:nth-child(even) { flex-direction: row; }

#secondary .express-list-widget .post-item.post-list .post-item-content,
.site-footer .express-list-widget .post-item.post-list .post-item-content,
.secondary-widgets-area .express-list-widget .post-item.post-list .post-item-content,
.primary-widgets-area .express-list-widget .post-item.post-list .post-item-content { text-align: start; width: 100%; }

#secondary .express-list-widget .post-item.post-list .post-item-content .post-exerpt:last-child p,
.site-footer .express-list-widget .post-item.post-list .post-item-content .post-exerpt:last-child p,
.secondary-widgets-area .express-list-widget .post-item.post-list .post-item-content .post-exerpt:last-child p,
.primary-widgets-area .express-list-widget .post-item.post-list .post-item-content .post-exerpt:last-child p { margin-bottom: 0; }

#secondary .express-list-widget .post-item.post-list .post-item-content .entry-meta,
.site-footer .express-list-widget .post-item.post-list .post-item-content .entry-meta,
.secondary-widgets-area .express-list-widget .post-item.post-list .post-item-content .entry-meta,
.primary-widgets-area .express-list-widget .post-item.post-list .post-item-content .entry-meta { justify-content: flex-start; }

#secondary .express-list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.site-footer .express-list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.secondary-widgets-area .express-list-widget .post-item.post-list .post-item-content .entry-cat .post-categories,
.primary-widgets-area .express-list-widget .post-item.post-list .post-item-content .entry-cat .post-categories { justify-content: flex-start; }

#secondary .express-list-widget .express-list-widget-wrapper,
.site-footer .express-list-widget .express-list-widget-wrapper,
.secondary-widgets-area .express-list-widget .express-list-widget-wrapper { display: flex; flex-direction: column; gap: 10px; }
#secondary .express-list-widget .express-list-widget-wrapper .post-item:first-child,
.site-footer .express-list-widget .express-list-widget-wrapper .post-item:first-child,
.secondary-widgets-area .express-list-widget .express-list-widget-wrapper .post-item:first-child { grid-column: span 1; flex-direction: column; }
#secondary .express-list-widget .express-list-widget-wrapper .post-item:first-child .post-item-image a img,
.site-footer .express-list-widget .express-list-widget-wrapper .post-item:first-child .post-item-image a img,
.secondary-widgets-area .express-list-widget .express-list-widget-wrapper .post-item:first-child .post-item-image a img { aspect-ratio: 1/0.7; }

.below-banner-widget-section .express-list-widget .express-list-widget-wrapper .post-item:first-child,
.above-footer-widget-section .express-list-widget .express-list-widget-wrapper .post-item:first-child,
.main-widget-section-wrap.full-width .express-list-widget .express-list-widget-wrapper .post-item:first-child { grid-column: span 1; grid-row: span 4; }

@media (max-width: 600px) {
	.express-list-widget .express-list-widget-wrapper { display: flex; flex-direction: column; gap: 10px; }
	.express-list-widget .express-list-widget-wrapper .post-item:first-child { grid-column: span 1; flex-direction: column; }
	.express-list-widget .express-list-widget-wrapper .post-item:first-child .post-item-image a img { aspect-ratio: 1/0.7; }
}

/* Express-list style-2 */
.express-list-widget.style-2 .post-item.overlay-post { padding: 0; }
#secondary .express-list-widget.style-2 .post-item.overlay-post,
.site-footer .express-list-widget.style-2 .post-item.overlay-post,
.secondary-widgets-area .express-list-widget.style-2 .post-item.overlay-post { min-height: 280px; }
.express-list-widget.style-2 .post-item.overlay-post .post-item-image { position: absolute; width: 100%; height: 100%; }
.express-list-widget.style-2 .post-item.overlay-post .post-item-image::before {
	content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;
	background-image: linear-gradient(to bottom, rgba(17,17,17,0) 0%, rgba(17,17,17,0.6) 80%, #111 100%);
	z-index: 2;
}
.express-list-widget.style-2 .post-item.overlay-post .post-item-content { position: relative; z-index: 3; padding: 20px; }
.express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn a,
.express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-exerpt p { color: #fff; }
#secondary .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn,
.site-footer .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn,
.secondary-widgets-area .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn,
#secondary .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-exerpt,
.site-footer .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-exerpt,
.secondary-widgets-area .express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-exerpt { display: none; }
.express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn a i::before { background-color: #fff; }
.express-list-widget.style-2 .post-item.overlay-post .post-item-content .post-btn a i::after { border: 1px solid #fff; border-bottom: 0; border-left: 0; }

/* Carousel widget */
.posts-carousel-widget .carousel-wrapper { overflow: hidden; }
.posts-carousel-widget .carousel-wrapper .slick-list { margin: 0 -10px; }
.posts-carousel-widget .carousel-wrapper .slick-list .slick-track .slick-slide { padding: 0 10px; }

/* Post tabs widget */
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head { position: relative; margin-bottom: 20px; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before { position: absolute; content: ''; height: 1px; width: 100%; background-color: #999; opacity: 0.5; left: 0; bottom: 0; }
.dark-mode .posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before { background-color: #fff; }
.site-footer .posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before { background-color: #fff; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs { list-style: none; margin: 0; padding: 0; border: none; display: flex; position: relative; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li { outline: none; flex: 1; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a { font-size: var(--font-size-sm); font-weight: bold; color: #fff; background-color: var(--primary-color); padding: 8px 12px; text-decoration: none; outline: none; display: flex; align-items: center; gap: 10px; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive { color: var(--color-text); background-color: transparent; }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive):focus,
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive):hover { color: #fff; background-color: var(--primary-color); }
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:hover,
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive:hover { color: var(--primary-color); outline: none; }
#secondary .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item,
.site-footer .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item,
.secondary-widgets-area .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item { margin-bottom: 10px; }

@media (max-width: 600px) {
	.posts-tabs-widget .post-item .post-item-image { flex: 0 0 25%; max-width: 25%; }
	.posts-tabs-widget .post-item .post-item-content { padding-block: 0; padding-inline: 10px; }
	.posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-categories,
	.posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-exerpt,
	.posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-btn { display: none; }
}


/*--------------------------------------------------------------
# COMPONENTS – Media, Captions, Galleries
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; }

.gallery { 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; }


/*--------------------------------------------------------------
# COMPONENTS – Footer
--------------------------------------------------------------*/
.site-footer { background-color: #1c1c1c; }
.dark-mode .site-footer { background-color: #101010; }
.newsletter-section + .site-footer { margin-top: 0; }

.site-footer .top-footer { padding-top: 50px; }
.site-footer .top-footer .top-footer-widgets { display: flex; flex-wrap: wrap; margin-inline: -15px; }
.site-footer .top-footer .top-footer-widgets .footer-widget { width: 25%; padding-inline: 15px; flex-shrink: 0; color: #fff; }
@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 .top-footer .top-footer-widgets .footer-widget a { color: #fff; opacity: 0.8; transition: all 0.3s ease; }
.site-footer .post-item .post-item-content .entry-meta li span.line { background-color: #fff; }
.site-footer .top-footer .top-footer-widgets .footer-widget a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget a:hover { color: #fff; opacity: 1; }
.site-footer .top-footer .top-footer-widgets .footer-widget .widget .widget-title { color: #fff; }
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a { color: #fff; opacity: 0.8; transition: all 0.3s ease; }
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:hover,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:hover { opacity: 1; }
.site-footer .top-footer .top-footer-widgets .footer-widget .mag-post-excerpt { color: #fff; }

.site-footer .bottom-footer { position: relative; padding: 15px 0; z-index: 1; }
.site-footer .bottom-footer .bottom-footer-info {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff; position: relative;
}
.site-footer .bottom-footer .bottom-footer-info .site-info a { text-decoration: none; color: #fff; opacity: 0.8; transition: all 0.3s ease; }
.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; }
.site-footer .bottom-footer::before {
	position: absolute; content: ''; top: 0; left: 0; height: 100%; width: 100%; background-color: #d9d9d9; opacity: 0.1;
}
.dark-mode .site-footer .bottom-footer::before { background-color: #000; opacity: 0.5; }


/*--------------------------------------------------------------
# PLUGINS – Jetpack infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; }
.infinity-end.neverending .site-footer { display: block; }


/*--------------------------------------------------------------
# UTILITIES – Accessibility
--------------------------------------------------------------*/
.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;
}
#primary[tabindex="-1"]:focus { outline: 0; }


/*--------------------------------------------------------------
# UTILITIES – Alignments
--------------------------------------------------------------*/
.alignleft  { float: left;  margin-right: 1.5em; margin-bottom: 1.5em; }
.alignright { float: right; margin-left: 1.5em;  margin-bottom: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }


/*--------------------------------------------------------------
# UTILITIES – Preloader
--------------------------------------------------------------*/
#loader {
	overflow: hidden; background-color: var(--color-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-5 {
	height: 15px; aspect-ratio: 4;
	--_g: no-repeat radial-gradient(farthest-side, currentColor 90%, #0000);
	background: var(--_g) left, var(--_g) right;
	background-size: 25% 100%; display: grid;
}
#preloader .pre-loader-5::before,
#preloader .pre-loader-5::after {
	content: ""; height: inherit; aspect-ratio: 1; grid-area: 1/1; margin: auto;
	border-radius: 50%; transform-origin: -100% 50%; background: currentColor;
	animation: load-5 1s infinite linear;
}
#preloader .pre-loader-5::after { transform-origin: 200% 50%; --s: -1; animation-delay: -.5s; }
@keyframes load-5 {
	58%, 100% { transform: rotate(calc(var(--s, 1) * 1turn)); }
}


/*--------------------------------------------------------------
# UTILITIES – Scroll to top
--------------------------------------------------------------*/
a.updated-news-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; background-color: var(--primary-color);
	border: 1px solid #fff; transition: all 1s cubic-bezier(0.25,0.8,0.25,1);
	font-size: var(--font-size-sm);
}
a.updated-news-scroll-to-top:hover,
a.updated-news-scroll-to-top:focus { box-shadow: 0 0.2rem 1rem rgba(0,0,0,0.15); transform: translateY(-10px); }
a.updated-news-scroll-to-top.show { opacity: 1; visibility: visible; }